Models/qwen

qwen3-embedding-8b· Released Oct 28, 2025

qwen/qwen3-embedding-8b

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...

Input
From$0.23/M
Output
Context
Up to 33K
Max output
Modalities
TextEmbeddings

Input and output show the lowest price across upstreams, for reference. Your actual prices are listed per upstream below.

Upstreams & pricing
UpstreamContextMax outputInput $/1MOutput $/1MData policy
Zenlayer AI Gateway-openai_compat (Global)From price
33K
$0.23

Routed in real time — you pay the listed price of whichever upstream serves your call. Data policies reflect each upstream's own data terms and its agreement with us. We do not independently audit upstream implementations.

How to call
curlrequest.sh
curl https://api.tkex.ai/v1/chat/completions \
  -H "Authorization: Bearer $TX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-embedding-8b",
    "messages": [
      {"role": "user", "content": "Say hello in five words."}
    ]
  }'