Skip to main content
ModelIDContextWhen
Opus 4.8claude-opus-4-8largeThe most complex tasks, agents, long code
Sonnet 4.6claude-sonnet-4-6largeA price/quality balance — the default for code
Haiku 4.5claude-haiku-4-5largeFast and cheap requests, classification

Rates (₽ per 1M tokens)

ModelInputOutput
claude-opus-4-837185
claude-sonnet-4-637185
claude-haiku-4-537185
More on billing — Pricing and tokens.

Listing models via the API

curl https://api.ethereal.llc/v1/models \
  -H "Authorization: Bearer eth-..."
{
  "object": "list",
  "data": [
    { "id": "claude-opus-4-8",   "object": "model" },
    { "id": "claude-sonnet-4-6", "object": "model" },
    { "id": "claude-haiku-4-5",  "object": "model" }
  ]
}
Specify a concrete id in the model field. For most coding tasks, start with claude-sonnet-4-6, move up to Opus for hard ones, and down to Haiku for simple ones — it’s cheaper that way.