Method: OpenAI::Models::Beta::Threads::ImageFile#detail
- Defined in:
- lib/openai/models/beta/threads/image_file.rb
#detail ⇒ Symbol, ...
Specifies the detail level of the image if specified by the user. low uses
fewer tokens, you can opt in to high resolution using high.
21 |
# File 'lib/openai/models/beta/threads/image_file.rb', line 21 optional :detail, enum: -> { OpenAI::Beta::Threads::ImageFile::Detail } |