RedPill
qwen logo

Qwen: Qwen3 Embedding 8B

GPU TEE
qwen/qwen3-embedding-8b
Created Jan 14, 2026|33K context|$0.01/M input tokens|$0.00/M output tokens
Intel TDXNVIDIA CC

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.

Providers for Qwen: Qwen3 Embedding 8B

RedPill routes requests to the best providers that are able to handle your prompt size and parameters, with fallbacks to maximize uptime.

phala logo
phala
Input Price
$0.01
Output Price
$0.00
Total Context
33K

API

RedPill provides an OpenAI-compatible embeddings API to all models & providers that you can call directly, or using the OpenAI SDK. Additionally, some third-party SDKs are available.

fetch("https://api.redpill.ai/v1/embeddings", {
  method: "POST",
  headers: {
    "Authorization": "Bearer <YOUR-REDPILL-API-KEY>",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    "model": "qwen/qwen3-embedding-8b",
    "input": "Your text string goes here",
  })
})