Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ co-signs (gasless) and settles. Constructors: `NewLLMClientSolana`,

| Feature | Description |
|---------|-------------|
| **Chat & Completion** | OpenAI-compatible chat with <!-- br:models.chatVisible -->66<!-- /br:models.chatVisible --> models |
| **Chat & Completion** | OpenAI-compatible chat with <!-- br:models.chatVisible -->71<!-- /br:models.chatVisible --> models |
| **Anthropic Client** | Native Anthropic Messages API with automatic x402 payments |
| **Smart Routing** | Auto-selects the best model for your prompt |
| **Streaming** | SSE streaming for real-time responses |
Expand Down Expand Up @@ -922,7 +922,7 @@ for _, w := range wallets {
| **ElevenLabs** | Flash v2.5, Turbo v2.5, Multilingual v2, v3 (TTS $0.05–0.10/1k chars), Sound Effects ($0.05/gen) | — | — |
| **Moonshot** | Kimi K2.6 (256K, vision + reasoning) | $0.95 | $4.00 |
| **Moonshot** | Kimi K2.5 (262K context, legacy) | $0.60 | $3.00 |
| **NVIDIA** | DeepSeek V4 Pro/Flash, Nemotron Nano Omni (vision), Qwen3, Llama 4, GLM-4.7, Mistral (<!-- br:models.free -->8<!-- /br:models.free --> models) | **FREE** | **FREE** |
| **NVIDIA** | DeepSeek V4 Pro/Flash, Nemotron Nano Omni (vision), Qwen3, Llama 4, GLM-4.7, Mistral (<!-- br:models.free -->6<!-- /br:models.free --> models) | **FREE** | **FREE** |

Use `client.ListModels(ctx)` for the full list with current pricing.

Expand Down Expand Up @@ -966,7 +966,7 @@ if err != nil {
## FAQ

**What is blockrun-llm-go?**
A Go SDK for pay-per-request access to <!-- br:models.chatVisible -->66<!-- /br:models.chatVisible --> LLMs, multi-chain RPC, web search, prediction markets, and image generation. Uses x402 micropayments — no API keys, no subscriptions.
A Go SDK for pay-per-request access to <!-- br:models.chatVisible -->71<!-- /br:models.chatVisible --> LLMs, multi-chain RPC, web search, prediction markets, and image generation. Uses x402 micropayments — no API keys, no subscriptions.

**How much does it cost?**
Pay only for what you use. 9 NVIDIA-hosted models are completely free (DeepSeek V4 Pro/Flash, Nemotron Nano Omni vision, Qwen3, Llama 4, GLM-4.7, Mistral). $5 USDC gets you thousands of paid-model requests.
Expand Down
16 changes: 8 additions & 8 deletions brand-numbers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"$schema": "https://blockrun.ai/brand/numbers.schema.json",
"version": 1,
"models": {
"chatVisible": 66,
"totalVisible": 86,
"free": 8,
"freeWithheld": 17,
"image": 8,
"chatVisible": 71,
"totalVisible": 92,
"free": 6,
"freeWithheld": 19,
"image": 9,
"video": 5,
"music": 1,
"speech": 5,
"soundfx": 1,
"withFallback": 44,
"withFallbackAllEntries": 75
"withFallback": 46,
"withFallbackAllEntries": 79
},
"clawrouter": {
"dimensions": 15,
Expand All @@ -21,7 +21,7 @@
"aliases": 202
},
"mcp": {
"tools": 19
"tools": 20
},
"chains": {
"rpc": 40
Expand Down
Loading