zeabur-ai-hub
Installation
SKILL.md
Zeabur AI Hub Management
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis not available, install Node.js first.
API Endpoints
AI Hub is OpenAI-compatible. Users can pick the region closest to them:
| Region | Endpoint |
|---|---|
| Tokyo, Japan (HND1) | https://hnd1.aihub.zeabur.ai/ |
| San Francisco, USA (SFO1) | https://sfo1.aihub.zeabur.ai/ |
Quick Start (OpenAI SDK)
JavaScript / TypeScript:
import OpenAI from "openai";