OpenAI's GPT-4o is the most widely adopted multimodal AI model. This guide shows you how to integrate OpenAI's full suite of APIs with Pixeltable for production-ready AI applications.
OpenAI: The Foundation of Modern AI Applications#
OpenAI provides the most comprehensive AI platform with capabilities spanning text, vision, audio, images, and embeddings.
When combined with Pixeltable's declarative infrastructure, you get seamless access to OpenAI with automatic orchestration.
Available Models#
- GPT-4o: Flagship multimodal model
- GPT-4o-mini: Cost-effective for high volume
- text-embedding-3: State-of-the-art embeddings
- DALL-E 3: Premium image generation
- Whisper: Speech-to-text transcription
Getting Started#
Chat Completions#
Vision Analysis#
Text Embeddings#
Image Generation with DALL-E#
Pricing Overview#
| Model | Input (per 1M tokens) | Output (per 1M tokens) |
|---|---|---|
| GPT-4o | $2.50 | $10.00 |
| GPT-4o-mini | $0.15 | $0.60 |
| text-embedding-3-small | $0.02 | - |


