Qwen 2.5 72B Instruct

32 000 context
Chinese

Model ID

Qwen/Qwen2.5-72B-Instruct

Use It in Python

from openai import OpenAI

client = OpenAI(
    base_url="https://api.deepinfra.com/v1/openai",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="Qwen/Qwen2.5-72B-Instruct",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Don't have a key yet? See how to get one — quick registration required.

Free Tier Limits (DeepInfra)

Rate Limit
60 Requests per minute (varies by model)
Daily Limit
Credit-based (no daily cap)
Monthly Limit
One-time $5 credit
Get Your API Key View DeepInfra