See llms.txt for all machine-readable content.
This workflow runs on demand to list model aliases from an AISIX AI Gateway and sends a small OpenAI-compatible Chat Completions probe to each alias, then returns a consolidated health report that flags rate limits, auth errors, policy blocks, and other unhealthy responses.
/v1/models endpoint to fetch the model aliases visible to the configured caller API key./v1/chat/completions for each alias.Authorization: Bearer <your AISIX caller API key> and select it in both AISIX HTTP Request steps.aisix_base_url, probe_prompt, and max_models in the configuration step to match your AISIX gateway and desired probe behavior./v1/models and /v1/chat/completions endpoints and that the caller key can list and call at least one model alias.