API Reference

Model capability APIs compatible with the OpenAI API format

Overview

API Reference covers HTTP endpoints for model capabilities—chat, completions, embeddings, images, audio, and more. The protocol is compatible with the OpenAI API so existing SDKs and clients can integrate quickly.

Quick start

ItemDescription
Base URLhttps://your-domain/v1
AuthHeader Authorization: Bearer <API_TOKEN>
Model listGET /v1/models

Endpoint categories

How is this guide?