All models

Qwen3 0.6B

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

Capabilities

Inputtext
Outputtext
ReasoningSupported
Tool callingSupported
JSON modeNot verified
Structured outputNot verified
Image inputNot supported
Image generationNot supported
StreamingSupported

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

Limits

Context window32,768 tokens
Maximum output32,768 tokens

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

Pricing

Input$0.154 per million tokens
Cache read$0.0154 per million tokens
Cache write$0.00 per million tokens
Output$0.3081 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-0.6B",
  "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-0.6B
Hugging Face repoQwen/Qwen3-0.6B
Pinned revisionc1899de289a04d12100db370d81485cdf75e47ca
dtypebfloat16
Quantizationnone
Enginevllm
Engine versionv0.27.1
Statusactive