Verify model inference (billable)
verify_modelRun a minimal, billable test generation against a specified provider:model to prove inference access before using it.
Instructions
Run one minimal, non-sensitive generation against provider:model to prove inference access. Requires confirm_billable=true, may consume credits, never runs automatically, never retries or fails over.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | provider:model to verify; it does not need to be in the rotation. | |
| timeout_ms | No | Timeout for the single generation. | |
| confirm_billable | Yes | Must be true: acknowledges that this call may be billed. | |
| max_output_tokens | No | Output token cap for the generation. |