Quickstart
Connect your favorite AI apps and start building in seconds with our high-performance gateway.
One-Click Apps
Choose your preferred way to integrate.

NextChat
Cross-platform web & desktop UI.

LobeChat
Modern UI, Plugins & Vision.

CherryStudio
Professional multi-model client.

BotGem
All-in-one native client.

OpenCat
Native client for Apple.
Claude Code
One-click configuration with CCSwitch.
Please select or create an API Key above to enable integration links.
Code Integration
Integrate API into your application
curl
curl /v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-your-api-key" \
-d '{
"model": "gpt-4o-mini",
"messages": [{"role": "user", "content": "Hello!"}]
}'