Qwen-Plus

Qwen-Plus, based on the Qwen2.5 foundation model, is a 131K context model with a balanced performance, speed, and cost combination.

ChatQwen1M tokens$0.2834 / $0.8502 · 1M

qwen/qwen-plus

Context
1M tokens
Completion cap
32,768
Tools
Yes
JSON
Yes
Released
2025-02-01

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen-plus",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Qwen-Plus?
Qwen-Plus, based on the Qwen2.5 foundation model, is a 131K context model with a balanced performance, speed, and cost combination. Qwen-Plus runs on the Geek Hub API (OpenAI-compatible). Model id: qwen/qwen-plus.
Is Qwen-Plus free?
No. Input is $0.2834 per 1M tokens and output is $0.8502 per 1M tokens on Geek Hub (markup included).
What is the context length of Qwen-Plus?
Qwen-Plus has a 1M tokens context window. It supports up to 32,768 completion tokens.
Does Qwen-Plus support tool calling and structured outputs?
Qwen-Plus accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was Qwen-Plus released?
Qwen-Plus was released on 2025-02-01.

More models from Qwen