AI21's latest hybrid SSM-Transformer model with Mixture-of-Experts architecture. Features a 256K context window, improved grounding and instruction-following. 94B total parameters with 398B active, optimized for enterprise long-context tasks.
262K tokens
2
Kullanılabilir
En ucuz
AI21 Labs
$10.00/1M tokens
AI21 Labs, OpenRouter
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ş: $2.00Çıkış: $8.00 | 100 RPM / 500K TPM | us-east-1global | Sağlıklı | 0ms | |
Giriş: $2.00Çıkış: $8.00 | 200 RPM / 800K TPM | us-east-1 | Sağlıklı | 0ms |
Bu modeli AI21 Labs üzerinden OpenAI uyumlu bir SDK ile kullanın.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.ai21.com/v1",
apiKey: process.env.AI21_API_KEY,
});
const response = await client.chat.completions.create({
model: "jamba-large-1.7",
messages: [
{ role: "user", content: "Hello!" }
],
});
console.log(response.choices[0].message.content);AI21 Labs API kullanılıyor · OpenAI uyumlu SDK