Back to Models

Claude Opus 4.8

FeaturedActive
claude-opus-4-8

Anthropic flagship

Technical Specifications

Context Length200K tokens
Max Output64K tokens
Available Providers1
Lowest Input Price$5.00/1M tokens
Lowest Output Price$25.00/1M tokens

Capabilities

chatcodefunction_callingvision

Provider Availability & Pricing

ProviderProvider Model IDInput Price (per 1M tokens)Output Price (per 1M tokens)Status
Anthropic
claude-opus-4-8$5.00$25.00active

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "claude-opus-4-8",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use Claude Opus 4.8?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.