API Overview¶
💫 Relay Interfaces¶
-
Chat
Support for multiple mainstream chat model formats:
OpenAI Chat → OpenAI Responses → Anthropic Chat → Deepseek Chat → Google Chat →
-
Embeddings
Text vector embedding services:
-
Rerank
Search result reranking services:
-
Realtime Chat
Support for streaming real-time conversations:
-
Image
AI image generation services:
-
Audio
Speech-related services:
-
Music
AI music generation services:
🖥️ Frontend Interfaces¶
-
Coming Soon
Frontend API documentation is being written, stay tuned!
📖 Interface Description¶
Interface Types
New API provides two main types of interfaces:
- Relay Interfaces: For AI model calls, supporting multiple mainstream model formats
- Frontend Interfaces: For supporting Web interface functionality calls, providing complete frontend functionality support
Feature Support Indicators
In the API documentation, we use the following icons to indicate feature support status:
- ✅ Supported: This feature is fully implemented and available for use
- 🟡 Partially Supported: Feature is available but has limitations or provides only partial capabilities
- ❌ Not Supported: This feature is under development or planned for development
Quick Start
- Browse the cards above to select the interface you need to use
- Click "View Details" on the corresponding card to learn specific usage
- Follow the documentation instructions for interface calls