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.", });
top of page

Here We Go!

My wife Sarah and I own ChefMendivel.com and In this blog we'll be discussing food. Where to find it, what we eat, how to prepare it, tips, tricks and classic recipes as well. Thank you for joining us!


DJ and Sarah Mendivel

Comments


bottom of page