qwen
Qwen: Qwen3 14B
Try in chat →Qwen3-14B is a dense 14.8B parameter causal language model from the Qwen3 series, designed for both complex reasoning and efficient dialogue. It supports seamless switching between a "thinking" mode for...
Context
131k tokens
Input / 1M tokens
$0.23
Output / 1M tokens
$0.91
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.23 per 1M tokens
Output tokens$0.91 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDqwen/qwen3-14b
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen3
Max output tokens16,384
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'qwen/qwen3-14b',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3 14B?
Try it in the browser first, then get an API key and start making requests in minutes.