← Back to integrations
AI
OpenAI
OpenAI SDK with typed chat, embeddings, and streaming.
free
Install
npx integrateapi add openaiWhat you get
- Chat
- Embeddings
- Streaming
- Assistants
Example
openai usage
import { openai } from "@/lib/integrations/openai"
const stream = await openai.chat.completions.create({ model: "gpt-4", messages: [...] })