Base Endpoints
Base Endpoints
API Base URL
https://global-apis.com/v1
Available Endpoints
Chat Completions
POST /v1/chat/completions
Create a chat completion. OpenAI-compatible.
Models
GET /v1/models
List all available models.
Embeddings
POST /v1/embeddings
Create embeddings for text.
Authentication
Authorization: Bearer ga_xxxxxxxxxxxx
Include your API key in the Authorization header.