From 73b439e504a3bb0dc85b90b4ec9260eb10a1ced0 Mon Sep 17 00:00:00 2001 From: 1bcMax Date: Thu, 10 Sep 2026 12:14:43 -0400 Subject: [PATCH] docs: the catalog is 105 models MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BlockRunAI/blockrun#564 adds openai/gpt-image-2.5-flare and openai/gpt-image-2.5-sunburst, both available, taking the published total from 103 to 105. That PR updated public/agent.md, llms.txt, skill.md and vision.md and could not update these — they live here. Seven literals across five files. Three of them sit in YAML frontmatter `description:`, which is why this surface carries plain numbers rather than br: markers: a marker is inert only where something renders markdown as HTML, and frontmatter is read as a string. brand-numbers.docs.test.ts asserts them instead, and it is what caught these. LOCKSTEP: blockrun's submodule pointer must move only on the #564 branch. Main still publishes 103, so bumping the pointer there would turn the same guard red in the other direction. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01GJ6wG4k5TgeUgYneCMz1oc --- docs/frameworks/agentkit.md | 2 +- docs/frameworks/elizaos.md | 4 ++-- docs/frameworks/goat.md | 2 +- docs/mcp/blockrun-mcp.md | 2 +- docs/sdks/go.md | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/frameworks/agentkit.md b/docs/frameworks/agentkit.md index 84aba66..cdf285f 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 103 AI models. +description: Pair Coinbase AgentKit with BlockRun so your agents both hold on-chain assets and pay per request for 105 AI models. --- # AgentKit Integration diff --git a/docs/frameworks/elizaos.md b/docs/frameworks/elizaos.md index 95b2340..3ae7c8f 100644 --- a/docs/frameworks/elizaos.md +++ b/docs/frameworks/elizaos.md @@ -1,6 +1,6 @@ --- title: ElizaOS Integration -description: Add the BlockRun plugin to ElizaOS so your agents reach 103 AI models via x402 micropayments — no per-provider API keys. +description: Add the BlockRun plugin to ElizaOS so your agents reach 105 AI models via x402 micropayments — no per-provider API keys. --- # ElizaOS Integration @@ -11,7 +11,7 @@ Use BlockRun as an LLM provider in ElizaOS agents — one plugin unlocks 78 mode 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 103 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 105 AI models via x402 micropayments. ## Setup diff --git a/docs/frameworks/goat.md b/docs/frameworks/goat.md index 858a86a..f87f61a 100644 --- a/docs/frameworks/goat.md +++ b/docs/frameworks/goat.md @@ -1,6 +1,6 @@ --- title: GOAT SDK Integration -description: Combine GOAT SDK's cross-chain execution with BlockRun's 103 AI models, paid per request over x402 — until the official plugin ships. +description: Combine GOAT SDK's cross-chain execution with BlockRun's 105 AI models, paid per request over x402 — until the official plugin ships. --- # GOAT SDK Integration diff --git a/docs/mcp/blockrun-mcp.md b/docs/mcp/blockrun-mcp.md index 89981d1..a3c0125 100644 --- a/docs/mcp/blockrun-mcp.md +++ b/docs/mcp/blockrun-mcp.md @@ -5,7 +5,7 @@ description: A Model Context Protocol server that gives Claude Code 78 models, c # BlockRun MCP -Give Claude Code access to 103 AI models, 66 crypto data endpoints, voice calls, image/video/music generation, prediction markets (read *and* trade), multi-chain RPC, and a sandbox runtime — all with zero API keys. +Give Claude Code access to 105 AI models, 66 crypto data endpoints, voice calls, image/video/music generation, prediction markets (read *and* trade), multi-chain RPC, 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/sdks/go.md b/docs/sdks/go.md index b6dcb59..384d70f 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 103 AI models, generate images, video, music and speech, search the web, read market data and multi-chain RPC, and manage wallets over x402 micropayments with no API keys. +description: The Go SDK for BlockRun — call 105 AI models, generate images, video, music and speech, search the web, read market data and multi-chain RPC, and manage wallets over x402 micropayments with no API keys. --- # Go SDK -The Go SDK for BlockRun provides access to 103 AI models via x402 micropayments — pay per call in USDC on **Base** or **Solana**, no API keys. Beyond chat it covers image, video, music and speech generation, web search, market data, prediction markets, DeFi and DEX data, and multi-chain JSON-RPC. +The Go SDK for BlockRun provides access to 105 AI models via x402 micropayments — pay per call in USDC on **Base** or **Solana**, no API keys. Beyond chat it covers image, video, music and speech generation, web search, market data, prediction markets, DeFi and DEX data, and multi-chain JSON-RPC. **Source:** [github.com/BlockRunAI/blockrun-llm-go](https://github.com/BlockRunAI/blockrun-llm-go) · `go get github.com/BlockRunAI/blockrun-llm-go@v0.20.0` · Go 1.22+ · MIT