Back to model catalog

Anthropic

Claude 3.5 Sonnet

Reliable long-context reasoning for complex instructions, review and coding tasks.

reasoningcodinglong contexttool calling

Best use cases

code review
policy analysis
long documents
technical writing

OpenAI-compatible request

Set baseURL to https://thesmartoken.com/v1 and pass the model ID below.

curl -s "https://thesmartoken.com/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_SMARTOKEN_KEY" \
  -d '{
    "model": "claude-3-5-sonnet",
    "stream": true,
    "messages": [
      { "role": "user", "content": "Summarize this product idea in three bullets." }
    ]
  }'