qwen

Qwen: Qwen3 14B

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
132k tokens
Input / 1M tokens
$0.10
Output / 1M tokens
$0.24
Benchmark

Pricing

Input tokens$0.10 per 1M tokens
Output tokens$0.24 per 1M tokens

Technical details

Model IDqwen/qwen3-14b
Context window132k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen3
Max output tokens40,960

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?

Get an API key and start making requests in minutes.

Get an API key