Skip to content

docs: use smaller image URL in vision example#2955

Open
mvanhorn wants to merge 1 commit intoopenai:mainfrom
mvanhorn:osc/2776-fix-readme-vision-url
Open

docs: use smaller image URL in vision example#2955
mvanhorn wants to merge 1 commit intoopenai:mainfrom
mvanhorn:osc/2776-fix-readme-vision-url

Conversation

@mvanhorn
Copy link

Fixes #2776

Problem

The vision example in the README uses a 1599px Wikimedia thumbnail URL that results in a ~3.5MB download. The API rejects this with a 400 error: Error while downloading ....

Fix

Replace the 1599px thumbnail with the 440px version of the same raccoon image, which is well within the API's size limits while remaining the same picture.

This contribution was developed with AI assistance (Claude Code).

The 1599px thumbnail URL causes a 400 error from the API due to the
large file size. Use the 440px thumbnail instead.

Fixes openai#2776

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mvanhorn mvanhorn requested a review from a team as a code owner March 10, 2026 08:03
@mvanhorn mvanhorn mentioned this pull request Mar 10, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vision example throws an error

1 participant