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 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!" }
]
}'