OpenAI
Access GPT-4o, DALL-E 3, Whisper, TTS, embeddings, and fine-tuning through the OpenAI API.
OFFICIALBEARER0 INSTALLS
OpenAI
Give your AI agent access to OpenAI's full model suite. Generate text, create images, transcribe audio, compute embeddings, and manage fine-tuned models.
What your agent can do
- Chat completions — call GPT-4o, GPT-4o-mini, o1, o3 with system prompts and tool use
- Image generation — create images with DALL-E 3, edit existing images
- Embeddings — compute vector embeddings with text-embedding-3-small/large
- Audio — transcribe audio with Whisper, generate speech with TTS
- Fine-tuning — create fine-tuning jobs, list models, upload training data
- Files — upload and manage files for fine-tuning and assistants
- Models — list available models, check capabilities
Example prompts
- "Generate an embedding for this product description using text-embedding-3-small"
- "Create a DALL-E 3 image of a minimalist logo for a coffee shop"
- "Transcribe this audio file using Whisper"
- "Start a fine-tuning job on GPT-4o-mini with the uploaded training data"
Setup Guide
- Go to OpenAI Platform → API Keys
- Create a new secret key
- Paste it as the Bearer token (starts with
sk-) - Ensure your account has billing enabled and sufficient credits
Details
- Category
- AI & Machine Learning
- Auth Mode
- bearer
- Spec Version
- 3.0.3
- Added
- Mar 2026