One API, All Models
Model Explorer
Search, filter, and compare models. Click any model to see details and copy the model ID for use in your code.
Loading models...
Using Models
import { useChat } from '@sylphx/platform-sdk/react'
// Just change the model parameter to switch providers
const { messages, send } = useChat({
model: 'anthropic/claude-3.5-sonnet', // Best overall
// model: 'openai/gpt-4o', // Fast & capable
// model: 'google/gemini-2.0-flash', // 1M context
// model: 'meta-llama/llama-3.3-70b', // Open weights
})Recommended Models
Claude 3.5 Sonnet
Anthropic
Excellent balance of speed, quality, and cost. Great for most use cases.
anthropic/claude-3.5-sonnetClaude 3 Haiku
Anthropic
Ultra-fast responses at low cost. Perfect for simple tasks and high volume.
anthropic/claude-3-haikuGemini 2.0 Flash
1 million token context for processing entire codebases or documents.
google/gemini-2.0-flashClaude 3 Opus
Anthropic
Most capable model for complex reasoning, analysis, and creative work.
anthropic/claude-3-opusDeepSeek R1
DeepSeek
Specialized in mathematical reasoning and step-by-step problem solving.
deepseek/deepseek-r1Llama 3.3 70B
Meta
Powerful open-weight model. Great for privacy-conscious applications.
meta-llama/llama-3.3-70bModel Capabilities
| Capability | Description | Top Models |
|---|---|---|
| Chat | Conversational AI, Q&A, content generation | claude-3.5-sonnet, gpt-4o |
| Vision | Image analysis, OCR, visual understanding | claude-3.5-sonnet, gpt-4o, gemini-2.0-flash |
| Function Calling | Execute code, call APIs, use tools | claude-3.5-sonnet, gpt-4o |
| Embedding | Vector embeddings for search and RAG | text-embedding-3-large, voyage-3 |
Pricing
Pay only for what you use. All prices include 25% platform fee (covers retries, caching, rate limiting).
| Model | Input | Output | Notes |
|---|---|---|---|
| claude-3.5-haiku | $1.00 | $5.00 | Fast & affordable |
| claude-3.5-sonnet | $3.75 | $18.75 | Best value |
| gpt-4o | $3.13 | $12.50 | OpenAI flagship |
| gemini-2.0-flash | $0.10 | $0.40 | 1M context window |
Prices per 1M tokens. See full pricing for all 200+ models.