API Marketplace
Compare AI API providers and get started with the best option for your needs.💡 Using our affiliate links helps support ClawList development
Quick Comparison
At a glance comparison of major providers
🤖
OpenAI
Popular
GPT-4, GPT-5, DALL-E, Whisper
$0.03 / 1K tokens
Context: 128K
Features
- Best for code
- Fast response
- Function calling
- Vision support
Get Started
We earn 5% commission at no extra cost to you
ðŸ§
Anthropic
Popular
Claude Opus, Sonnet, Haiku
$0.015 / 1K tokens
Context: 200K
Features
- Best for reasoning
- Long context
- Safe outputs
- Artifacts
Get Started
We earn 5% commission at no extra cost to you
🔷
Google AI
Gemini Pro, Flash, Ultra
$0.001 / 1K tokens
Context: 1M
Features
- Cheapest option
- Huge context
- Multimodal
- Fast
Get Started
We earn 3% commission at no extra cost to you
âš¡
Together AI
Open-source models (Llama, Mixtral)
$0.0002 / 1K tokens
Context: 32K
Features
- Ultra cheap
- Open models
- Fast inference
- No rate limits
Get Started
We earn 10% commission at no extra cost to you
Cost Calculator
Estimate your monthly API costs
Coming soon: Interactive calculator to estimate costs based on your usage
Integration Guide
How to use these APIs with OpenClaw
1. Get your API key
Sign up with a provider above and generate an API key from their dashboard
2. Add to OpenClaw config
# ~/.openclaw/openclaw.json
{
"models": {
"default": "openai/gpt-4",
"apiKeys": {
"openai": "sk-...",
"anthropic": "sk-ant-...",
"google": "AIza..."
}
}
}3. Start using
OpenClaw will automatically use your configured API keys