Back to models
Anthropic

Claude Opus 5

claude-opus-5
Anthropic4K context$5.00 / 1M tokens (input)$25.00 / 1M tokens (output)

Claude Opus 5 supports Text, File input and Text output through OpenAI.

Total Context4K
Input Price$5.00
Output Price$25.00

Providers for Claude Opus 5

AnyInt routes requests to the best providers that are able to handle your prompt size and parameters, with fallbacks to maximize uptime.

Anthropic
Total Context4K
Input Price$5.00
Output Price$25.00

Sample code and API for Claude Opus 5

AnyInt generates a quickstart from this model's declared API operations, including complete polling flows for asynchronous media.

Create API key

Choose an operation and language that match this model.

ResponsesOpenAI compatible

Call the standard operation supported by this model.

/v1/responses
curl 'https://api.anyint.ai/v1/responses' \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -d '{
  "model": "claude-opus-5",
  "input": "Describe a calm futuristic city at sunrise."
}'