Models
Model identifiers
Rodium 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.
Gemini 3 Flash Preview
298.10 / 1,788 RODI per 1M (in/out)Google
Context: 1.0M tokens
Best for: vision
model: "google/gemini-3-flash-preview"
Claude Haiku 4.5
596.10 / 2,980 RODI per 1M (in/out)Anthropic
Context: 200K tokens
Best for: vision
model: "anthropic/claude-haiku-4-5-20251001"
Claude Opus 4.1
8,941 / 44,706 RODI per 1M (in/out)Anthropic
Context: 200K tokens
Best for: vision
model: "anthropic/claude-opus-4-1-20250805"
Browse all 47 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.