Qwen 2.5

32 000 context

Model ID

qwen2.5

Use It in Python

from openai import OpenAI

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

response = client.chat.completions.create(
    model="qwen2.5",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Don't have a key yet? See how to get one — no credit card needed for LLM7.io.

Free Tier Limits (LLM7.io)

Rate Limit
30 Requests per minute (no signup) / 120 Requests per minute (free email token)
Daily Limit
Up to 5 000 000 tokens/day (rolling 24h, with free token)
Monthly Limit
Free, no billing
Get Your API Key View LLM7.io

More free models from LLM7.io