check_model
Probe an LLM model once to assess its health. Returns TTFT, latency, throughput, and health status.
Instructions
Check a single model's health by probing it once. Returns TTFT, latency, throughput, and health status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | provider name (openai, anthropic, google, azure, bedrock) | |
| model | Yes | model identifier (e.g. gpt-4o, claude-sonnet-4-20250514) | |
| api_key_env | Yes | environment variable name containing the API key |