RodiumAi docs
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"

Model details

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"

Model details

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"

Model details

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"

Model details

Browse all 113 models

Filters by provider, context, RODI rates, and modalities, same ids you pass in POST /v1/chat/completions.

View all models

Programmatic list (all ids returned by the API): GET /v1/models.