Back to Models
Qwen: Qwen3 Embedding 8B
qwen/qwen3-embedding-8bOct 28, 202532K context32K max output$0.01/M in · —/M out
Description
The Qwen3 Embedding model series is the latest proprietary model of the Qwen family, specifically designed for text embedding and ranking tasks. This series inherits the exceptional multilingual capabilities, long-text understanding, and reasoning skills of its foundational model. The Qwen3 Embedding series represents significant advancements in multiple text embedding and ranking tasks, including text retrieval, code retrieval, text classification, text clustering, and bitext mining.
Specifications
Provider
qwen
Context Length
32K
Max Output
32K
Modality
Intext
Outembeddings
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $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/qwen3-embedding-8b",
"messages": [{"role": "user", "content": "Hello!"}]
}'