OpenAI Features
GPT-4 & GPT-3.5
OpenAI provides gpt-4 & gpt-3.5 for your applications.
Streaming Responses
OpenAI provides streaming responses for your applications.
Function Calling
OpenAI provides function calling for your applications.
DALL-E Image Generation
OpenAI provides dall-e image generation for your applications.
Whisper Transcription
OpenAI provides whisper transcription for your applications.
Embeddings
OpenAI provides embeddings for your applications.
How to Integrate OpenAI
Follow these steps to add this integration to your CreateOS project
Step 1
Create an OpenAI account at platform.openai.com
Step 2
Generate an API key from the API Keys page
Step 3
Add OPENAI_API_KEY to CreateOS environment variables
Step 4
Choose your model (gpt-4, gpt-3.5-turbo)
Step 5
Configure rate limiting in your application
Step 6
Deploy and start building AI features
Environment Variables
OPENAI_API_KEY=your_value_hereOPENAI_ORG_ID=your_value_hereRelated Integrations
OpenAI FAQ
GPT-4 is most capable but costs more. GPT-3.5-turbo is faster and cheaper for simpler tasks. Templates let you easily switch models via environment variables.
Implement rate limiting, set max_tokens, and track usage. Templates include usage monitoring and can limit requests per user.