All models

Qwen3 4B

Capabilities, limits, and token rates published by GET /v1/models.

Capabilities

InputNot verified
OutputNot verified
ReasoningNot verified
Tool callingNot verified
JSON modeNot verified
Structured outputNot verified
Image inputNot verified
Image generationNot verified
StreamingNot verified

Capabilities apply to this served revision. “Not verified” means no qualification result is available.

Limits

Context window32,768 tokens
Maximum outputNot published

Input and output share the context window. The available output depends on the length of your input.

Pricing

Input$0.3441 per million tokens
Cache read$0.0344 per million tokens
Cache write$0.00 per million tokens
Output$0.6881 per million tokens

Use this model

Chat completion · cURL
curl https://api.boardwalk.cloud/v1/chat/completions \
  -H "Authorization: Bearer $BOARDWALK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "Qwen/Qwen3-4B",
  "messages": [
    {
      "role": "user",
      "content": "Hello"
    }
  ]
}'

See the Chat Completions referencefor request fields. The model's API metadata lists its supported parameters and response formats.

Configuration

Model idQwen/Qwen3-4B
Hugging Face repoQwen/Qwen3-4B
Pinned revision1cfa9a7208912126459214e8b04321603b3df60c
dtypebfloat16
Quantizationnone
Enginevllm
Engine versionv0.27.1
Statusactive