All models

Qwen3 1.7B

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.2028 per million tokens
Cache read$0.0203 per million tokens
Cache write$0.00 per million tokens
Output$0.4056 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-1.7B",
  "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-1.7B
Hugging Face repoQwen/Qwen3-1.7B
Pinned revision70d244cc86ccca08cf5af4e1e306ecf908b1ad5e
dtypebfloat16
Quantizationnone
Enginevllm
Engine versionv0.27.1
Statusactive