You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- unsupported request fields are ignored when safe
148
150
-`stream` is not supported yet
149
151
- text inputs are supported for chat/responses in v1
150
-
-`/v1/models` includes installed text models and MLX TTS models; audio entries include `modality: "audio"` and `tts` capability metadata
152
+
-`/v1/models` includes installed text models only for strict OpenAI-compatible clients such as Xcode
151
153
-`/v1/audio/models` returns the reusable MLX TTS model catalog with voices, languages, output formats, and capabilities so external agents can present and reuse voice choices
154
+
-`/v1/tools` advertises request-side tool support and `/api/tags` provides an Ollama-compatible model list for local-provider probes
152
155
- set `ESH_API_KEY` or pass `--api-key <token>` to require `Authorization: Bearer <token>`
153
156
154
157
In the interactive TUI (`./esh`), select **OpenAI server** to toggle the same local API while the TUI process stays open. In chat, use `/serve toggle`, `/serve start`, `/serve stop`, or `/serve status`; the header shows whether the local API is on.
0 commit comments