Verify Issues
Most “verify” buttons callGET /v1/models.
Checklist:
- Base URL ends with
/v1(not just the root). - Key is a valid user key with
Bearer. - If the key has model restrictions, only restricted models are returned.
- The model list endpoint must succeed with 200.

