Skip to content

Releases: applefanaimail-blip/bridgenode-sdk-python

bridgenode-sdk-python v0.2.13

Choose a tag to compare

@applefanaimail-blip applefanaimail-blip released this 16 Aug 11:53

BridgeNode Python SDK v0.2.13

AI inference for AI agents — no API keys, no registration. Pay per request with Solana USDC via x402.

What's new

  • Keywords expanded to 20 — added deepseek, groq, mcp-server, wallet (better agent discoverability on PyPI search)

Install

pip install bridgenode-llm
# or full toolkit:
pip install bridgenode

Links

bridgenode-sdk-python v0.2.12

Choose a tag to compare

@applefanaimail-blip applefanaimail-blip released this 16 Aug 11:47

BridgeNode Python SDK v0.2.12

AI inference for AI agents — no API keys, no registration. Pay per request with Solana USDC via x402 (automatic handshake, fee sponsorship — no SOL needed).

What's new

  • README enriched: comparison table (BridgeNode vs traditional APIs) + FAQ
  • project_urls extended: Changelog, Issues, Models
  • CI badge added (green CI)
  • PyPI cross-links in public repos

Install

pip install bridgenode-llm
# or full toolkit:
pip install bridgenode

Links

bridgenode-sdk-python v0.1.0

Choose a tag to compare

@applefanaimail-blip applefanaimail-blip released this 15 Aug 16:28

Initial public release.

  • LLMClient — automatic x402 V2 handshake (402 → sign → 200), fully hidden
  • Fee sponsorship (gasless) — agent needs zero SOL
  • Fail-closed spending policy (per-call + daily caps)
  • Receipt verification on every response
  • Smart routing: mode auto / eco / premium
  • MIT-0 license