Snowflake's enterprise-focused open LLM with 480B total parameters using a fine-grained MoE architecture with only 17B active parameters per input. Apache 2.0 licensed, excels at SQL generation, coding, and enterprise intelligence tasks with breakthrough training efficiency.
4K tokens
1
Kullanılabilir
En ucuz
Snowflake Cortex AI
$0.00/1M tokens
Snowflake Cortex AI
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ş: ÜcretsizÇıkış: Ücretsiz | 300 RPM / 1.0M TPM | us-east-1us-west-2eu-west-1 | Sorunlu | 0ms |
Bu modeli Snowflake Cortex AI üzerinden OpenAI uyumlu bir SDK ile kullanın.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.snowflake.com/v1",
apiKey: process.env.SNOWFLAKE_API_KEY,
});
const response = await client.chat.completions.create({
model: "snowflake-arctic-instruct",
messages: [
{ role: "user", content: "Hello!" }
],
});
console.log(response.choices[0].message.content);Snowflake Cortex AI API kullanılıyor · OpenAI uyumlu SDK