O
OpenAI
by OpenAI
Access GPT models, DALL-E, Whisper, and other OpenAI AI services
AI ServicesPaidAPI keyaillmgptchatcompletionembeddingsimage-generation
How agents use OpenAI
- ✓Agent delegates reasoning, summarization, and text generation steps to GPT-4 or GPT-4o
- ✓Agent generates vector embeddings to compare documents, retrieve context, or power semantic search
- ✓Agent transcribes audio or voice input to text before passing it downstream in the workflow
- ✓Agent produces images via DALL·E as part of a creative or content generation pipeline
- ✓Agent converts text responses to speech for voice-output or accessibility workflows
Agent actions
Chat CompletionGenerate conversational responses using GPT models
Inputs: messages, model, temperature, maxTokens
Returns: content, usage, finishReason
Text CompletionGenerate text completions (legacy models)
Inputs: prompt, model
Returns: text
Create EmbeddingsGenerate vector embeddings for text
Inputs: input, model
Returns: embeddings, usage
Generate ImagesCreate images using DALL-E
Inputs: prompt, model, size, quality
Returns: imageUrl, revisedPrompt
Speech to TextTranscribe audio using Whisper
Inputs: audio, language
Returns: text
Text to SpeechGenerate speech from text
Inputs: text, voice
Returns: audioUrl
Example workflows
1
Customer support bot
Answer customer questions using GPT-4
2
Content generation
Generate marketing content and blog posts
About OpenAI
- Vendor
- OpenAI
- Pricing Always review details with the vendor
- Paid — Pay-per-use based on tokens and model
- Authentication
- API key
- Rate limit Always review details with the vendor
- 500 requests / minute
- Compatible nodes
- AgentResource
- Website
- https://openai.com
Build an AI workflow with OpenAI
Use the Agentic Planner to design, visualize, and connect OpenAI with your other tools.
Open Agentic Planner