A 32 billion parameter open-weights reasoning model by LLM360/MBZUAI, built on Qwen2.5-32B. Trained with reinforcement learning and verifiable rewards for long chain-of-thought reasoning, agentic planning, and complex problem solving in math, science, and code.
131K tokens
1
Kullanılabilir
En ucuz
Cerebras
$1.20/1M tokens
Cerebras
Toplam maliyete göre sıralanır (1M token başına giriş + çıkış). Sağlayıcı ayrıntılarını görmek için bir satır seçin.
| Sağlayıcı | Fiyat (1M başına) | Hız sınırları | Bölgeler | Durum | Gecikme |
|---|---|---|---|---|---|
Giriş: $0.60Çıkış: $0.60 | 30 RPM / 60K TPM | us-east-1 | Sağlıklı | 0ms |
Bu modeli Cerebras üzerinden OpenAI uyumlu bir SDK ile kullanın.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.cerebras.ai/v1",
apiKey: process.env.CEREBRAS_API_KEY,
});
const response = await client.chat.completions.create({
model: "k2-think",
messages: [
{ role: "user", content: "Hello!" }
],
});
console.log(response.choices[0].message.content);Cerebras API kullanılıyor · OpenAI uyumlu SDK