From 374a6f8461bf76f246c0d3f6ccd1683fae7ba8d1 Mon Sep 17 00:00:00 2001 From: 1bcMax Date: Thu, 27 Aug 2026 14:08:16 -0400 Subject: [PATCH] docs: GLM-5.3 Flash, the missing GLM-5.3 row, and counts 71->72 / 95->96 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Z.AI's glm-5.3-flash, probed live 2026-08-27 against api.z.ai before listing: real completions, tool calls, streaming, and image input all verified. price $0.15 in / $0.50 out — docs.z.ai/guides/overview/pricing, the international USD LIST rate. Z.AI is running a 50% launch promotion ($0.075/$0.25) that ends 2026-09-09; chat sells at cost, so listing the promo rate would put us under COGS the morning it lapses. context 1M maxOutput 131072 — the API's hard cap (error 1210 at 131073), not the context window. thinking always on, cannot be disabled. Unlike 5/5.1/5.2 it returns content alongside reasoning, so it needs no workaround. The Z.AI reference table was also missing glm-5.3 entirely — the 08-19 launch swept counts but never added the row. Added, and 5.2 loses the "(flagship)" tag it kept after 5.3 shipped. Counts swept with brand-numbers.docs.test.ts's OWN regex (40 counts, 22 files), so prices and dates were untouched. README/ECOSYSTEM carry br: markers and are refreshed by the weekly brand-sync workflow instead. --- docs/README.md | 6 +++--- docs/api-reference/chat-completions.md | 4 ++-- docs/api-reference/exa-search.md | 2 +- docs/api-reference/models.md | 6 ++++-- docs/frameworks/agentkit.md | 2 +- docs/frameworks/elizaos.md | 6 +++--- docs/frameworks/goat.md | 4 ++-- docs/frameworks/langchain.md | 2 +- docs/getting-started/agent-developers.md | 4 ++-- docs/getting-started/claude-code.md | 6 +++--- docs/getting-started/quickstart.md | 2 +- docs/mcp/blockrun-mcp.md | 4 ++-- docs/products/franklin.md | 4 ++-- docs/products/intelligence/overview.md | 4 ++-- docs/products/routing/clawrouter.md | 6 +++--- docs/resources/changelog.md | 11 +++++++++++ docs/resources/ecosystem.md | 2 +- docs/resources/examples.md | 2 +- docs/resources/faq.md | 2 +- docs/sdks/go.md | 6 +++--- docs/sdks/python.md | 4 ++-- docs/sdks/typescript.md | 4 ++-- docs/x402/endpoints.md | 2 +- 23 files changed, 54 insertions(+), 41 deletions(-) diff --git a/docs/README.md b/docs/README.md index a9b527b..595d7af 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ description: BlockRun is economic infrastructure for the agent era — AI agents **Agents that pay, spend, and trade.** -BlockRun is economic infrastructure for the agent era. AI agents discover services, pay in USDC over the [x402 protocol](x402/how-it-works.md), and execute autonomously — **no API keys, no subscriptions, no credit card.** One funded wallet unlocks 71 LLMs, media generation, real-time data, and on-chain execution. +BlockRun is economic infrastructure for the agent era. AI agents discover services, pay in USDC over the [x402 protocol](x402/how-it-works.md), and execute autonomously — **no API keys, no subscriptions, no credit card.** One funded wallet unlocks 72 LLMs, media generation, real-time data, and on-chain execution. :::tip{title="In a hurry?"} Jump to the [5-Minute Quickstart](getting-started/quickstart.md) and make your first paid call. @@ -38,7 +38,7 @@ Pick the path that matches how you work. ::::cards :::card{title="I want an autonomous agent" href="products/franklin.md" icon="Rocket"} -Franklin — the AI agent with a wallet. Writes code and spends USDC across 71 models and paid APIs. Free to start. +Franklin — the AI agent with a wallet. Writes code and spends USDC across 72 models and paid APIs. Free to start. ::: :::card{title="I use Claude Code / Cursor" href="getting-started/quickstart.md" icon="Terminal"} @@ -62,7 +62,7 @@ Four product families, one payment layer. ::::cards :::card{title="Intelligence" href="products/intelligence/overview.md" icon="Brain"} -71 LLMs (GPT, Claude, Gemini, DeepSeek, Grok, Kimi, Llama) through one OpenAI-compatible API. Pay per request. +72 LLMs (GPT, Claude, Gemini, DeepSeek, Grok, Kimi, Llama) through one OpenAI-compatible API. Pay per request. ::: :::card{title="Routing" href="products/routing/clawrouter.md" icon="Route"} diff --git a/docs/api-reference/chat-completions.md b/docs/api-reference/chat-completions.md index 7d3219f..8340698 100644 --- a/docs/api-reference/chat-completions.md +++ b/docs/api-reference/chat-completions.md @@ -1,6 +1,6 @@ --- title: Chat Completions -description: OpenAI-compatible Chat Completions endpoint for 71 LLMs, paid per request in USDC over x402 — no API keys, no subscriptions. +description: OpenAI-compatible Chat Completions endpoint for 72 LLMs, paid per request in USDC over x402 — no API keys, no subscriptions. --- # Chat Completions @@ -222,7 +222,7 @@ console.log(result.choices[0].message.content); ::::cards :::card{title="Browse all models" href="models.md" icon="Brain"} -71 chat models with live pricing — pick the right model and ID for your call. +72 chat models with live pricing — pick the right model and ID for your call. ::: :::card{title="Error handling" href="errors.md" icon="Code"} diff --git a/docs/api-reference/exa-search.md b/docs/api-reference/exa-search.md index 8170bb5..168f6a7 100644 --- a/docs/api-reference/exa-search.md +++ b/docs/api-reference/exa-search.md @@ -359,7 +359,7 @@ Real-time web and news search via Grok Live Search. ::: :::card{title="Chat Completions" href="chat-completions.md" icon="Brain"} -Feed grounded search results into any of 71 LLMs for synthesis. +Feed grounded search results into any of 72 LLMs for synthesis. ::: :::card{title="Error handling" href="errors.md" icon="Code"} diff --git a/docs/api-reference/models.md b/docs/api-reference/models.md index 822e684..3d96bd4 100644 --- a/docs/api-reference/models.md +++ b/docs/api-reference/models.md @@ -1,6 +1,6 @@ --- title: Models -description: List and price 71 models across chat, image, video, music, and speech from one unified BlockRun API, with a flat 5% platform fee over provider rates. +description: List and price 72 models across chat, image, video, music, and speech from one unified BlockRun API, with a flat 5% platform fee over provider rates. --- # Models @@ -159,7 +159,9 @@ Grok bills a **long-context tier** at 2x the rates above once a request's prompt | Model ID | Name | Input Price | Output Price | Context | |----------|------|-------------|--------------|---------| -| `zai/glm-5.2` | GLM-5.2 (flagship) | $1.40/M | $4.40/M | 1M | +| `zai/glm-5.3` | GLM-5.3 (flagship) | $1.40/M | $4.40/M | 1M | +| `zai/glm-5.3-flash` | GLM-5.3 Flash (multimodal) | $0.15/M | $0.50/M | 1M | +| `zai/glm-5.2` | GLM-5.2 | $1.40/M | $4.40/M | 1M | | `zai/glm-5.1` | GLM-5.1 | $1.40/M | $4.40/M | 200K | | `zai/glm-5` | GLM-5 | $1.00/M | $3.20/M | 200K | | `zai/glm-5-turbo` | GLM-5 Turbo | $1.20/M | $4.00/M | 200K | diff --git a/docs/frameworks/agentkit.md b/docs/frameworks/agentkit.md index bd8b4c0..858e3ce 100644 --- a/docs/frameworks/agentkit.md +++ b/docs/frameworks/agentkit.md @@ -1,6 +1,6 @@ --- title: AgentKit Integration -description: Pair Coinbase AgentKit with BlockRun so your agents both hold on-chain assets and pay per request for 95 AI models. +description: Pair Coinbase AgentKit with BlockRun so your agents both hold on-chain assets and pay per request for 96 AI models. --- # AgentKit Integration diff --git a/docs/frameworks/elizaos.md b/docs/frameworks/elizaos.md index b426d47..1616544 100644 --- a/docs/frameworks/elizaos.md +++ b/docs/frameworks/elizaos.md @@ -1,17 +1,17 @@ --- title: ElizaOS Integration -description: Add the BlockRun plugin to ElizaOS so your agents reach 95 AI models via x402 micropayments — no per-provider API keys. +description: Add the BlockRun plugin to ElizaOS so your agents reach 96 AI models via x402 micropayments — no per-provider API keys. --- # ElizaOS Integration -Use BlockRun as an LLM provider in ElizaOS agents — one plugin unlocks 71 models paid per request over x402. +Use BlockRun as an LLM provider in ElizaOS agents — one plugin unlocks 72 models paid per request over x402. :::note{title="Community integration"} BlockRun's primary paths are [Franklin](../products/franklin.md), the [BlockRun MCP](../mcp/blockrun-mcp.md), and the [SDKs](../sdks/python.md). Framework integrations like this one are community-maintained. ::: -[ElizaOS](https://github.com/elizaOS/eliza) is an open-source agent framework. The BlockRun plugin gives your ElizaOS agents access to 95 AI models via x402 micropayments. +[ElizaOS](https://github.com/elizaOS/eliza) is an open-source agent framework. The BlockRun plugin gives your ElizaOS agents access to 96 AI models via x402 micropayments. ## Setup diff --git a/docs/frameworks/goat.md b/docs/frameworks/goat.md index df46765..8d2e914 100644 --- a/docs/frameworks/goat.md +++ b/docs/frameworks/goat.md @@ -1,11 +1,11 @@ --- title: GOAT SDK Integration -description: Combine GOAT SDK's cross-chain execution with BlockRun's 95 AI models, paid per request over x402 — until the official plugin ships. +description: Combine GOAT SDK's cross-chain execution with BlockRun's 96 AI models, paid per request over x402 — until the official plugin ships. --- # GOAT SDK Integration -Use BlockRun with [GOAT SDK](https://github.com/crossmint/goat) (Great Onchain Agent Toolkit) for cross-chain AI agents. GOAT handles blockchain interactions, BlockRun provides AI intelligence via 71 models with x402 micropayments. +Use BlockRun with [GOAT SDK](https://github.com/crossmint/goat) (Great Onchain Agent Toolkit) for cross-chain AI agents. GOAT handles blockchain interactions, BlockRun provides AI intelligence via 72 models with x402 micropayments. :::note{title="Community integration — pre-release"} No official `@goat-sdk/plugin-blockrun` yet; use BlockRun alongside GOAT via the [TypeScript SDK](../sdks/typescript.md) as shown below. BlockRun's primary paths are [Franklin](../products/franklin.md), the [MCP](../mcp/blockrun-mcp.md), and the SDKs. diff --git a/docs/frameworks/langchain.md b/docs/frameworks/langchain.md index 795ff84..715be81 100644 --- a/docs/frameworks/langchain.md +++ b/docs/frameworks/langchain.md @@ -1,6 +1,6 @@ --- title: LangChain Integration -description: Wrap BlockRun in a custom LangChain LLM class that handles x402 payments automatically — chains, agents, and RAG over 71 models. +description: Wrap BlockRun in a custom LangChain LLM class that handles x402 payments automatically — chains, agents, and RAG over 72 models. --- # LangChain Integration diff --git a/docs/getting-started/agent-developers.md b/docs/getting-started/agent-developers.md index 6e6ff4f..5b7c2de 100644 --- a/docs/getting-started/agent-developers.md +++ b/docs/getting-started/agent-developers.md @@ -1,13 +1,13 @@ --- title: Agent Developers -description: Build AI agents that pay for their own intelligence — 71 models via x402 micropayments. Use Franklin, the SDKs, or the MCP; integrate with frameworks if you already use one. +description: Build AI agents that pay for their own intelligence — 72 models via x402 micropayments. Use Franklin, the SDKs, or the MCP; integrate with frameworks if you already use one. --- # Agent Developers Build AI agents that pay for their own intelligence. -This guide is for agent developers. The primary paths are **[Franklin](../products/franklin.md)** (our autonomous agent), the **[SDKs](../sdks/python.md)**, and the **[BlockRun MCP](../mcp/blockrun-mcp.md)** — all on one wallet, 71 models via x402 micropayments. Already using a framework (ElizaOS, AgentKit, GOAT, LangChain)? See [Community integrations](../frameworks/elizaos.md). +This guide is for agent developers. The primary paths are **[Franklin](../products/franklin.md)** (our autonomous agent), the **[SDKs](../sdks/python.md)**, and the **[BlockRun MCP](../mcp/blockrun-mcp.md)** — all on one wallet, 72 models via x402 micropayments. Already using a framework (ElizaOS, AgentKit, GOAT, LangChain)? See [Community integrations](../frameworks/elizaos.md). :::tip{title="Fastest path: Franklin"} Want an agent that already spends autonomously? [Franklin](../products/franklin.md) is one install (`npm install -g @blockrun/franklin`) and runs free out of the box — fund a wallet to unlock everything. diff --git a/docs/getting-started/claude-code.md b/docs/getting-started/claude-code.md index 615b154..47117dc 100644 --- a/docs/getting-started/claude-code.md +++ b/docs/getting-started/claude-code.md @@ -1,6 +1,6 @@ --- title: Claude Code Users -description: Install BlockRun MCP in Claude Code, fund a wallet with USDC on Base or Solana, and give your agent 71 models, images, and live data. +description: Install BlockRun MCP in Claude Code, fund a wallet with USDC on Base or Solana, and give your agent 72 models, images, and live data. --- # Claude Code Users @@ -85,7 +85,7 @@ Use GPT-5 to get a second opinion on this code Ask Grok what's trending on X right now ``` -Claude automatically routes to 95 AI models and pays via x402. +Claude automatically routes to 96 AI models and pays via x402. ### Trading (alpha-mcp) @@ -182,7 +182,7 @@ Create images via micropayments with the nano-banana skill. ::: :::card{title="Explore all models" href="../products/intelligence/overview.md" icon="Brain"} -71 LLMs with live pricing, plus smart routing to cut costs automatically. +72 LLMs with live pricing, plus smart routing to cut costs automatically. ::: :::: diff --git a/docs/getting-started/quickstart.md b/docs/getting-started/quickstart.md index bcd425e..3a4788e 100644 --- a/docs/getting-started/quickstart.md +++ b/docs/getting-started/quickstart.md @@ -98,7 +98,7 @@ The full list of 20 `blockrun_*` tools — chat, image, video, search, markets, ::: :::card{title="Explore the models" href="../products/intelligence/overview.md" icon="Brain"} -71 LLMs with live pricing, plus smart routing to cut costs automatically. +72 LLMs with live pricing, plus smart routing to cut costs automatically. ::: :::card{title="How payment works" href="../x402/how-it-works.md" icon="Zap"} diff --git a/docs/mcp/blockrun-mcp.md b/docs/mcp/blockrun-mcp.md index fedb52f..ceddebe 100644 --- a/docs/mcp/blockrun-mcp.md +++ b/docs/mcp/blockrun-mcp.md @@ -1,11 +1,11 @@ --- title: BlockRun MCP -description: A Model Context Protocol server that gives Claude Code 71 models, crypto data, voice calls, media generation, and prediction markets with zero API keys. +description: A Model Context Protocol server that gives Claude Code 72 models, crypto data, voice calls, media generation, and prediction markets with zero API keys. --- # BlockRun MCP -Give Claude Code access to 95 AI models, 80+ crypto data endpoints, voice calls, image/video/music generation, prediction markets, and a sandbox runtime — all with zero API keys. +Give Claude Code access to 96 AI models, 80+ crypto data endpoints, voice calls, image/video/music generation, prediction markets, and a sandbox runtime — all with zero API keys. BlockRun MCP is a Model Context Protocol server that connects Claude Code to BlockRun's intelligence, trading, and creation capabilities. diff --git a/docs/products/franklin.md b/docs/products/franklin.md index 3c13a2a..c33a953 100644 --- a/docs/products/franklin.md +++ b/docs/products/franklin.md @@ -1,6 +1,6 @@ --- title: Franklin Agent -description: Franklin is the AI agent with a wallet — it writes code and spends USDC autonomously across 71 models and paid APIs, settling per outcome over x402. No subscriptions, no API keys. +description: Franklin is the AI agent with a wallet — it writes code and spends USDC autonomously across 72 models and paid APIs, settling per outcome over x402. No subscriptions, no API keys. --- # Franklin Agent @@ -50,7 +50,7 @@ No install? Run it directly with `npx @blockrun/franklin`. Franklin is the autonomous agent on top of the BlockRun stack — it uses the same pieces you can use directly: -- **Models & routing** — picks the best model per task via [ClawRouter](routing/clawrouter.md)'s scoring, across 71 chat models. +- **Models & routing** — picks the best model per task via [ClawRouter](routing/clawrouter.md)'s scoring, across 72 chat models. - **Paid APIs** — search, market data, media, RPC, and more, paid per call over [x402](../x402/how-it-works.md). - **One wallet** — the wallet is the identity; fund it on Base or Solana ([Wallet Setup](../getting-started/wallet-setup.md)). diff --git a/docs/products/intelligence/overview.md b/docs/products/intelligence/overview.md index c910566..9ef60d0 100644 --- a/docs/products/intelligence/overview.md +++ b/docs/products/intelligence/overview.md @@ -1,11 +1,11 @@ --- title: Intelligence -description: BlockRun Intelligence gives your agent 71 LLMs through one OpenAI-compatible API, paid per request in USDC — no API keys, no subscriptions. +description: BlockRun Intelligence gives your agent 72 LLMs through one OpenAI-compatible API, paid per request in USDC — no API keys, no subscriptions. --- # Intelligence -AI accesses any LLM. 71 models, pay-per-request. +AI accesses any LLM. 72 models, pay-per-request. BlockRun's Intelligence product gives your AI agent access to models from OpenAI, Anthropic, Google, xAI, DeepSeek, Z.AI, Moonshot, MiniMax, and more — without managing API keys or subscriptions. diff --git a/docs/products/routing/clawrouter.md b/docs/products/routing/clawrouter.md index 6075465..acd9a9b 100644 --- a/docs/products/routing/clawrouter.md +++ b/docs/products/routing/clawrouter.md @@ -7,7 +7,7 @@ description: ClawRouter is a smart LLM router for OpenClaw that picks the optima **88% cheaper than pinning one flagship for every request — 98% on `eco`. Automatically.** -ClawRouter is a smart LLM router for OpenClaw that routes every request to the cheapest model that can handle it. One wallet, 71 models, zero API keys. +ClawRouter is a smart LLM router for OpenClaw that routes every request to the cheapest model that can handle it. One wallet, 72 models, zero API keys. :::tip{title="In a hurry?"} Install, fund a wallet, then run `/model blockrun/auto` in any OpenClaw conversation — that's it. @@ -183,7 +183,7 @@ The primary is where the tier starts, not where the request necessarily lands: t - No external API calls for routing decisions - Full privacy - your prompts never leave your machine for routing -### 71 Models +### 72 Models Access all major providers through one wallet: @@ -466,7 +466,7 @@ No. AI model access requires internet. But routing decisions are made locally. ::::cards :::card{title="View all models" href="../intelligence/overview.md" icon="Brain"} -71 LLMs across OpenAI, Anthropic, Google, xAI, DeepSeek, Z.AI, Moonshot, MiniMax, and the free tier. +72 LLMs across OpenAI, Anthropic, Google, xAI, DeepSeek, Z.AI, Moonshot, MiniMax, and the free tier. ::: :::card{title="Check pricing" href="../intelligence/pricing.md" icon="Zap"} diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 88e535b..460bb16 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -7,6 +7,17 @@ description: All notable changes to BlockRun — gateway endpoints, model lineup All notable changes to BlockRun, newest first — gateway endpoints, model lineup, pricing, and SDK releases. +## [2026-08-27] + +### Added — Z.AI GLM-5.3 Flash, the first natively multimodal GLM-5 +- Added **`zai/glm-5.3-flash`** ($0.15/M in · $0.50/M out, **1M context**, 131,072 max output, image input, always-on reasoning) — a 320B/18B hybrid-attention MoE that takes screenshots and rendered UI directly into the coding loop. Verified live on Z.AI before listing: real completions, tool calls, streaming, and vision. +- Priced at Z.AI's **list** rate. Z.AI is running a 50% launch promotion through **2026-09-09**; we list the post-promotion price rather than one that would lapse under our cost two weeks later. +- Thinking cannot be disabled on the 5.3 generation, and does not need to be — unlike GLM-5/5.1/5.2, it returns content alongside its reasoning. +- **`zai/glm-5.3`** ($1.40/$4.40, 1M context), launched 2026-08-19, is now listed in the model reference table as well. +- Visible chat models are now **72** (was 71); total catalog **96** across chat, image, video, music, speech, and sound effects. + +--- + ## [2026-08-03] ### Changed — GPT-5.6 Luna is 80% cheaper, Terra 20%, passed through in full diff --git a/docs/resources/ecosystem.md b/docs/resources/ecosystem.md index 5f72d5f..5680808 100644 --- a/docs/resources/ecosystem.md +++ b/docs/resources/ecosystem.md @@ -12,7 +12,7 @@ Projects, integrations, and partners building with BlockRun and x402. | Product | Description | Link | |---------|-------------|------| | [alpha-mcp](https://github.com/BlockRunAI/alpha-mcp) | AI crypto trading for Claude | [GitHub](https://github.com/BlockRunAI/alpha-mcp) | -| [blockrun-mcp](https://github.com/BlockRunAI/blockrun-mcp) | MCP server for 95 AI models, images, video, music, voice, prediction markets, crypto data, sandbox runtime, smart routing | [GitHub](https://github.com/BlockRunAI/blockrun-mcp) | +| [blockrun-mcp](https://github.com/BlockRunAI/blockrun-mcp) | MCP server for 96 AI models, images, video, music, voice, prediction markets, crypto data, sandbox runtime, smart routing | [GitHub](https://github.com/BlockRunAI/blockrun-mcp) | | [nano-banana](https://github.com/BlockRunAI/nano-banana-blockrun) | Image generation skill | [GitHub](https://github.com/BlockRunAI/nano-banana-blockrun) | ## API Products diff --git a/docs/resources/examples.md b/docs/resources/examples.md index 128c4a6..5404a1d 100644 --- a/docs/resources/examples.md +++ b/docs/resources/examples.md @@ -22,7 +22,7 @@ Run any GPT-Image-2 or Seedance prompt as a one-liner — `/headshot`, `/dance`, ::: :::card{title="lobster.cash skill" href="https://github.com/BlockRunAI/lobstercash-blockrun-skill" icon="Zap"} -BlockRun skill for the lobster.cash OpenClaw plugin — 71 models paid with Solana USDC. +BlockRun skill for the lobster.cash OpenClaw plugin — 72 models paid with Solana USDC. ::: :::: diff --git a/docs/resources/faq.md b/docs/resources/faq.md index 4c63685..5f9a6a4 100644 --- a/docs/resources/faq.md +++ b/docs/resources/faq.md @@ -102,7 +102,7 @@ No. alpha-mcp is free. You only pay for intelligence (sentiment analysis) and ne ### Which AI models are available? -71 models including: +72 models including: - OpenAI (GPT-5.5, GPT-5.4, GPT-5.4 Pro, GPT-5.2) - Anthropic (Claude Opus 5, Opus 4.8, Sonnet 5, Sonnet 4.6, Haiku 4.5) - Google (Gemini 3.1 Pro, Gemini 3.5 Flash) diff --git a/docs/sdks/go.md b/docs/sdks/go.md index e1ba4cf..2146681 100644 --- a/docs/sdks/go.md +++ b/docs/sdks/go.md @@ -1,11 +1,11 @@ --- title: Go SDK -description: The Go SDK for BlockRun — call 95 AI models, generate images, and manage wallets over x402 micropayments with no API keys. +description: The Go SDK for BlockRun — call 96 AI models, generate images, and manage wallets over x402 micropayments with no API keys. --- # Go SDK -The Go SDK for BlockRun provides access to 95 AI models via x402 micropayments — pay per call in USDC, no API keys. +The Go SDK for BlockRun provides access to 96 AI models via x402 micropayments — pay per call in USDC, no API keys. **Source:** [github.com/BlockRunAI/blockrun-llm-go](https://github.com/BlockRunAI/blockrun-llm-go) · `go get github.com/BlockRunAI/blockrun-llm-go` · MIT @@ -261,7 +261,7 @@ Fund a wallet with USDC and make your first paid call in under five minutes. ::: :::card{title="Models & pricing" href="../api-reference/models.md" icon="Brain"} -Browse all 71 models with live pricing to pick the right one for each call. +Browse all 72 models with live pricing to pick the right one for each call. ::: :::card{title="How payment works" href="../x402/how-it-works.md" icon="Zap"} diff --git a/docs/sdks/python.md b/docs/sdks/python.md index 0d46c56..b32910c 100644 --- a/docs/sdks/python.md +++ b/docs/sdks/python.md @@ -1,6 +1,6 @@ --- title: Python SDK -description: The official BlockRun Python SDK — call 71 LLMs, smart routing, and prediction markets over x402 micropayments with no API keys. +description: The official BlockRun Python SDK — call 72 LLMs, smart routing, and prediction markets over x402 micropayments with no API keys. --- # Python SDK @@ -909,7 +909,7 @@ Fund a wallet with USDC and make your first paid call in under five minutes. ::: :::card{title="Models & pricing" href="../api-reference/models.md" icon="Brain"} -Browse all 71 models with live pricing to pick the right one for each call. +Browse all 72 models with live pricing to pick the right one for each call. ::: :::card{title="How payment works" href="../x402/how-it-works.md" icon="Zap"} diff --git a/docs/sdks/typescript.md b/docs/sdks/typescript.md index b1a5f3e..bdbd932 100644 --- a/docs/sdks/typescript.md +++ b/docs/sdks/typescript.md @@ -1,6 +1,6 @@ --- title: TypeScript SDK -description: The official BlockRun TypeScript/JavaScript SDK — call 71 LLMs, smart routing, and prediction markets over x402 micropayments with no API keys. +description: The official BlockRun TypeScript/JavaScript SDK — call 72 LLMs, smart routing, and prediction markets over x402 micropayments with no API keys. --- # TypeScript SDK @@ -733,7 +733,7 @@ Fund a wallet with USDC and make your first paid call in under five minutes. ::: :::card{title="Models & pricing" href="../api-reference/models.md" icon="Brain"} -Browse all 71 models with live pricing to pick the right one for each call. +Browse all 72 models with live pricing to pick the right one for each call. ::: :::card{title="How payment works" href="../x402/how-it-works.md" icon="Zap"} diff --git a/docs/x402/endpoints.md b/docs/x402/endpoints.md index 0dafad2..01441f4 100644 --- a/docs/x402/endpoints.md +++ b/docs/x402/endpoints.md @@ -39,7 +39,7 @@ Replace `blockrun.ai` with `sol.blockrun.ai`, `nano.blockrun.ai`, `xrpl.blockrun ## AI Model Gateway -OpenAI-compatible. 71 models across chat, reasoning, coding, and vision — plus image, video, music, and speech generation. Per-model pricing is published live at `/api/v1/models`. +OpenAI-compatible. 72 models across chat, reasoning, coding, and vision — plus image, video, music, and speech generation. Per-model pricing is published live at `/api/v1/models`. | Method | Path | Purpose | Pricing | |---|---|---|---|