Qwen Turbo
qwen
Fast and cost-effective model for simple tasks.
Harga Input
0.20 /Juta
Harga Output
0.80 /Juta
Tetingkap Konteks
8k
Kategori
Model Domestik
Keupayaan
PantasMurahAm
API Configuration
Base URL
https://opencodex.hk/api/v1Model ID
qwen-turboPermulaan Pantas
Copy the code below to quickly integrate into your application
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://opencodex.hk/api/v1",
apiKey: process.env.OPENCODEX_API_KEY,
});
const response = await client.chat.completions.create({
model: "qwen-turbo",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(response.choices[0].message.content);Sedia untuk mencuba Qwen Turbo?
Mulakan dengan 500 Kredit percuma dan bayar hanya untuk apa yang anda gunakan.
