bridgenode-skill
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-flash", [
{"role": "user", "content": "Hello!"}])
print(resp["choices"][0]["message"]["content"])
Quick start (CLI)
bridgenode chat "Hello!" --model deepseek-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
- Website: https://bridgenode.cc
- Models & prices: https://bridgenode.cc/v1/models
- Documentation: https://bridgenode.cc/llms.txt
- Protocol: x402 V2 (https://docs.x402.org)
- Full SDK docs & FAQ: https://pypi.org/project/bridgenode-llm
Release files for bridgenode-skill 0.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bridgenode_skill-0.1.8.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bridgenode_skill-0.1.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.3 kB
Release files / bridgenode_skill-0.1.8.tar.gz
| Download URL | bridgenode_skill-0.1.8.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c91a088c3ad73a1c8882b7c3170239e90490561e606523e326b023e4c47ba471
|
|
BLAKE2b-256 checksum How to use checksums |
1f8f3f6a49592fa91df35212e9f2ca1bdeaca5bcc550f9acc733bd3f6e604e50
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 10, 2026.
Transparency logRelease files / bridgenode_skill-0.1.8-py3-none-any.whl
| Download URL | bridgenode_skill-0.1.8-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cb2225463097e53c25f26457974f43fc8e0c3bf833b0ed369723cb4ee5329184
|
|
BLAKE2b-256 checksum How to use checksums |
8d4965af4de6481bab92066205e49b6b5177bb47ee27a97b0140c6c82023a6bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 10, 2026.
Transparency log