TokenLX
QWEN

alibaba/qwen-multimodal-embedding-v1

128K  context$0.1/M tokens input3.56B  tokens servedEmbedding

Alibaba Qwen series — Chinese-first LLMs with strong bilingual support. Wide range from turbo to max tiers.

Key strengths

  • Strong Chinese
  • Good English
  • Multiple size tiers
  • Tool calling

Use cases

  • Chinese assistants
  • Bilingual content
  • Enterprise chat
  • Cross-border apps
chinesebilingual

Alibaba's alibaba/qwen-multimodal-embedding-v1 is a dense vector embedding model. It maps text into a semantic vector space optimized for retrieval, clustering, classification, recommendation, and RAG retrieval pipelines.

Compatible with the OpenAI `/embeddings` endpoint, returning numerical representations that measure semantic similarity between pieces of text. Well-suited for high-throughput indexing of large corpora at low cost.

alibaba/qwen-multimodal-embedding-v1 is fully OpenAI-compatible — drop in your existing OpenAI Python or Node SDK and switch `baseURL` to `https://api.tokenlx.ai`. TokenLX transparently routes your requests to the optimal provider endpoint while preserving streaming, function-calling, and structured-output semantics.

Performance

Compare different providers across TokenLX · All locations.

Throughput
60
tok/s
Latency
163
ms
E2E Latency
200
ms
Tool Call Errors
0.06
%
Output Errors
0.38
%
Time to First Token
117
ms

Effective Pricing

Actual cost per million tokens across providers over the past 7 days.

Input
$0.1
per 1M tokens
7d agotoday

Recent activity

Total usage per day on TokenLX (last 30 days).

Prompt
1.46B
Completion
2.11B
30d ago15d agotoday

Sample code & API

TokenLX normalizes requests and responses across providers. Use any OpenAI SDK or our native SDK.

# Python — use HTTP client directly
# Endpoint: POST https://api.tokenlx.ai/v1/videos/generations
# Headers:  Authorization: Bearer $TOKENLX_API_KEY
# Body:     { "model": "qwen-multimodal-embedding-v1", "prompt": "...", "duration": 5 }

Replace sk-aihubrouter-… with your key from the dashboard.