Seedance 2.0 | Special Offer ✦ 10% OFF NOW
alibaba
qwen/qwen-2.5-72b-instruct

qwen/qwen-2.5-72b-instruct

32,768 context · $0.12/M input tokens · $0.39/M output tokens

Qwen2.5 72B is the latest series of Qwen large language models. Qwen2.5 brings the following improvements upon Qwen2: - Significantly more knowledge and has greatly improved capabilities in coding and...

Tarification

Paiement à l'usage

Aucun coût initial, payez uniquement ce que vous utilisez

Entrée$0.12 / M Tokens
Sortie$0.39 / M Tokens

Utilisation de l'API

Utilisez les exemples de code suivants pour intégrer notre 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="qwen/qwen-2.5-72b-instruct",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

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

Introduction au modèle

Qwen qwen-2.5-72b-instruct

qwen qwen-2.5-72b-instruct


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 32768 context window for long document handling
  • Competitive pricing at $0.1/$0.4 per million tokens

Key Features

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

Specifications

SpecificationValue
ProviderQwen
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window32768 tokens
Max Output16384 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.1
Output$0.4

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: qwen/qwen-2.5-72b-instruct


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="qwen/qwen-2.5-72b-instruct",
    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": "qwen/qwen-2.5-72b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: qwen/qwen-2.5-72b-instruct
  • Provider: Qwen

Infos

Fournisseuralibaba
Typellm

Fonctionnalités prises en charge

Entrée
Texte
Sortie
Texte
Contexte32,768
Sortie max16,384
Vision-
Function Calling✓ Pris en charge

Guide d'accès API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID du modèleqwen/qwen-2.5-72b-instruct

Qwen 2.5 72b Instruct API

qwen/qwen-2.5-72b-instruct

Qwen2.5 72B is the latest series of Qwen large language models. Qwen2.5 brings the following improvements upon Qwen2: - Significantly more knowledge and has greatly improved capabilities in coding and...

Entrée

$0.12 /M

Sortie

$0.39 /M

Contexte

33K

Sortie max.

16K

Utilisation d'outils

Pris en charge

Essayez Qwen 2.5 72b Instruct sur WaveSpeedAI

Accédez à Qwen 2.5 72b Instruct via notre API unifiée — compatible OpenAI, sans démarrages à froid, prix transparents.

Questions fréquentes sur Qwen 2.5 72b Instruct

Combien coûte l'API Qwen 2.5 72b Instruct ?+

Tarification sur WaveSpeedAI : $0.12 par million de tokens d'entrée et $0.39 par million de tokens de sortie. Le prompt caching et le traitement par batch sont facturés séparément et réduisent le coût effectif sur les charges longues et répétitives.

Quelle est la fenêtre de contexte de Qwen 2.5 72b Instruct ?+

Qwen 2.5 72b Instruct prend en charge jusqu'à 33K tokens de contexte et jusqu'à 16K tokens de sortie par requête.

Qwen 2.5 72b Instruct est-il compatible avec OpenAI ?+

Oui. WaveSpeedAI expose Qwen 2.5 72b Instruct via un endpoint compatible OpenAI à https://llm.wavespeed.ai/v1. Pointez le SDK officiel d'OpenAI vers cette base URL avec votre clé API WaveSpeedAI — aucune autre modification de code requise.

Comment démarrer avec Qwen 2.5 72b Instruct ?+

Connectez-vous à WaveSpeedAI, créez une clé API dans Access Keys, puis envoyez une requête à https://llm.wavespeed.ai/v1/chat/completions avec l'id du modèle affiché ci-dessus. Les nouveaux comptes reçoivent des crédits gratuits pour évaluer Qwen 2.5 72b Instruct.

APIs LLM associées