API Reference
This page provides entry points to the OPEAI Platform API reference: you can jump directly to each model interface page from here.
Overview
OPEAI Platform provides RESTful APIs (compatible with OpenAI style). Each interface page offers Try it online debugging capabilities.
Authentication method:
Authorization: Bearer <API_KEY>
AI Model Interfaces
Chat
POST
Chat Completions (OpenAI format)
Translation
POST
Language translation
Images
POST
Generate images (OpenAI format)
Image Recognition
POST
Multimodal image content recognition (Chat Completions)
Audio
POST
Text-to-speech (OpenAI format)
Voice Conversation
WS
Real-time voice conversation (WebSocket)
Videos
POST
Create video task (Sora format)
Embeddings
POST
Vector embeddings (OpenAI format)
Models
GET
List models (OpenAI format)
Model Pricing
INFO
Billing for various model types (configurable table)