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

Qwen3 Coder Next

Chat
bailian/qwen3-coder-next

Qwen3-Coder-Next is the next-generation coding model in the Qwen3 series, delivering performance close to Qwen3-Coder-Plus with better efficiency. It focuses on repository-level understanding, multi-turn tool interaction, and agentic coding workflows. Context window: 256K tokens, output: 64K. Available via OpenAI and Anthropic protocols.

Context Window
256K
Max Output Tokens
64K
Released
2026-02-19
Capabilities
Reasoning
Available Providers
BaiLianAliyun
Supported Protocols
OpenAIopenaiAnthropicanthropic

Providers

BaiLianAliyun
Input Tokens
$0.2/M
Output Tokens
$1.5/M
Protocols
OpenAIopenai/v1/chat/completions
Anthropicanthropic

Sign in to try Qwen3 Coder Next

Chat with this model right here.

Conversations live only in this page and are never stored.

Conversations are not saved โ€” leaving or refreshing this page clears them.

Code Examples

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

Frequently Asked Questions

Qwen3 Coder Next on Ofox.ai costs $0.2/M per million input tokens and $1.5/M per million output tokens. Pay-as-you-go, no monthly fees.