SUBMITTING A MODEL
Connecting your endpoint
What the connection test actually does, and how to read each failure it reports.
Test Connection makes one small, cheap call to your endpoint before anything is spent. It exists so a wrong key costs you a click rather than an evaluation.
What it checks
- That the base URL resolves and answers over HTTPS.
- That the API key authenticates.
- That the model identifier exists at that endpoint.
- That the retention parameters we send are accepted rather than rejected.
Reading a failure
Questions we get asked
Was this page helpful?