GPT-5.6 is here ๐ŸŽ‰ 20% off all GPT ๐ŸŽ‰ All July ๐Ÿ”ฅLearn more
Qwen

Qwen Turbo

Chat
bailian/qwen-turbo
CompareGet Started

Qwen Turbo is Alibaba's fast, cost-effective Qwen model, served through Dashscope for simple tasks that need quick responses, and optimized for Chinese language understanding. It supports tool use (function calling). Context window: 128K tokens, output: 16K. Accessible via the OpenAI-compatible protocol.

Context Window
128K
Max Output Tokens
16K
Released
2025-07-15
Capabilities
Function Calling
Available Providers
BaiLianAliyun
Supported Protocols
OpenAIopenai

Providers

BaiLianAliyun
Input Tokens
$0.05/M
Output Tokens
$0.09/M
Cache Read
$0.0086/M
Protocols
OpenAIopenai/v1/chat/completions

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="bailian/qwen-turbo",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Frequently Asked Questions

Qwen Turbo on Ofox.ai costs $0.05/M per million input tokens and $0.09/M per million output tokens. Pay-as-you-go, no monthly fees.