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.
Text Embedding 004
from 89.50 RODI / 1M inputGoogle
Context: 2K tokens
Best for: chat
model: "google/text-embedding-004"
Claude Haiku 4.5
596.10 / 2,981 RODI per 1M (in/out)Anthropic
Context: 200K tokens
Best for: vision
model: "anthropic/claude-haiku-4-5-20251001"
Claude Opus 4.1
8,942 / 44,707 RODI per 1M (in/out)Anthropic
Context: 200K tokens
Best for: vision
model: "anthropic/claude-opus-4-1-20250805"
Browse all 44 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.