Seedance 2.0 15% छूट | Video Generator में बनाएँ →
A
anthracite-org/magnum-v4-72b

anthracite-org/magnum-v4-72b

प्रकाशन तिथि: 2024-10-22

16,384 context · $3.00/M input tokens · $5.00/M output tokens

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.

Pricing

Pay-per-use

No upfront costs, pay only for what you use

Input$3.00 / M Tokens
Output$5.00 / M Tokens

Try the model

anthracite-org/magnum-v4-72b
Online
A
Hi! I am a helpful AI assistant. What can I do for you?

API Usage

Use the following code examples to integrate with our API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

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

Model Introduction

Anthracite-Org magnum-v4-72b

anthracite-org magnum-v4-72b


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 16384 context window for long document handling
  • Competitive pricing at $3.3/$5.5 per million tokens

Key Features

  • Context Window: 16384 tokens
  • Max Output: 2048 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderAnthracite-Org
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window16384 tokens
Max Output2048 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$3.3
Output$5.5

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: anthracite-org/magnum-v4-72b


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

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

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "anthracite-org/magnum-v4-72b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: anthracite-org/magnum-v4-72b
  • Provider: Anthracite-Org

Info

Provideranthracite-org
Typellm

Supported Functionality

Input
Text
Output
Text
Context16,384
Max Output2,048
Vision-
Function Calling-

API Access Guide

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDanthracite-org/magnum-v4-72b

Magnum V4 72b API

anthracite-org/magnum-v4-72b

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.

Input

$3 /M

Output

$5 /M

Context

16K

Max Output

2K

Try Magnum V4 72b on WaveSpeedAI

Access Magnum V4 72b through our unified API — OpenAI-compatible, no cold starts, transparent pricing.

Frequently Asked Questions about Magnum V4 72b

How much does Magnum V4 72b cost via the API?+

Pricing on WaveSpeedAI: $3.00 per million input tokens and $5.00 per million output tokens. Prompt caching and batch processing are billed separately and reduce effective cost on long, repetitive workloads.

What is the context window of Magnum V4 72b?+

Magnum V4 72b supports up to 16K tokens of context with up to 2K tokens of output per request.

Is Magnum V4 72b OpenAI-compatible?+

Yes. WaveSpeedAI exposes Magnum V4 72b through an OpenAI-compatible endpoint at https://llm.wavespeed.ai/v1. Point the official OpenAI SDK at this base URL with your WaveSpeedAI API key — no other code changes required.

How do I get started with Magnum V4 72b?+

Sign in to WaveSpeedAI, create an API key in Access Keys, then send a request to https://llm.wavespeed.ai/v1/chat/completions with model id set to the value shown above. New accounts receive free credits to evaluate Magnum V4 72b before paying per token.

Related LLM APIs