-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblockrun.json
More file actions
107 lines (107 loc) · 3.13 KB
/
Copy pathblockrun.json
File metadata and controls
107 lines (107 loc) · 3.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"ENABLE": true,
"id": "blockrun",
"name": "BlockRun",
"description": "Plug your AI agent into 41 LLMs, live data APIs, and secure code runtime. One install for OpenClaw, Claude Code, or Franklin. Pay per call in USDC via x402 — no API keys.",
"categories": ["ai", "infrastructure", "search", "utility"],
"serviceUrl": "http://blockrun.ai",
"tags": ["llm", "chat", "completions", "image-generation", "sandbox", "python", "code-execution", "search", "twitter", "x", "grok"],
"docs": [
"https://blockrun.ai/docs"
],
"endpoints": [
{
"method": "POST",
"path": "/api/v1/chat/completions",
"description": "AI chat completions API - access 41+ LLMs including GPT-4o, Claude, Gemini, etc.",
"pricing": {
"type": "fixed",
"amount": "0.001000",
"per": "request"
}
},
{
"method": "POST",
"path": "/api/v1/images/generations",
"description": "AI image generation API - create images using DALL-E 3, Stable Diffusion, etc.",
"pricing": {
"type": "fixed",
"amount": "0.040000",
"per": "request"
}
},
{
"method": "POST",
"path": "/api/v1/modal/sandbox/create",
"description": "Create a managed Python 3.11 sandbox with bounded CPU, memory, and lifetime limits",
"pricing": {
"type": "fixed",
"amount": "0.010000",
"per": "sandbox"
}
},
{
"method": "POST",
"path": "/api/v1/modal/sandbox/exec",
"description": "Execute a command inside a running sandbox. Returns stdout, stderr, and exit code",
"pricing": {
"type": "fixed",
"amount": "0.001000",
"per": "execution"
}
},
{
"method": "POST",
"path": "/api/v1/modal/sandbox/status",
"description": "Check the status of a sandbox (running or terminated)",
"pricing": {
"type": "fixed",
"amount": "0.001000",
"per": "request"
}
},
{
"method": "POST",
"path": "/api/v1/modal/sandbox/terminate",
"description": "Terminate a running sandbox and release its resources",
"pricing": {
"type": "fixed",
"amount": "0.001000",
"per": "request"
}
},
{
"method": "POST",
"path": "/api/v1/search",
"description": "Grok Live Search API - real-time X/Twitter and web search",
"pricing": {
"type": "fixed",
"amount": "0.262500",
"per": "request"
}
},
{
"method": "POST",
"path": "/api/v1/x/users/followers",
"description": "Twitter/X User Follower List via AttentionVC",
"pricing": {
"type": "fixed",
"amount": "0.050000",
"per": "request"
}
},
{
"method": "POST",
"path": "/api/v1/x/users/lookup",
"description": "Twitter/X User Batch Lookup via AttentionVC (10-100 users)",
"pricing": {
"type": "fixed",
"amount": "0.200000",
"per": "request"
}
}
],
"network": "eip155:8453",
"currency": "USDC",
"note": "All APIs pay per call in USDC on Base. No API keys required - payment handled via x402."
}