anthracite-org

Magnum v4 72B

anthracite-org/magnum-v4-72b

Input$3.00 /1M tokens
·
Output$5.00 /1M tokens

This is a series of models designed to replicate the prose quality of the Claude 3 models, specifically Sonnet(https://openrouter.ai/anthropic/claude-3.5-sonnet) and Opus(https://openrouter.ai/anthropic/claude-3-opus). The model is fine-tuned on top of [Qwen2.5 72B](https://openrouter.ai/qwen/qwen-2.5-72b-instruct).

Code Examples

import requests

response = requests.post(
    "https://neurongate.net/v1/chat/completions",
    headers={
        "Authorization": "Bearer ng-your-api-key",
        "Content-Type": "application/json"
    },
    json={
        "model": "anthracite-org/magnum-v4-72b",
        "messages": [
            {"role": "user", "content": "Hello!"}
        ]
    }
)

print(response.json()["choices"][0]["message"]["content"])

Pricing Details

ExampleCost
1K input tokens (short prompt)$0.00300
1K in + 500 out (typical response)$0.00550
10K in + 2K out (document analysis)$0.0400
100K in + 10K out (large context)$0.3500

Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.

Frequently Asked Questions

Capabilities

Streaming
Yes
Function Calling / Tools
No
Vision (Image Input)
No
Audio Processing
No

Context Window

33K tokens

~25K words of text

Max output
2K tokens

Modalities

Input
text
Output
text

Ready to build?

Pay with crypto. No subscriptions.

Get Started Free

Similar Models