npm install @wix/ai npm install ai@>=6.0.26 import { } from "ai"; import { generateText } from "ai"; import { generateVideo } from "ai"; import { generateAudio } from "ai"; import { generateImage } from "ai"; import { } from "@wix/ai"; import { openai } from "@wix/ai"; const result = await ({ model: .(""), // Additional method parameters }); const { text } = await generateText({ model: openai("gpt-5.2"), prompt: "Write a vegetarian lasagna recipe for 4 people.", }); // Import AI functionality from the Vercel SDK import { generateText } from "ai"; // Import the provider module import { openai } from "@wix/ai"; // Generate text by specifying the model name const { text } = await generateText({ model: openai("gpt-5.2"), // or openai.responses('gpt-5.2') prompt: "Write a vegetarian lasagna recipe for 4 people.", }); /ai-chef-backend /backend ai-router.jsw menu-engine.jsw policy-engine.jsw avatar-engine.jsw http-functions.js utils.js /frontend chat-ui.js /docs persona.md system-prompts.md architecture.md git clone git@github.com:chefmendivel-collab/Chef-DJ-Mendivel.git cd Chef-DJ-Mendivel npm install