Gengxi API Developer Docs
Developer documentation
Gengxi API connects developers to leading AI models including OpenAI, Claude, DeepSeek, Kimi and GLM.
One platform for multi-model AI
Gengxi API connects developers to leading AI models including OpenAI, Claude, DeepSeek, Kimi and GLM. Use one platform to manage API keys, inspect usage, and connect common development tools. Review the Model Plaza for the complete current catalog and pricing; availability depends on your API key and group configuration.
| Protocol | Base URL | Use it for |
|---|---|---|
| OpenAI-compatible | https://api.gengxi.ai/v1 | Responses, Chat Completions, models, embeddings, and images |
| Anthropic Messages-compatible | https://api.gengxi.ai/v1 | Messages and token counting |
| Gemini native | https://api.gengxi.ai/v1beta | Clients that speak the Gemini native protocol |
Your path to a first request
- Create an API key from the API Keys page.
- Call GET /v1/models with that key.
- Choose a model returned for your key and group.
- Send a request to POST /v1/responses or another supported endpoint.
- Review requests and cost on the Usage page.
Compatibility scope
Use these docs for the public contract. Internal account pools, upstream endpoints, routing rules, and provider transformations are intentionally not exposed.