Skip to main content

bridgenode-skill

PyPI version Downloads Python versions License: MIT-0 CI

BridgeNode — AI inference for AI agents, no API keys. Pay per request with Solana USDC via x402. No API keys, no registration — the payment handshake is fully automatic, and fees are sponsored (the agent needs no SOL).

This is an alias package: it installs the full BridgeNode toolkit (Python SDK + CLI) via the bridgenode meta-package.

Installation

pip install bridgenode-skill

This installs bridgenode-llm (the Python SDK) and bridgenode-cli (the CLI).

Quick start (Python)

from bridgenode_llm import LLMClient

client = LLMClient()  # key from .env (BRIDGENODE_WALLET_KEY)
resp = client.chat("deepseek-v4-flash", [
    {"role": "user", "content": "Hello!"}])
print(resp["choices"][0]["message"]["content"])

Quick start (CLI)

bridgenode chat "Hello!" --model deepseek-v4-flash
bridgenode models  # list models + prices (no payment)

Configuration (.env)

# Required — your Solana wallet private key (base58)
BRIDGENODE_WALLET_KEY=***
# Optional
# BRIDGENODE_BASE_URL=https://bridgenode.cc/v1
# BRIDGENODE_MAX_PER_CALL=0.05   # spending policy: max USD per call (fail-closed)
# BRIDGENODE_DAILY_CAP=1.0       # spending policy: max USD per day

Links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bridgenode_skill-0.1.6.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bridgenode_skill-0.1.6-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file bridgenode_skill-0.1.6.tar.gz.

File metadata

  • Download URL: bridgenode_skill-0.1.6.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.4

File hashes

Hashes for bridgenode_skill-0.1.6.tar.gz
Algorithm Hash digest
SHA256 14c99b53346c48253c3a74e00c916fcb94a462d4a5f4916cab62f7cf1ce9179b
MD5 ddc81b6cfd6975df88e13cba9ceda4a6
BLAKE2b-256 97360f6132ead7056f4983b9813735af8c16c2052b9a7f9f5e555f39121d462a

See more details on using hashes here.

File details

Details for the file bridgenode_skill-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for bridgenode_skill-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7b340bad11ea85c2f963e3f20d7d6df880e16104a299d70a5264e116147523a6
MD5 e701cfd234c006efc3a9fda547a1bc2f
BLAKE2b-256 014c9dc7d8384a71fde0c5d49b2bbfe271b828e2b4209757a7238fc449c09698

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page