Build next-gen apps with Qwen-VL-Embedding
Pricing
Default
Per 1M Tokens- Official Price
- Input $0.1029
- TokenLab Price
- Input $0.1029
- Discount
- -
| Official PricePer 1M Tokens | TokenLab PricePer 1M Tokens | Discount | |
|---|---|---|---|
| Default | Input $0.1029 | Input $0.1029 | - |
One-click test
Sign in once and Web Agent keeps this model, prompt, and request preset for you.
Test qwen3-vl-embedding in Web Agent. Run a minimal multimodal-embedding request at /v1/multimodal/embeddings, then show request body and response shape.
API workbench
The default route for production. The code sample below uses this endpoint with the format you pick.
curl -X POST "https://api.tokenlab.sh/v1/multimodal/embeddings" \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"operation": "multimodal-embedding",
"input_modality": "text",
"model": "qwen3-vl-embedding",
"input": "The quick brown fox jumps over the lazy dog."
}'Use cases
Best forVision
Reading images, parsing documents, and answering visual questions
Semantic search
Build vector representations for search, recommendations, clustering, and RAG.
Side-by-side test
Compare real response quality, latency, and price for production defaults.
Prompt examples
Embed five product FAQ snippets and explain the response shape.
Send the smallest possible request and walk me through every response field.
Compare this model with a cheaper one in the same category — when is each worth it?
Cost Calculator
FAQ
How much does Qwen-VL-Embedding cost?
On TokenLab, Qwen-VL-Embedding costs Input $0.1029 / Output $0.00 Per 1M Tokens. The pricing table above shows the full breakdown.
What is Qwen-VL-Embedding best for?
Qwen-VL-Embedding is a strong fit for Vision. You can call it through TokenLab with one API key.
How do I call the Qwen-VL-Embedding API?
Get a TokenLab API key, then send your request to https://api.tokenlab.sh/v1/multimodal/embeddings. The API workbench above has a recommended endpoint and copy-ready code.
Which endpoint should Qwen-VL-Embedding use?
Use https://api.tokenlab.sh/v1/multimodal/embeddings as the default for Qwen-VL-Embedding. If a provider-native format is supported, the API workbench shows that endpoint too.
Can I test Qwen-VL-Embedding before integrating it?
Yes. Try in Web Agent opens a ready test for Qwen-VL-Embedding and keeps your prompt after sign-in, so you don’t lose context.
Which operations does Qwen-VL-Embedding support?
Qwen-VL-Embedding supports Multimodal Embedding. Pick an operation in the API workbench above to see the matching endpoint and code sample.