Back to Models

Qwen 2.5 72B Turbo

Active
qwen-2.5-72b-together

Alibaba Qwen 2.5 72B Instruct via Together AI

Technical Specifications

Context Length128K tokens
Max Output8K tokens
Available Providers1
Lowest Input Price$1200000.00/1M tokens
Lowest Output Price$1200000.00/1M tokens

Capabilities

chatcodefunction_calling

Provider Availability & Pricing

ProviderProvider Model IDInput Price (per 1M tokens)Output Price (per 1M tokens)Status
Together AI
Qwen/Qwen2.5-72B-Instruct-Turbo$1200000.00$1200000.00active

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "qwen-2.5-72b-together",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use Qwen 2.5 72B Turbo?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.