OpenAI API
onlineAccess GPT models, DALL-E, Whisper, and other AI capabilities. Power your applications with AI.
🤖 AI & MLAuth: bearerPopularity: 99/100Latency: 200ms
Base URL
https://api.openai.comAuthentication
Requires a Bearer token in the Authorization header.
Endpoints
POST
Try it →/v1/chat/completionsCreate a chat completion
POST
Try it →/v1/images/generationsGenerate images
GET
Try it →/v1/modelsList available models
Example Request
POST https://api.openai.com/v1/chat/completions
Example Response
{
"id": "chatcmpl-abc123",
"object": "chat.completion",
"choices": [{
"message": {"role": "assistant", "content": "Hello!"}
}]
}Tags
aigptmachine-learningnlpchatgpt