Expand description
Dynamic and static model listing for all LLM providers.
This module centralises model discovery so that both the GUI (Tauri commands) and the CLI can fetch / fall back to the same lists without duplicating HTTP logic.
Each provider’s listing is feature-gated to match the rest of gestura-core-llm.
Structs§
- Model
Info - A single model entry returned by listing endpoints.
Functions§
- check_
ollama_ connectivity - Ping the Ollama endpoint to verify it is reachable.
- list_
models_ for_ provider - List available models for the given provider.
- static_
models_ for_ provider - Return the static / fallback model list for a provider (no network).