openrouter
Body Builder (beta)
Try in chat →Transform your natural language requests into structured OpenRouter API request objects. Describe what you want to accomplish with AI models, and Body Builder will construct the appropriate API calls. Example:...
Context
128k tokens
Input / 1M tokens
$-1000000
Output / 1M tokens
$-1000000
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$-1000000 per 1M tokens
Output tokens$-1000000 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDopenrouter/bodybuilder
Context window128k tokens
Input modalitiestext
Output modalitiestext
TokenizerRouter
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'openrouter/bodybuilder',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Body Builder (beta)?
Try it in the browser first, then get an API key and start making requests in minutes.