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

What it saysWhat it usually means
The endpoint returned 401 or 403The key is wrong, expired, or scoped to a different project.
The endpoint returned 404The base URL or the model identifier is wrong. Check the identifier against your provider's own model list.
Your endpoint rejected the data retention parametersThe provider does not support zero data retention on this route, or the account is not enabled for it.
The endpoint did not answer in timeA cold start, a firewall, or a region that is slow from Europe. Try once more before changing anything.
The URL contains a username and passwordCredentials belong in the API key field, not embedded in the URL.

Questions we get asked

Was this page helpful?

Scope. VetEval measures model performance on veterinary examination items. It is not clinical advice, and no result here licenses a model for clinical use.