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
2 changes: 1 addition & 1 deletion docs/frameworks/agentkit.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/frameworks/elizaos.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/frameworks/goat.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/mcp/blockrun-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/sdks/go.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading