alibaba

Alibaba: qwen plus 2025 04 28

models/qwen plus 2025 04 28

Qwen Plus, based on the Qwen2.5 foundation model, is a 131K context model with a balanced performance, speed, and cost combination.
CurrencyUSD
Input0.40
Output1.20
Context window131.1K

Generate API Key Generate your API Key to securely access Indox Router's AI models. Integrate with OpenAI-compatible tools, run queries, and build powerful AI applications — all with a single secure key.
python
typescript
CURL

from indoxrouter import Client
client = Client(api_key="[LOGIN TO GET API KEY]")

response = client.chat(
    messages: [{"role": "user", "content": ""}],
    model: "alibaba/qwen-plus-2025-04-28",
    max_tokens: " ",
    frequency_penalty: " ",
    presence_penalty: " ",
    temperature: " ",
    top_p: " ",
    stream: true

)
print("Response:", response["data"])
Indox Router | Alibaba: qwen-plus-2025-04-28