Back to Models

Qwen: Qwen-Turbo

qwen/qwen-turbo
Feb 1, 2025131.1K context8.2K max output$0.05/M in · $0.20/M out

Description

Qwen-Turbo, based on Qwen2.5, is a 1M context model that provides fast speed and low cost, suitable for simple tasks.

Specifications

Provider
qwen
Context Length
131.1K
Max Output
8.2K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.05
Output$0.20
Cache Read$0.01

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen-turbo",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'