Sync contents

This commit is contained in:
Daniel Xu 2025-12-02 04:15:53 +00:00
parent bd639dea8b
commit 5e51e31043
5 changed files with 110 additions and 25 deletions

View file

@ -237,21 +237,16 @@ class ImageAssetPointerChunk(StrictBase)
Image format
#### `height`
Image height in pixels
#### `location`
Path or URL to the image asset
#### `tokens`
#### `expected_tokens`
Number of tokens this image represents
#### `width`
Image width in pixels
Expected number of tokens this image represents.
This is only advisory: the tinker backend will compute the number of tokens
from the image, and we can fail requests quickly if the tokens does not
match expected_tokens.
## `CheckpointsListResponse` Objects
@ -605,18 +600,6 @@ Image data as bytes
Image format
#### `height`
Image height in pixels
#### `tokens`
Number of tokens this image represents
#### `width`
Image width in pixels
#### `expected_tokens`
Expected number of tokens this image represents.