anthropic
Anthropic

Anthropic: Claude 3 Haiku

anthropic/claude-3-haiku
Контекст
200 000
Вход токены
30,76 ₽/M
Выход токены
153,82 ₽/M
Кэш чтение
3,69 ₽/M
Кэш запись
36,92 ₽/M
описание

Claude 3 Haiku is Anthropic's fastest and most compact model for

near-instant responsiveness. Quick and accurate targeted performance.

See the launch announcement and benchmark results [here](https://www.anthropic.com/news/claude-3-haiku)

#multimodal

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

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

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