GPT-4 Turbo (OpenRouter)
OpenCodex
GPT-4 Turbo
Harga Input
22.00 /Juta
Harga Output
66.00 /Juta
Jendela Konteks
128k
Kategori
Model Luar Negeri
Kemampuan
KuatVisi
API Configuration
Base URL
https://opencodex.hk/api/v1Model ID
openai/gpt-4-turboMulai Cepat
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: "openai/gpt-4-turbo",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(response.choices[0].message.content);Siap mencoba GPT-4 Turbo (OpenRouter)?
Mulai dengan 500 Credit gratis dan bayar hanya untuk apa yang Anda gunakan.
