BifrostAPI
Models/Qwen/qwen3-32b
Qwen

Qwen3 32B

Text
Context
32.8K
Max output
41.0K
Input
$0.08
/M tokens
Output
$0.28
/M tokens

Qwen3-32B is a dense 32.8B parameter causal language model from the Qwen3 series, optimized for both complex reasoning and efficient dialogue.

Quick start

How to call

POST /v1/chat/completions
bash
curl https://conduit-api.bifrostapi.net/v1/chat/completions \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen3-32b","messages":[{"role":"user","content":"Hello!"}]}'

→ OpenAI-compatible. Add "stream": true (+ "stream_options":{"include_usage":true}) for SSE.

Auth, billing & streaming → Quickstart

More from Qwen