What is the OpenAI Compatible Interface
OpenAI’s Chat Completions API format has become the industry de facto standard. Many large language models provide OpenAI-compatible interfaces, allowing developers to access different models using the same code. Ace Data Cloud offers OpenAI-compatible Chat Completions interfaces for models such as Claude, Gemini, DeepSeek, Grok, Kimi, etc. You can switch models simply by changing the Base URL and model name.Supported Models
| Service | Endpoint | Example Model |
|---|---|---|
| Claude | POST /v1/chat/completions | claude-sonnet-4-6 |
| OpenAI | POST /openai/chat/completions | gpt-4o |
| Gemini | POST /gemini/chat/completions | gemini-2.5-flash |
| DeepSeek | POST /deepseek/chat/completions | deepseek-r1 |
| Grok | POST /grok/chat/completions | grok-3 |
| Kimi | POST /kimi/chat/completions | kimi-k2.5 |
Unified Invocation Method
All chat models use the same request format:Streaming Output
All chat APIs support streaming output (Server-Sent Events):Compatibility with OpenAI SDK
Since the interface format is compatible, you can directly use the official OpenAI SDK by just modifying the base_url:Summary
With Ace Data Cloud’s OpenAI compatible interface, you can:- Access 6+ large language models with a single codebase
- Flexibly switch models to compare performance and cost
- Use the OpenAI SDK directly with zero migration cost
- Unified billing and monitoring

