Back to Models
Anthropic: Claude Opus 4 AI Model Icon

Anthropic: Claude Opus 4

anthropic/claude-opus-4

Description

Claude Opus 4 is benchmarked as the world’s best coding model, at time of release, bringing sustained performance on complex, long-running tasks and agent workflows. It sets new benchmarks in software engineering, achieving leading results on SWE-bench (72.5%) and Terminal-bench (43.2%). Opus 4 supports extended, agentic workflows, handling thousands of task steps continuously for hours without degradation. Read more at the [blog post here](https://www.anthropic.com/news/claude-4)

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Anthropic: Claude Opus 4 (anthropic/claude-opus-4)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "anthropic/claude-opus-4",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Anthropic: Claude Opus 4 model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text
  • Images

API Pricing

  • Input: 15$ / 1M tokens
  • Output: 75$ / 1M tokens
  • Image: 0.024$ / image

Token Limits

  • Max Output: 32,000 tokens
  • Max Context: 200,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate