OpenRouter model

Magnum v4 72B

Magnum v4 72B is a OpenRouter model listed in the NextModel catalogue for General chat via OpenRouter, API workloads workloads. Its listed price is $0.564 / 1M tokens input and $0.94 / 1M tokens output per 1M tokens, with a 16.4k token context window.

OpenRouterPlatform curatedCatalog
StreamingJSON mode
Input price$0.564 / 1M tokens
Output price$0.94 / 1M tokens
Context length16.4k tokens
Max output2k tokens

What is Magnum v4 72B in NextModel?

Magnum v4 72B is a OpenRouter model listed in the NextModel catalogue for General chat via OpenRouter, API workloads workloads. Its listed price is $0.564 / 1M tokens input and $0.94 / 1M tokens output per 1M tokens, with a 16.4k token context window.

Best use cases

  • General chat via OpenRouter
  • API workloads

OpenAI-compatible code example

Keep the OpenAI SDK style, set base_url to NextModel, and use the catalogue model ID anthracite-org--magnum-v4-72b.

Python
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.nextmodel.app/v1"
)

resp = client.chat.completions.create(
    model="anthracite-org/magnum-v4-72b",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

print(resp.choices[0].message.content)

Similar alternatives

OpenRouterCatalog

Olmo 3 32B Think is a large-scale, 32-billion-parameter model purpose-built for deep reasoning, complex logic chains and advanced instruction-following scenarios. Its capacity enables strong performance on demanding evaluation tasks and...

$0.029 / 1M tokensInput$0.094 / 1M tokensOutput65.5kContext
Best forGeneral chat via OpenRouter, API workloads
RoutingDegraded
StreamingJSON mode
Platform curatedNextModel gateway catalog (Go origin)
View details
OpenRouterCatalog

One of the highest performing and most popular fine-tunes of Llama 2 13B, with rich descriptions and roleplay. #merge

$0.012 / 1M tokensInput$0.012 / 1M tokensOutput8.2kContext
Best forGeneral chat via OpenRouter, API workloads
RoutingConfigured
StreamingJSON mode
Platform curatedNextModel gateway catalog (Go origin)
View details
OpenRouterCatalog

An attempt to recreate Claude-style verbosity, but don't expect the same level of coherence or memory. Meant for use in roleplay/narrative situations.

$0.142 / 1M tokensInput$0.188 / 1M tokensOutput8kContext
Best forGeneral chat via OpenRouter, API workloads
RoutingConfigured
StreamingJSON mode
Platform curatedNextModel gateway catalog (Go origin)
View details

FAQ

Magnum v4 72B API questions