All models
Qwen3 0.6B
Capabilities, limits, and token rates published by GET /v1/models.
Capabilities
| Input | text |
|---|---|
| Output | text |
| Reasoning | Supported |
| Tool calling | Supported |
| JSON mode | Not verified |
| Structured output | Not verified |
| Image input | Not supported |
| Image generation | Not supported |
| Streaming | Supported |
Capabilities apply to this served revision. “Not verified” means no qualification result is available.
Limits
| Context window | 32,768 tokens |
|---|---|
| Maximum output | 32,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 id | Qwen/Qwen3-0.6B |
|---|---|
| Hugging Face repo | Qwen/Qwen3-0.6B |
| Pinned revision | c1899de289a04d12100db370d81485cdf75e47ca |
| dtype | bfloat16 |
| Quantization | none |
| Engine | vllm |
| Engine version | v0.27.1 |
| Status | active |