AI Models

200+ Models

Access 200+ language models through a unified API. Compare capabilities, pricing, and find the perfect model for your use case.

One API, All Models

Switch between any model with a single line change. Same API, same billing, no provider lock-in.

Model Explorer

Search, filter, and compare models. Click any model to see details and copy the model ID for use in your code.

0 models

Loading models...

Using Models

Example Usage
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
})

Model Capabilities

CapabilityDescriptionTop Models
ChatConversational AI, Q&A, content generationclaude-3.5-sonnet, gpt-4o
VisionImage analysis, OCR, visual understandingclaude-3.5-sonnet, gpt-4o, gemini-2.0-flash
Function CallingExecute code, call APIs, use toolsclaude-3.5-sonnet, gpt-4o
EmbeddingVector embeddings for search and RAGtext-embedding-3-large, voyage-3

Pricing

Pay only for what you use. All prices include 25% platform fee (covers retries, caching, rate limiting).

ModelInputOutputNotes
claude-3.5-haiku$1.00$5.00Fast & affordable
claude-3.5-sonnet$3.75$18.75Best value
gpt-4o$3.13$12.50OpenAI flagship
gemini-2.0-flash$0.10$0.401M context window

Prices per 1M tokens. See full pricing for all 200+ models.