I am writing the glitch with chatcpt and gemini and meta ai tool and i woyld love to have the most pro aka vip version to make it happen. Here an recommendation by chat cpt:
import OpenAI from "openai";
const openai = new OpenAI();
const completion = await openai.chat.completions.create({
model: "gpt-4o",
messages: [
{"role": "user", "content": "write a haiku about ai"}
]
});