Overview
The Platform v1 API groups utility endpoints used by the Allternit Platform surfaces: an agent chat bridge to the Gizzi Runtime, a model catalog with live local-model merging, model recommendations, voice TTS/STT proxying, and CLI tool stubs.Base URL
Authentication
All routes require a valid bearer token in theAuthorization header. The chat bridge forwards relevant auth headers to the Gizzi Runtime so that password-protected local daemons work correctly.
Endpoints
Health
Response
List models
Response
GET /provider connected list so that newly-installed local models appear without restarting the API.
Recommend models
Query parameters
Response
Agent chat bridge
message_start, followed by content_block_delta events for text and reasoning, and a final finish event.
Request body
SSE event example
Voice presets
{ "voices": [] } when the optional voice service is not running.
Stream TTS
Stream STT
CLI tools stubs
Response
Error codes
Related pages
- Agent Chat — dedicated chat completion surface
- Chat Completions — remote-model-compatible completions
- Voice — voice gateway endpoints
- Providers — model provider configuration