API Endpoints
Core API Endpoints
UMVA-Native Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/llm/models | List available AI models with capabilities and pricing |
| POST | /api/llm/completion | Create an AI completion (Anthropic-compatible, SSE streaming) |
OpenAI-Compatible Standard Paths
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/models | List models (OpenAI-compatible format) |
| POST | /v1/chat/completions | Chat completions (OpenAI-compatible, SSE streaming) |
| POST | /v1/completions | Legacy completions (OpenAI-compatible) |
Anthropic-Compatible Standard Path
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/messages | Messages (Anthropic-compatible, SSE streaming) |