What problem does it solve?
Configuring a user-supplied OpenAI-compatible LLM endpoint in the LingTai TUI involves uncertain vision capability, transport selection, and reasoning-effort settings that are easy to misconfigure without official-source guidance.
Core Features & Use Cases
- Custom Preset Reference: Explains the
customPreset() template in tui/internal/preset/preset.go, including the LLM_API_KEY credential slot and user-supplied endpoint behavior.
- Responses Transport Guidance: Documents the
wire_api: "responses" path, the http default, and the websocket option that writes responses_transport: "websocket" for Responses WebSocket v2.
- Reasoning Effort Settings: Details the
thinking manifest values (none through xhigh) and the custom-provider default of high.
- Use Case: When setting up a self-hosted or third-party OpenAI-compatible endpoint, consult this reference to verify vision capability against the provider's official documentation and choose the correct transport and reasoning effort before saving the manifest.
Quick Start
Explain how to configure the custom provider preset in the TUI, including vision capability, Responses transport, and reasoning effort options.