Быстрая вариация [Opus 5](/anthropic/claude-opus-5) — идентичные возможности с более высокой скоростью вывода по цене 2x по сравнению с обычным Opus 5.
Узнайте больше в документации Anthropic: https://platform.claude.com/docs/en/build-with-claude/fast-mode
(Rекомендуется добавить иконку Anthropic перед [Opus 5])
# Запрос к API VEGA через anthropic/claude-opus-5-fast
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-5-fast",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'