StarriseStarrise API
OverviewGuideAPI

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.

Supported Capabilities

CategoryEndpointsDescription
Chat/v1/chat/completionsMulti-turn, streaming, function calling
Responses/v1/responsesOpenAI Responses API
Claude/v1/messagesAnthropic Messages API
Gemini/v1beta/models/*Google Gemini native API
Embeddings/v1/embeddings, /v1/rerankVectors and reranking
Images/v1/images/*Generation and editing
Audio/v1/audio/*STT, TTS, translation
Realtime/v1/realtimeWebSocket voice/chat
Midjourney/mj/*Image and video tasks
Suno/suno/*AI music generation

Three Steps to Integrate

  1. Create an account — register in the console
  2. Create an API token — create one under Tokens and copy your sk-... key
  3. 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/v1

If 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.

On this page