Description
This model always redirects to the latest model in the Claude Opus family.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Anthropic: Claude Opus Latest (~anthropic/claude-opus-latest)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "~anthropic/claude-opus-latest",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Anthropic: Claude Opus Latest model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
API Pricing
- Input: 5$ / 1M tokens
- Output: 25$ / 1M tokens
Token Limits
- Max Output: 128,000 tokens
- Max Context: 1,000,000 tokens
Subscription Tiers
- free
- pro
- ultimate