⚡Under $0.50/hr🧠VRAM Estimator⚖Compare GPUs🎁Free LLM APIs🎯Model Index
EdgeDenseContext: 125K

Qwen 2.5 7B Instruct

Comprehensive deployment profile and benchmark telemetry for Qwen 2.5 7B Instruct. Self-hosting memory footprints, verified token economics, and direct API endpoints.

Verified Engineering Benchmarks

SWE-bench
49.2%
LiveCodeBench
65.9%
MATH-500
97.3%
MMLU
90.8%

VRAM Requirements & Sizing

FP16 Weights
16 GB
INT4 / GGUF (Quantized)
5 GB
Recommended GPU
1x L40S
🔗 Quick Actions
🖥️ Compatible GPUs & Self-Host Pricing

Deterministic VRAM math from entity graph. Green = fits in single GPU.

GPUVRAMFP16FP8INT4Calculator Link
H100 SXM580 GB✓ fits✓ fits✓ fitsPre-filled →
H200141 GB✓ fits✓ fits✓ fitsPre-filled →
B200192 GB✓ fits✓ fits✓ fitsPre-filled →
A100 80GB80 GB✓ fits✓ fits✓ fitsPre-filled →
L40S48 GB✓ fits✓ fits✓ fitsPre-filled →
RTX 409024 GB✓ fits✓ fits✓ fitsPre-filled →

Active API Providers & Free Tiers

ProviderInput / 1MOutput / 1MSpeedFree Tier Status
DeepInfra$0.05$0.05300 tok/sPaid API Only
OpenRouter$0.04$0.04250 tok/s⚡ 20 RPM

OpenAI SDK Drop-in

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.deepinfra.com/v1",
  apiKey: process.env.DEEPINFRA_API_KEY,
});

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

What should I do next?