anthropic
Anthropic

Anthropic: Claude Opus 4

anthropic/claude-opus-4
Контекст
200 000
Вход токены
1845,82 ₽/M
Выход токены
9229,12 ₽/M
Кэш чтение
184,58 ₽/M
Кэш запись
2307,28 ₽/M
описание

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...

модальности
+
+
интеграция

Как использовать через API

bash
# Запрос к API VEGA через anthropic/claude-opus-4
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "anthropic/claude-opus-4",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'