UseDocumentation Index
Fetch the complete documentation index at: https://runcrate.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
anthropic/claude-4-sonnet on Runcrate with the same OpenAI-compatible interface you already know. One API key gives you Claude plus 170+ other models — switch between them by changing a single string. No separate Anthropic account, no separate billing.
Why use Claude through Runcrate
| Direct Anthropic API | Runcrate | |
|---|---|---|
| API format | Anthropic-specific SDK | OpenAI-compatible (drop-in) |
| Models available | Claude only | Claude + DeepSeek + Llama + Qwen + 170 more |
| API keys | One per provider | One key for everything |
| Billing | Separate per provider | Single credit balance |
| Switching models | Rewrite integration code | Change one string |
Same code, different base URL
If you already use the OpenAI SDK, switching to Claude on Runcrate is a one-line change:Switch models without changing code
The real advantage: swapmodel and the rest of your code stays identical.
Next steps
- Route between AI models — use different models for different tasks in the same app.
- Model catalog — see all 170+ models, pricing, and context windows.
- SDKs overview — Python, TypeScript, and Vercel AI SDK setup.