Alibaba's proprietary flagship model in the Qwen 3.6 family, targeting enterprise AI workflows with stronger agentic coding capability, visual coding support, and end-to-end enterprise engineering features.
131K tokens
1
Kullanılabilir
En ucuz
Alibaba Model Studio
$3.20/1M tokens
Alibaba Model Studio
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.80Çıkış: $2.40 | 300 RPM / 500K TPM | ap-east-1 | Sağlıklı | 0ms |
Bu modeli Alibaba Model Studio üzerinden OpenAI uyumlu bir SDK ile kullanın.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.alibaba-model-studio.com/v1",
apiKey: process.env.ALIBABA_MODEL_STUDIO_API_KEY,
});
const response = await client.chat.completions.create({
model: "qwen3.6-plus",
messages: [
{ role: "user", content: "Hello!" }
],
});
console.log(response.choices[0].message.content);Alibaba Model Studio API kullanılıyor · OpenAI uyumlu SDK