Haimaker.ai Logo
Qwen logo

Qwen3 Coder Plus

qwen/qwen3-coder-plus
Chat
Qwen|
Function CallingReasoning
Context Window
998K
tokens
Max Output
66K
tokens
Input Price
$1.00
/1M tokens
Output Price
$5.00
/1M tokens

Overview

Qwen3 Coder Plus is a chat model by Qwen. It supports a 998K token context window. Supports function calling, reasoning.

Features & Capabilities

Modechat
Context Window998K tokens
Max Output66K tokens
Function CallingSupported
Vision-
ReasoningSupported
Web Search-
Url Context-

API Usage

from openai import OpenAI

client = OpenAI(
    base_url="https://api.haimaker.ai/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="qwen/qwen3-coder-plus",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

print(response.choices[0].message.content)

Use Qwen3 Coder Plus with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from Qwen