qwen2.5-14b-instruct-1m
Qwen 2.5 · Per Token
qwen2.5-14b-instruct-1mAvailableVisionTool Use
Context Window: 1MMax Output Tokens: 8KPricing
| Official Price | LemonData Price | Discount | |
|---|---|---|---|
| Input | $0.144 | $0.1008 | 30% |
| Output | $0.431 | $0.3017 | 30% |
Parameters
Context Window
1M tokens
Max Output Tokens
8K tokens
Best For
Vision
Image understanding, document analysis, and visual reasoning
Cost Calculator
1M
0.5M
Estimated Monthly Cost$0.25
API Code Example
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "qwen2.5-14b-instruct-1m",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does qwen2.5-14b-instruct-1m cost?
On LemonData, qwen2.5-14b-instruct-1m costs $0.1008 per 1M input tokens and $0.3017 per 1M output tokens, with model-specific platform pricing.
What is qwen2.5-14b-instruct-1m best for?
qwen2.5-14b-instruct-1m excels at Vision, Tool Use. Access it through LemonData's unified API with a single API key.
How to use qwen2.5-14b-instruct-1m API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/chat/completions using any compatible SDK. See the code examples above for detailed integration.