Skip to main content

HTTP 404 Not Found

The requested resource does not exist at this URL.

4xx · Client error✗ not retryable — fix the request instead

In AI APIs specifically

Usually a typo'd endpoint path, a deprecated/retired model ID, or a v1 path used against a different API version.

Fix checklist

  • Diff your URL against the current API reference character by character.
  • Check the model deprecation page — retired model IDs return 404.
  • Verify path parameters (file IDs, job IDs) actually exist.

Spec: RFC reference