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