Skip to main content

HTTP 206 Partial Content

The server is delivering only part of the resource, in response to a Range header — used for resumable downloads.

2xx · Success✗ not retryable — fix the request instead

In AI APIs specifically

Seen when resuming large model or file downloads (e.g. fine-tune result files).

Fix checklist

  • Verify your Range arithmetic when stitching chunks.
  • Fall back to a full GET if ranges are unsupported.

Spec: RFC reference