Expand description
Model ping / health check.
Sends a minimal chat completion (max_tokens: 1, message "hi") to each
configured model in parallel and classifies the response.
Structs§
Enums§
Functions§
- ping_
all_ configured - Ping every model of every configured provider in parallel.
Results are sent through
txas they arrive (not batched). - ping_
model