Skip to main content

Verify Issues

Most “verify” buttons call GET /v1/models. Checklist:
  1. Base URL ends with /v1 (not just the root).
  2. Key is a valid user key with Bearer.
  3. If the key has model restrictions, only restricted models are returned.
  4. The model list endpoint must succeed with 200.
See Common Errors for 401/403 cases.