//! Fetch the live model list from an OpenAI-compatible `/models` endpoint.
use Duration;
use Value;
/// GET `{base_url}/models` (bearer auth) and return the sorted list of model ids. Works for any
/// OpenAI-compatible endpoint (OpenAI, NVIDIA, ollama, vllm, ...).
pub async