Back to Models
Anthropic: Claude 3.7 Sonnet AI Model Icon

Anthropic: Claude 3.7 Sonnet

anthropic/claude-3.7-sonnet

Description

Claude 3.7 Sonnet is an advanced large language model with improved reasoning, coding, and problem-solving capabilities. It introduces a hybrid reasoning approach, allowing users to choose between rapid responses and...

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Anthropic: Claude 3.7 Sonnet (anthropic/claude-3.7-sonnet)

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

Supported Modalities

  • Text
  • Images

API Pricing

  • Input: 3$ / 1M tokens
  • Output: 15$ / 1M tokens

Token Limits

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

Subscription Tiers

  • free
  • pro
  • ultimate