Alibaba Cloud: qwen3.7-text-rerank
qwen3.7-text-rerank- Context
- 120K
- Modalities
- Chat
Getting started
Create API key
Create a key in Console, then use it with every model on the platform.
Send your first request
Copy the example for your language and run it against the endpoint.
RerankingTokenLab endpointPOST/v1/rerankcurl -X POST "https://api.tokenlab.sh/v1/rerank" \ -H "Authorization: Bearer sk-xxx" \ -H "Content-Type: application/json" \ -d '{ "operation": "rerank", "model": "qwen3.7-text-rerank", "query": "What is the capital of France?", "documents": [ "Paris is the capital of France.", "Berlin is the capital of Germany." ] }'
Pricing
Official price is the model maker's public baseline. TokenLab price is what you pay for this model on TokenLab.
Pricing
Per 1M tokens- TokenLab price
- —
- Official price
- Input$0.0735Per 1M tokensOutput$0.00Per 1M tokens
| Official pricePer 1M tokens | TokenLab pricePer 1M tokens | Discount | |
|---|---|---|---|
| Input | $0.0735 | — | - |
| Output | $0.00 | — | - |
Usage & activity
Success rate is the share of requests that completed. Latency is how long a full response takes; P95 means 95% of requests finished within that time.
Usage & availability
Last 24 hoursNo data yet
Data is based on aggregate user requests, excluding status checks.
Open in Console
Open Qwen 3.7 Text Rerank in Console with a prompt ready to edit or send.
Help me try qwen3.7-text-rerank with rerank at /v1/rerank. Show the result and cost.
Use cases
Search quality
Rerank retrieval candidates and lift top-result precision for search and RAG.
Side-by-side test
Compare response quality, latency, and price side by side.
Prompt examples
Rerank these search results for the query: best image generation model for product photos.
Send the smallest possible request and show me the result and cost.
Compare this model with a cheaper one in the same category — when is each worth it?
This model has conditional pricing. Monthly token totals alone cannot produce a reliable estimate; use the detailed pricing for the request specification, cache, and applicable time window.
FAQ
How much does Qwen 3.7 Text Rerank cost?
On TokenLab, Qwen 3.7 Text Rerank costs — Per 1M tokens. The pricing table above shows the full breakdown.
How do I test Qwen 3.7 Text Rerank?
Open Qwen 3.7 Text Rerank in Create. A sample for /v1/rerank will be ready to try.
Which endpoint should Qwen 3.7 Text Rerank use?
Use https://api.tokenlab.sh/v1/rerank for Qwen 3.7 Text Rerank. The request example below shows the matching code shape.
Can I test Qwen 3.7 Text Rerank before integrating it?
Yes. Open Console starts a ready draft for Qwen 3.7 Text Rerank and keeps your prompt after sign-in, so you don’t lose context.
Which operations does Qwen 3.7 Text Rerank support?
Qwen 3.7 Text Rerank supports Reranking. Select an operation above to see its endpoint and request example.