AlibabaChat Completions model
Qwen: Qwen Plus 0728
Qwen Plus 0728, based on the Qwen3 foundation model, is a 1 million context hybrid reasoning model with a balanced performance, speed, and cost combination.
InputAQwen: Qwen Plus 0728
Try a prompt
Ready
Your response will appear here
Choose an example or write a prompt, then click Run.
API details and access
Model Details
ProviderAlibaba
TypeLlm
Model IDalibaba/qwen-plus-2025-07-28
Capabilities
InputText
OutputText
Context-
Max Output32,768
VisionNot supported
Function CallingSupported
Access details
Chat CompletionsBase URLhttps://api.sandbase.ai
API Endpoint/v1/chat/completions
{
"model": "alibaba/qwen-plus-2025-07-28",
"messages": [
{
"role": "user",
"content": "Hello"
}
],
"max_tokens": 512
}Pricing
Input$0.26 / 1M tokens
Output$0.78 / 1M tokens
View pricing formula
usage.prompt_tokens * 0.26 / 1000000 + usage.completion_tokens * 0.78 / 1000000