anoman

Alibaba (Qwen)

Qwen 2.5 7B

modelqwen-2.5-7b
BudgetStabilFreeBiaya rendah di kelasnyaStreamingToolsBatchLong contextChina

Konteks

131K

Input / 1M token

$0.0700

Output / 1M token

$0.0700

Tentang model ini

Qwen 2.5 7B

Qwen 2.5 7B is the lightweight variant — fast, cheap, and capable for everyday tasks. Ideal as the small-model leg of a router that escalates harder queries to a larger model.

Rilis

2024-09

Batas data latih

2024-06

Parameter

7.6B (dense)

Paling cocok untuk

Kasus penggunaan

  • High-volume classification, extraction, routing
  • Low-latency chat where 200ms TTFT matters
  • Edge deployment / on-device fallback
  • Cheap RAG retrieval+rerank pipelines

Kelebihan

Yang dikerjakan dengan baik

  • Sub-second TTFT at typical concurrency
  • Strong instruction-following despite size
  • Tool-calling works reliably
  • Cheap enough to run as a request-classifier in front of a larger model

Keterbatasan

Pahami trade-off-nya

  • !Reasoning depth limited — not for multi-step math or planning
  • !Long-context comprehension degrades past ~32K tokens in practice
  • !Hallucinates more than the 72B on niche factual queries

Benchmark

Skor terpublikasi

Skor dari model card resmi dan leaderboard publik. Makin tinggi makin baik kecuali disebutkan lain.

BenchmarkSkorMengukur
MMLU74.2General knowledge across 57 subjects
HumanEval57.9Python code generation, pass@1
MATH49.8Mathematics, mixed difficulty

Contoh kode

Chat completion dengan Qwen 2.5 7B

from openai import OpenAI

client = OpenAI(
    base_url="https://api.anoman.io/v1",
    api_key="anm-sk-..."
)

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

Alternatif

Model serupa di katalog kami

Beban kerja yang cocok dengan Qwen 2.5 7B sering cocok dengan ini juga. Bandingkan benchmark dan harga sebelum menetapkan default.

Gunakan Qwen 2.5 7B lewat Anoman.