-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Feature requestNew feature requestNew feature request
Description
Description
The detail attribute for images in the OpenAI API should be configurable. Some models (e.g. grok-4-fast through OpenRouter) need to be forced to 'detail': 'high' or will otherwise return unusable results due to downscaling with 'detail': 'auto' on the API provider's side.
detail currently defaults to 'auto' everywhere, either explicitly or implicitly:
| detail='auto', |
| responses.ResponseInputImageParam(image_url=item.url, type='input_image', detail='auto') |
| image_url = ImageURL(url=item.url) |
References
No response
Metadata
Metadata
Assignees
Labels
Feature requestNew feature requestNew feature request