OpenAI · Capability

OpenAI Content Generation

Unified content generation combining Chat, Images, Audio, and Embeddings APIs for developers to generate text, images, speech, and vector representations.

Run with Naftiko OpenAIContent GenerationAI

What You Can Do

POST
Create chat completion — Create a chat completion
/v1/chat/completions
POST
Create image — Generate an image
/v1/images/generations
POST
Create speech — Generate speech
/v1/audio/speech
POST
Create embedding — Create embeddings
/v1/embeddings
GET
List models — List models
/v1/models

MCP Tools

chat-create-completion

Generate a conversational response using GPT models

images-create

Generate an image from a text prompt using DALL-E

images-edit

Edit an existing image with a text prompt

images-create-variation

Create a variation of an existing image

audio-create-speech

Generate audio from text using TTS models

audio-create-transcription

Transcribe audio to text using Whisper

audio-create-translation

Translate audio to English text

embeddings-create

Generate vector embeddings for text input

models-list

List all available OpenAI models

read-only
models-get

Get details of a specific model

read-only

APIs Used

openai-chat openai-images openai-audio openai-embeddings openai-models