All ModelschatClaude Opus 5

Claude Opus 5

by AnthropicPremium

Try on Kunya
chat

Claude Opus 5

Most capable Opus — complex agentic coding, deep reasoning, and long-horizon enterprise work with 1M context

Model ID:claude-opus-5

API Documentation

Generate chat completions with this model.

POST/api/v1/chat/completions
GET /api/v1/models?type=chat
Request body
{
  "model": "claude-opus-5",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ],
  "stream": false,
  "thinking": true,
  "max_tokens": 4096
}
cURL example
curl -X POST https://kunya.ai/api/v1/chat/completions \
  -H "Authorization: Bearer kunya_YOUR_API_KEY" \
  -H "Content-Type: application/json"
  -d '{"model":"claude-opus-5","messages":[{"role":"user","content":"Hello!"}],"stream":false,"thinking":true,"max_tokens":4096}'

Notes

  • OpenAI-compatible endpoint — works with any Kunya API key.
  • Set `"stream": true` for server-sent events.
  • Supports vision: pass image URLs in message content as `{ "type": "image_url", "image_url": { "url": "..." } }`.
  • Supports tool calling via the `tools` parameter.

Pricing

Input$6.5 per 1M tokens
Output$32.5 per 1M tokens
Context Window1000K

Capabilities

Streaming Yes
Vision Yes
Reasoning Yes
Tool Use Yes
ProviderAnthropic
Try on Kunya

Rankings

Programming#1
Technology#1

Similar Models

Claude Opus 4.6

Anthropic

Hybrid reasoning model with 1M context, top-tier coding and agentic performance

API Documentation

Claude Fable 5

Anthropic

Most capable widely released Claude — demanding reasoning, complex agentic coding, and long-horizon work with 1M context

API Documentation

Grok 4.5

xAI

Frontier Grok for coding, agentic tasks, and knowledge work — tool calling, web/X search, code execution

API Documentation

MiniMax M3

MiniMax

Latest M-series — 1M context, agentic coding, tool use, vision + video input, interleaved thinking

API Documentation