Overview
Starrise-api unified AI gateway — OpenAI, Claude, Gemini and 40+ providers through one endpoint.
Starrise-api is a unified AI gateway compatible with OpenAI-style clients. Access chat, Claude, Gemini, images, audio, embeddings, Midjourney, and Suno through one Base URL — replace the host and use your API token.
Quick Start
Make your first API call in minutes
Authentication
Create and manage API tokens
Client Compatibility
OpenAI, Claude, Gemini SDKs and tools
Chat API
Completions, streaming, tools
All Endpoints
Models, images, audio, MJ, Suno
Supported Capabilities
| Category | Endpoints | Description |
|---|---|---|
| Chat | /v1/chat/completions | Multi-turn, streaming, function calling |
| Responses | /v1/responses | OpenAI Responses API |
| Claude | /v1/messages | Anthropic Messages API |
| Gemini | /v1beta/models/* | Google Gemini native API |
| Embeddings | /v1/embeddings, /v1/rerank | Vectors and reranking |
| Images | /v1/images/* | Generation and editing |
| Audio | /v1/audio/* | STT, TTS, translation |
| Realtime | /v1/realtime | WebSocket voice/chat |
| Midjourney | /mj/* | Image and video tasks |
| Suno | /suno/* | AI music generation |
Three Steps to Integrate
- Create an account — register in the console
- Create an API token — create one under Tokens and copy your
sk-...key - Set Base URL — copy the API address from the console home page into your SDK
base_url
Base URL
Copy your API address from the console home page. Example:
https://api.starrise.ai/v1If your app already uses the OpenAI SDK, change base_url and api_key only. No code refactor required.
Providers
40+ models including OpenAI, Claude, Gemini, DeepSeek, Qwen, Moonshot, Zhipu, and more. See Pricing in the console for the full list and rates.

