Seedance 2.0 | Special Offer ✦ 10% OFF NOW
alibaba
qwen/qwen-2.5-7b-instruct

qwen/qwen-2.5-7b-instruct

32,768 context · $0.04/M input tokens · $0.10/M output tokens

Qwen2.5 7B is the latest series of Qwen large language models. Qwen2.5 brings the following improvements upon Qwen2: - Significantly more knowledge and has greatly improved capabilities in coding and...

Fiyatlandırma

Kullandıkça öde

Ön ödeme yok, yalnızca kullandığınız kadar ödeyin

Giriş$0.04 / M Tokens
Çıkış$0.10 / M Tokens

API Kullanımı

API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="qwen/qwen-2.5-7b-instruct",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Model Tanıtımı

Qwen qwen-2.5-7b-instruct

qwen qwen-2.5-7b-instruct


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 32768 context window for long document handling
  • Competitive pricing at $0.0/$0.1 per million tokens

Key Features

  • Context Window: 32768 tokens
  • Max Output: 4096 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderQwen
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window32768 tokens
Max Output4096 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.0
Output$0.1

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: qwen/qwen-2.5-7b-instruct


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="qwen/qwen-2.5-7b-instruct",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "qwen/qwen-2.5-7b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: qwen/qwen-2.5-7b-instruct
  • Provider: Qwen

Bilgi

Sağlayıcıalibaba
Türllm

Desteklenen İşlevsellik

Giriş
Metin
Çıkış
Metin
Bağlam32,768
Maks. Çıkış32,768
Vision-
Function Calling✓ Destekleniyor

API Erişim Kılavuzu

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDqwen/qwen-2.5-7b-instruct

Qwen 2.5 7b Instruct API

qwen/qwen-2.5-7b-instruct

Qwen2.5 7B is the latest series of Qwen large language models. Qwen2.5 brings the following improvements upon Qwen2: - Significantly more knowledge and has greatly improved capabilities in coding and...

Giriş

$0.04 /M

Çıkış

$0.1 /M

Bağlam

33K

Maks. Çıkış

33K

Araç Kullanımı

Destekleniyor

Qwen 2.5 7b Instruct'i WaveSpeedAI'da deneyin

Birleşik API'miz aracılığıyla Qwen 2.5 7b Instruct'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.

Qwen 2.5 7b Instruct hakkında sık sorulan sorular

Qwen 2.5 7b Instruct API ücreti ne kadar?+

WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $0.04 ve milyon çıkış tokenı başına $0.10. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.

Qwen 2.5 7b Instruct'in bağlam penceresi nedir?+

Qwen 2.5 7b Instruct istek başına 33K bağlam tokenını ve 33K çıkış tokenını destekler.

Qwen 2.5 7b Instruct OpenAI uyumlu mu?+

Evet. WaveSpeedAI, Qwen 2.5 7b Instruct modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.

Qwen 2.5 7b Instruct'e nasıl başlarım?+

WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar Qwen 2.5 7b Instruct'i değerlendirmek için ücretsiz krediler alır.

İlgili LLM API'leri