Back to Models
Magnum v4 72B
anthracite-org/magnum-v4-72bOct 22, 202416.4K context2.0K max output$3.00/M in · $5.00/M out
Description
This is a series of models designed to replicate the prose quality of the Claude 3 models, specifically Sonnet( and Opus(.
The model is fine-tuned on top of Qwen2.5 72B.
Specifications
Provider
anthracite-org
Context Length
16.4K
Max Output
2.0K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $3.00 |
| Output | $5.00 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "anthracite-org/magnum-v4-72b",
"messages": [{"role": "user", "content": "Hello!"}]
}'