Seedance 2.0 SCONTO 15% | Crea nel Video Generator →
A
anthracite-org/magnum-v4-72b

anthracite-org/magnum-v4-72b

Data di rilascio: 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.

Prezzi

Pay-per-use

Nessun costo iniziale, paga solo per ciò che usi

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

Prova il modello

anthracite-org/magnum-v4-72b
Online
A
Ciao! Sono un assistente IA utile. Come posso aiutarti?

Utilizzo API

Usa i seguenti esempi di codice per integrare la nostra 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)

Introduzione al modello

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
Tipollm

Funzionalità supportate

Input
Testo
Output
Testo
Contesto16,384
Output massimo2,048
Vision-
Function Calling-

Guida all'accesso API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID modelloanthracite-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

Contesto

16K

Output max

2K

Prova Magnum V4 72b su WaveSpeedAI

Accedi a Magnum V4 72b tramite la nostra API unificata — compatibile con OpenAI, senza cold start, prezzi trasparenti.

Domande frequenti su Magnum V4 72b

Quanto costa Magnum V4 72b via API?+

Prezzi su WaveSpeedAI: $3.00 per milione di token in input e $5.00 per milione di token in output. Prompt caching e batch processing sono fatturati separatamente e riducono il costo effettivo su carichi lunghi e ripetitivi.

Qual è la context window di Magnum V4 72b?+

Magnum V4 72b supporta fino a 16K token di contesto e fino a 2K token di output per richiesta.

Magnum V4 72b è compatibile con OpenAI?+

Sì. WaveSpeedAI espone Magnum V4 72b tramite un endpoint compatibile con OpenAI all'indirizzo https://llm.wavespeed.ai/v1. Punta l'SDK ufficiale di OpenAI a questa base URL con la tua API key WaveSpeedAI — senza altre modifiche al codice.

Come si inizia con Magnum V4 72b?+

Accedi a WaveSpeedAI, crea una API key in Access Keys, poi invia una richiesta a https://llm.wavespeed.ai/v1/chat/completions con il model id mostrato sopra. I nuovi account ricevono crediti gratuiti per testare Magnum V4 72b.

API LLM correlate