跳转到内容

Reference

此内容尚不支持你的语言。

These pages are generated from the aistack source code by AST analysis on every build. The source of truth is the docstrings and Pydantic models in aistack/api/; editing the rendered markdown has no effect.

For the design rationale and integration journey (the why, not the what), start with the top-level Integration Guide.

  • Inventory & health — Auto-generated reference for GET /health and GET /v1/models — what the gateway can serve right now.
  • ASR — speech to text — Auto-generated reference for POST /v1/audio/transcriptions. OpenAI Whisper API compatible.
  • TTS — text to speech — Auto-generated reference for the /v1/audio/{path} reverse proxy to Qwen3-TTS.
  • LLM — chat completion — Auto-generated reference for POST /v1/chat/completions, reverse-proxied to local Ollama.
  • Admin runtime controls — Auto-generated reference for the runtime control endpoints under /admin/api/.