anthracite-org

Magnum v4 72B

anthracite-org/magnum-v4-72b
Контекст
16 384
Вход токены
369,16 ₽/M
Выход токены
615,27 ₽/M
описание

This is a series of models designed to replicate the prose quality of the Claude 3 models, specifically Sonnet(https://API VEGA.ai/anthropic/claude-3.5-sonnet) and Opus(https://API VEGA.ai/anthropic/claude-3-opus).

The model is fine-tuned on top of [Qwen2.5 72B](https://API VEGA.ai/qwen/qwen-2.5-72b-instruct).

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

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

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