Back to the AI model catalog
QwenAvailable

Qwen3 VL Embedding 2B API

RouterLab publishes this Qwen model under the model ID Qwen3-VL-Embedding-2B. The facts below come from the active RouterLab catalog.

Model ID

Qwen3-VL-Embedding-2B

Embeddings API

Context window

32,768 tokens

Maximum output

Not published

Input / 1M tokens

$0.09

Output / 1M tokens

$0.00

Cache read / 1M tokens

Not applicable

Cache write / 1M tokens

Not applicable

Cache read reuses tokens already stored in the provider cache. Cache write creates or stores new cache tokens.

Catalog capabilities

  • Vision input

Minimal API request

curl https://api.routerlab.ch/v1/embeddings \
  -H "Authorization: Bearer $ROUTERLAB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"Qwen3-VL-Embedding-2B","input":"Hello RouterLab"}'