Models
Model identifiers
RodiumAi is the platform and billing layer, not a model name. In API requests you pass real model strings such as openai/gpt-4o or anthropic/claude-sonnet-4-6. Below is a live sample from our catalogue; every hosted model, RODI rate, and context window is on the public models page.
GPT-4o
OpenAI
1,598 / 6,392 RODI per 1M (in/out)~ $2.50 / $10.00 USD per 1M (in/out)
Context: 128K tokens
Best for: chat
model: "openai/gpt-4o"
159.80 / 958.80 RODI per 1M (in/out)~ $0.250 / $1.50 USD per 1M (in/out)
Context: 1.0M tokens
Best for: chat
model: "google/gemini-3.1-flash-lite-preview"
Claude Fable 5
Anthropic
6,392 / 31,959 RODI per 1M (in/out)~ $10.00 / $50.00 USD per 1M (in/out)
Context: 1M tokens
Best for: chat
model: "anthropic/claude-fable-5"
Claude Haiku 4.5
Anthropic
639.20 / 3,196 RODI per 1M (in/out)~ $1.00 / $5.00 USD per 1M (in/out)
Context: 200K tokens
Best for: chat
model: "anthropic/claude-haiku-4-5-20251001"
Browse all 113 models
Filters by provider, context, RODI rates, and modalities, same ids you pass in POST /v1/chat/completions.
Programmatic list (all ids returned by the API): GET /v1/models.