You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see
39
47
# {OpenAI::Models::Responses::ResponseInputFile} for more details.
40
48
#
41
49
# A file input to the model.
42
50
#
51
+
# @param detail [Symbol, OpenAI::Models::Responses::ResponseInputFile::Detail] The detail level of the file to be sent to the model. Use `low` for the default
52
+
#
43
53
# @param file_data [String] The content of the file to be sent to the model.
44
54
#
45
55
# @param file_id [String, nil] The ID of the file to be sent to the model.
@@ -49,6 +59,21 @@ class ResponseInputFile < OpenAI::Internal::Type::BaseModel
49
59
# @param filename [String] The name of the file to be sent to the model.
50
60
#
51
61
# @param type [Symbol, :input_file] The type of the input item. Always `input_file`.
62
+
63
+
# The detail level of the file to be sent to the model. Use `low` for the default
64
+
# rendering behavior, or `high` to render the file at higher quality. Defaults to
# Some parameter documentations has been truncated, see
47
+
# {OpenAI::Models::Responses::ResponseInputFileContent} for more details.
48
+
#
38
49
# A file input to the model.
39
50
#
51
+
# @param detail [Symbol, OpenAI::Models::Responses::ResponseInputFileContent::Detail] The detail level of the file to be sent to the model. Use `low` for the default
52
+
#
40
53
# @param file_data [String, nil] The base64-encoded data of the file to be sent to the model.
41
54
#
42
55
# @param file_id [String, nil] The ID of the file to be sent to the model.
@@ -46,6 +59,21 @@ class ResponseInputFileContent < OpenAI::Internal::Type::BaseModel
46
59
# @param filename [String, nil] The name of the file to be sent to the model.
47
60
#
48
61
# @param type [Symbol, :input_file] The type of the input item. Always `input_file`.
62
+
63
+
# The detail level of the file to be sent to the model. Use `low` for the default
64
+
# rendering behavior, or `high` to render the file at higher quality. Defaults to
0 commit comments