Alibaba: qwen plus 2025 04 28
models/qwen plus 2025 04 28Overview
Create api keyCurrencyUSD
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"])