164 164
165 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.165 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
166 166
167 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`167 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
168 168
169 A file input to the model.169 A file input to the model.
170 170
174 174
175 - `"input_file"`175 - `"input_file"`
176 176
177 - `detail: optional "low" or "high"`
178
179 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
180
181 - `"low"`
182
183 - `"high"`
184
177 - `file_data: optional string`185 - `file_data: optional string`
178 186
179 The content of the file to be sent to the model.187 The content of the file to be sent to the model.
274 282
275 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.283 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
276 284
277 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`285 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
278 286
279 A file input to the model.287 A file input to the model.
280 288
284 292
285 - `"input_file"`293 - `"input_file"`
286 294
295 - `detail: optional "low" or "high"`
296
297 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
298
299 - `"low"`
300
301 - `"high"`
302
287 - `file_data: optional string`303 - `file_data: optional string`
288 304
289 The content of the file to be sent to the model.305 The content of the file to be sent to the model.
1286 1302
1287 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.1303 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
1288 1304
1289 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`1305 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
1290 1306
1291 A file input to the model.1307 A file input to the model.
1292 1308
1296 1312
1297 - `"input_file"`1313 - `"input_file"`
1298 1314
1315 - `detail: optional "low" or "high"`
1316
1317 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
1318
1319 - `"low"`
1320
1321 - `"high"`
1322
1299 - `file_data: optional string`1323 - `file_data: optional string`
1300 1324
1301 The base64-encoded data of the file to be sent to the model.1325 The base64-encoded data of the file to be sent to the model.
3229 3253
3230 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.3254 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
3231 3255
3232 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`3256 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
3233 3257
3234 A file input to the model.3258 A file input to the model.
3235 3259
3239 3263
3240 - `"input_file"`3264 - `"input_file"`
3241 3265
3266 - `detail: optional "low" or "high"`
3267
3268 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
3269
3270 - `"low"`
3271
3272 - `"high"`
3273
3242 - `file_data: optional string`3274 - `file_data: optional string`
3243 3275
3244 The content of the file to be sent to the model.3276 The content of the file to be sent to the model.
3602 3634
3603 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.3635 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
3604 3636
3605 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`3637 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
3606 3638
3607 A file input to the model.3639 A file input to the model.
3608 3640
3612 3644
3613 - `"input_file"`3645 - `"input_file"`
3614 3646
3647 - `detail: optional "low" or "high"`
3648
3649 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
3650
3651 - `"low"`
3652
3653 - `"high"`
3654
3615 - `file_data: optional string`3655 - `file_data: optional string`
3616 3656
3617 The content of the file to be sent to the model.3657 The content of the file to be sent to the model.
5305 5345
5306 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.5346 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
5307 5347
5308 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`5348 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
5309 5349
5310 A file input to the model.5350 A file input to the model.
5311 5351
5315 5355
5316 - `"input_file"`5356 - `"input_file"`
5317 5357
5358 - `detail: optional "low" or "high"`
5359
5360 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
5361
5362 - `"low"`
5363
5364 - `"high"`
5365
5318 - `file_data: optional string`5366 - `file_data: optional string`
5319 5367
5320 The content of the file to be sent to the model.5368 The content of the file to be sent to the model.
5415 5463
5416 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.5464 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
5417 5465
5418 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`5466 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
5419 5467
5420 A file input to the model.5468 A file input to the model.
5421 5469
5425 5473
5426 - `"input_file"`5474 - `"input_file"`
5427 5475
5476 - `detail: optional "low" or "high"`
5477
5478 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
5479
5480 - `"low"`
5481
5482 - `"high"`
5483
5428 - `file_data: optional string`5484 - `file_data: optional string`
5429 5485
5430 The content of the file to be sent to the model.5486 The content of the file to be sent to the model.
6427 6483
6428 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.6484 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
6429 6485
6430 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`6486 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
6431 6487
6432 A file input to the model.6488 A file input to the model.
6433 6489
6437 6493
6438 - `"input_file"`6494 - `"input_file"`
6439 6495
6496 - `detail: optional "low" or "high"`
6497
6498 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
6499
6500 - `"low"`
6501
6502 - `"high"`
6503
6440 - `file_data: optional string`6504 - `file_data: optional string`
6441 6505
6442 The base64-encoded data of the file to be sent to the model.6506 The base64-encoded data of the file to be sent to the model.
8370 8434
8371 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.8435 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
8372 8436
8373 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`8437 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
8374 8438
8375 A file input to the model.8439 A file input to the model.
8376 8440
8380 8444
8381 - `"input_file"`8445 - `"input_file"`
8382 8446
8447 - `detail: optional "low" or "high"`
8448
8449 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
8450
8451 - `"low"`
8452
8453 - `"high"`
8454
8383 - `file_data: optional string`8455 - `file_data: optional string`
8384 8456
8385 The content of the file to be sent to the model.8457 The content of the file to be sent to the model.
9039 9111
9040 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.9112 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
9041 9113
9042 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`9114 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
9043 9115
9044 A file input to the model.9116 A file input to the model.
9045 9117
9049 9121
9050 - `"input_file"`9122 - `"input_file"`
9051 9123
9124 - `detail: optional "low" or "high"`
9125
9126 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
9127
9128 - `"low"`
9129
9130 - `"high"`
9131
9052 - `file_data: optional string`9132 - `file_data: optional string`
9053 9133
9054 The content of the file to be sent to the model.9134 The content of the file to be sent to the model.
11633 11713
11634 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.11714 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
11635 11715
11636 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`11716 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
11637 11717
11638 A file input to the model.11718 A file input to the model.
11639 11719
11643 11723
11644 - `"input_file"`11724 - `"input_file"`
11645 11725
11726 - `detail: optional "low" or "high"`
11727
11728 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
11729
11730 - `"low"`
11731
11732 - `"high"`
11733
11646 - `file_data: optional string`11734 - `file_data: optional string`
11647 11735
11648 The content of the file to be sent to the model.11736 The content of the file to be sent to the model.
13058 13146
13059 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.13147 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
13060 13148
13061 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`13149 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
13062 13150
13063 A file input to the model.13151 A file input to the model.
13064 13152
13068 13156
13069 - `"input_file"`13157 - `"input_file"`
13070 13158
13159 - `detail: optional "low" or "high"`
13160
13161 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
13162
13163 - `"low"`
13164
13165 - `"high"`
13166
13071 - `file_data: optional string`13167 - `file_data: optional string`
13072 13168
13073 The content of the file to be sent to the model.13169 The content of the file to be sent to the model.
14461 14557
14462 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.14558 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
14463 14559
14464 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`14560 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
14465 14561
14466 A file input to the model.14562 A file input to the model.
14467 14563
14471 14567
14472 - `"input_file"`14568 - `"input_file"`
14473 14569
14570 - `detail: optional "low" or "high"`
14571
14572 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
14573
14574 - `"low"`
14575
14576 - `"high"`
14577
14474 - `file_data: optional string`14578 - `file_data: optional string`
14475 14579
14476 The content of the file to be sent to the model.14580 The content of the file to be sent to the model.
14571 14675
14572 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.14676 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
14573 14677
14574 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`14678 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
14575 14679
14576 A file input to the model.14680 A file input to the model.
14577 14681
14581 14685
14582 - `"input_file"`14686 - `"input_file"`
14583 14687
14688 - `detail: optional "low" or "high"`
14689
14690 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
14691
14692 - `"low"`
14693
14694 - `"high"`
14695
14584 - `file_data: optional string`14696 - `file_data: optional string`
14585 14697
14586 The content of the file to be sent to the model.14698 The content of the file to be sent to the model.
15583 15695
15584 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.15696 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
15585 15697
15586 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`15698 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
15587 15699
15588 A file input to the model.15700 A file input to the model.
15589 15701
15593 15705
15594 - `"input_file"`15706 - `"input_file"`
15595 15707
15708 - `detail: optional "low" or "high"`
15709
15710 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
15711
15712 - `"low"`
15713
15714 - `"high"`
15715
15596 - `file_data: optional string`15716 - `file_data: optional string`
15597 15717
15598 The base64-encoded data of the file to be sent to the model.15718 The base64-encoded data of the file to be sent to the model.
17526 17646
17527 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.17647 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
17528 17648
17529 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`17649 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
17530 17650
17531 A file input to the model.17651 A file input to the model.
17532 17652
17536 17656
17537 - `"input_file"`17657 - `"input_file"`
17538 17658
17659 - `detail: optional "low" or "high"`
17660
17661 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
17662
17663 - `"low"`
17664
17665 - `"high"`
17666
17539 - `file_data: optional string`17667 - `file_data: optional string`
17540 17668
17541 The content of the file to be sent to the model.17669 The content of the file to be sent to the model.
18195 18323
18196 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.18324 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
18197 18325
18198 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`18326 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
18199 18327
18200 A file input to the model.18328 A file input to the model.
18201 18329
18205 18333
18206 - `"input_file"`18334 - `"input_file"`
18207 18335
18336 - `detail: optional "low" or "high"`
18337
18338 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
18339
18340 - `"low"`
18341
18342 - `"high"`
18343
18208 - `file_data: optional string`18344 - `file_data: optional string`
18209 18345
18210 The content of the file to be sent to the model.18346 The content of the file to be sent to the model.
20789 20925
20790 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.20926 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
20791 20927
20792 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`20928 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
20793 20929
20794 A file input to the model.20930 A file input to the model.
20795 20931
20799 20935
20800 - `"input_file"`20936 - `"input_file"`
20801 20937
20938 - `detail: optional "low" or "high"`
20939
20940 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
20941
20942 - `"low"`
20943
20944 - `"high"`
20945
20802 - `file_data: optional string`20946 - `file_data: optional string`
20803 20947
20804 The content of the file to be sent to the model.20948 The content of the file to be sent to the model.
22214 22358
22215 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.22359 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
22216 22360
22217 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`22361 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
22218 22362
22219 A file input to the model.22363 A file input to the model.
22220 22364
22224 22368
22225 - `"input_file"`22369 - `"input_file"`
22226 22370
22371 - `detail: optional "low" or "high"`
22372
22373 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
22374
22375 - `"low"`
22376
22377 - `"high"`
22378
22227 - `file_data: optional string`22379 - `file_data: optional string`
22228 22380
22229 The content of the file to be sent to the model.22381 The content of the file to be sent to the model.
22917 23069
22918 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.23070 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
22919 23071
22920 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`23072 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
22921 23073
22922 A file input to the model.23074 A file input to the model.
22923 23075
22927 23079
22928 - `"input_file"`23080 - `"input_file"`
22929 23081
23082 - `detail: optional "low" or "high"`
23083
23084 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
23085
23086 - `"low"`
23087
23088 - `"high"`
23089
22930 - `file_data: optional string`23090 - `file_data: optional string`
22931 23091
22932 The content of the file to be sent to the model.23092 The content of the file to be sent to the model.
23027 23187
23028 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.23188 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
23029 23189
23030 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`23190 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
23031 23191
23032 A file input to the model.23192 A file input to the model.
23033 23193
23037 23197
23038 - `"input_file"`23198 - `"input_file"`
23039 23199
23200 - `detail: optional "low" or "high"`
23201
23202 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
23203
23204 - `"low"`
23205
23206 - `"high"`
23207
23040 - `file_data: optional string`23208 - `file_data: optional string`
23041 23209
23042 The content of the file to be sent to the model.23210 The content of the file to be sent to the model.
24039 24207
24040 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.24208 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
24041 24209
24042 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`24210 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
24043 24211
24044 A file input to the model.24212 A file input to the model.
24045 24213
24049 24217
24050 - `"input_file"`24218 - `"input_file"`
24051 24219
24220 - `detail: optional "low" or "high"`
24221
24222 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
24223
24224 - `"low"`
24225
24226 - `"high"`
24227
24052 - `file_data: optional string`24228 - `file_data: optional string`
24053 24229
24054 The base64-encoded data of the file to be sent to the model.24230 The base64-encoded data of the file to be sent to the model.
25982 26158
25983 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.26159 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
25984 26160
25985 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`26161 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
25986 26162
25987 A file input to the model.26163 A file input to the model.
25988 26164
25992 26168
25993 - `"input_file"`26169 - `"input_file"`
25994 26170
26171 - `detail: optional "low" or "high"`
26172
26173 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
26174
26175 - `"low"`
26176
26177 - `"high"`
26178
25995 - `file_data: optional string`26179 - `file_data: optional string`
25996 26180
25997 The content of the file to be sent to the model.26181 The content of the file to be sent to the model.
26651 26835
26652 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.26836 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
26653 26837
26654 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`26838 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
26655 26839
26656 A file input to the model.26840 A file input to the model.
26657 26841
26661 26845
26662 - `"input_file"`26846 - `"input_file"`
26663 26847
26848 - `detail: optional "low" or "high"`
26849
26850 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
26851
26852 - `"low"`
26853
26854 - `"high"`
26855
26664 - `file_data: optional string`26856 - `file_data: optional string`
26665 26857
26666 The content of the file to be sent to the model.26858 The content of the file to be sent to the model.
29245 29437
29246 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.29438 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
29247 29439
29248 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`29440 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
29249 29441
29250 A file input to the model.29442 A file input to the model.
29251 29443
29255 29447
29256 - `"input_file"`29448 - `"input_file"`
29257 29449
29450 - `detail: optional "low" or "high"`
29451
29452 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
29453
29454 - `"low"`
29455
29456 - `"high"`
29457
29258 - `file_data: optional string`29458 - `file_data: optional string`
29259 29459
29260 The content of the file to be sent to the model.29460 The content of the file to be sent to the model.
30670 30870
30671 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.30871 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
30672 30872
30673 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`30873 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
30674 30874
30675 A file input to the model.30875 A file input to the model.
30676 30876
30680 30880
30681 - `"input_file"`30881 - `"input_file"`
30682 30882
30883 - `detail: optional "low" or "high"`
30884
30885 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
30886
30887 - `"low"`
30888
30889 - `"high"`
30890
30683 - `file_data: optional string`30891 - `file_data: optional string`
30684 30892
30685 The content of the file to be sent to the model.30893 The content of the file to be sent to the model.
31443 31651
31444 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.31652 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
31445 31653
31446 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`31654 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
31447 31655
31448 A file input to the model.31656 A file input to the model.
31449 31657
31453 31661
31454 - `"input_file"`31662 - `"input_file"`
31455 31663
31664 - `detail: optional "low" or "high"`
31665
31666 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
31667
31668 - `"low"`
31669
31670 - `"high"`
31671
31456 - `file_data: optional string`31672 - `file_data: optional string`
31457 31673
31458 The content of the file to be sent to the model.31674 The content of the file to be sent to the model.
31553 31769
31554 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.31770 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
31555 31771
31556 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`31772 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
31557 31773
31558 A file input to the model.31774 A file input to the model.
31559 31775
31563 31779
31564 - `"input_file"`31780 - `"input_file"`
31565 31781
31782 - `detail: optional "low" or "high"`
31783
31784 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
31785
31786 - `"low"`
31787
31788 - `"high"`
31789
31566 - `file_data: optional string`31790 - `file_data: optional string`
31567 31791
31568 The content of the file to be sent to the model.31792 The content of the file to be sent to the model.
32565 32789
32566 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.32790 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
32567 32791
32568 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`32792 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
32569 32793
32570 A file input to the model.32794 A file input to the model.
32571 32795
32575 32799
32576 - `"input_file"`32800 - `"input_file"`
32577 32801
32802 - `detail: optional "low" or "high"`
32803
32804 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
32805
32806 - `"low"`
32807
32808 - `"high"`
32809
32578 - `file_data: optional string`32810 - `file_data: optional string`
32579 32811
32580 The base64-encoded data of the file to be sent to the model.32812 The base64-encoded data of the file to be sent to the model.
34508 34740
34509 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.34741 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
34510 34742
34511 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`34743 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
34512 34744
34513 A file input to the model.34745 A file input to the model.
34514 34746
34518 34750
34519 - `"input_file"`34751 - `"input_file"`
34520 34752
34753 - `detail: optional "low" or "high"`
34754
34755 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
34756
34757 - `"low"`
34758
34759 - `"high"`
34760
34521 - `file_data: optional string`34761 - `file_data: optional string`
34522 34762
34523 The content of the file to be sent to the model.34763 The content of the file to be sent to the model.
34891 35131
34892 - `"computer_screenshot"`35132 - `"computer_screenshot"`
34893 35133
34894 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`35134 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
34895 35135
34896 A file input to the model.35136 A file input to the model.
34897 35137
34901 35141
34902 - `"input_file"`35142 - `"input_file"`
34903 35143
35144 - `detail: optional "low" or "high"`
35145
35146 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
35147
35148 - `"low"`
35149
35150 - `"high"`
35151
34904 - `file_data: optional string`35152 - `file_data: optional string`
34905 35153
34906 The content of the file to be sent to the model.35154 The content of the file to be sent to the model.
36231 36479
36232 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.36480 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
36233 36481
36234 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`36482 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
36235 36483
36236 A file input to the model.36484 A file input to the model.
36237 36485
36241 36489
36242 - `"input_file"`36490 - `"input_file"`
36243 36491
36492 - `detail: optional "low" or "high"`
36493
36494 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
36495
36496 - `"low"`
36497
36498 - `"high"`
36499
36244 - `file_data: optional string`36500 - `file_data: optional string`
36245 36501
36246 The content of the file to be sent to the model.36502 The content of the file to be sent to the model.
37729 37985
37730 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.37986 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
37731 37987
37732 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`37988 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
37733 37989
37734 A file input to the model.37990 A file input to the model.
37735 37991
37739 37995
37740 - `"input_file"`37996 - `"input_file"`
37741 37997
37998 - `detail: optional "low" or "high"`
37999
38000 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
38001
38002 - `"low"`
38003
38004 - `"high"`
38005
37742 - `file_data: optional string`38006 - `file_data: optional string`
37743 38007
37744 The content of the file to be sent to the model.38008 The content of the file to be sent to the model.
38209 38473
38210 - `"computer_screenshot"`38474 - `"computer_screenshot"`
38211 38475
38212 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`38476 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
38213 38477
38214 A file input to the model.38478 A file input to the model.
38215 38479
38219 38483
38220 - `"input_file"`38484 - `"input_file"`
38221 38485
38486 - `detail: optional "low" or "high"`
38487
38488 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
38489
38490 - `"low"`
38491
38492 - `"high"`
38493
38222 - `file_data: optional string`38494 - `file_data: optional string`
38223 38495
38224 The content of the file to be sent to the model.38496 The content of the file to be sent to the model.
39549 39821
39550 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.39822 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
39551 39823
39552 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`39824 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
39553 39825
39554 A file input to the model.39826 A file input to the model.
39555 39827
39559 39831
39560 - `"input_file"`39832 - `"input_file"`
39561 39833
39834 - `detail: optional "low" or "high"`
39835
39836 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
39837
39838 - `"low"`
39839
39840 - `"high"`
39841
39562 - `file_data: optional string`39842 - `file_data: optional string`
39563 39843
39564 The content of the file to be sent to the model.39844 The content of the file to be sent to the model.
41047 41327
41048 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.41328 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
41049 41329
41050 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`41330 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
41051 41331
41052 A file input to the model.41332 A file input to the model.
41053 41333
41057 41337
41058 - `"input_file"`41338 - `"input_file"`
41059 41339
41340 - `detail: optional "low" or "high"`
41341
41342 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
41343
41344 - `"low"`
41345
41346 - `"high"`
41347
41060 - `file_data: optional string`41348 - `file_data: optional string`
41061 41349
41062 The content of the file to be sent to the model.41350 The content of the file to be sent to the model.
41771 42059
41772 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.42060 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
41773 42061
41774 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`42062 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
41775 42063
41776 A file input to the model.42064 A file input to the model.
41777 42065
41781 42069
41782 - `"input_file"`42070 - `"input_file"`
41783 42071
42072 - `detail: optional "low" or "high"`
42073
42074 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
42075
42076 - `"low"`
42077
42078 - `"high"`
42079
41784 - `file_data: optional string`42080 - `file_data: optional string`
41785 42081
41786 The content of the file to be sent to the model.42082 The content of the file to be sent to the model.
42084 42380
42085 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.42381 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
42086 42382
42087 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`42383 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
42088 42384
42089 A file input to the model.42385 A file input to the model.
42090 42386
42094 42390
42095 - `"input_file"`42391 - `"input_file"`
42096 42392
42393 - `detail: optional "low" or "high"`
42394
42395 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
42396
42397 - `"low"`
42398
42399 - `"high"`
42400
42097 - `file_data: optional string`42401 - `file_data: optional string`
42098 42402
42099 The content of the file to be sent to the model.42403 The content of the file to be sent to the model.
42194 42498
42195 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.42499 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
42196 42500
42197 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`42501 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
42198 42502
42199 A file input to the model.42503 A file input to the model.
42200 42504
42204 42508
42205 - `"input_file"`42509 - `"input_file"`
42206 42510
42511 - `detail: optional "low" or "high"`
42512
42513 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
42514
42515 - `"low"`
42516
42517 - `"high"`
42518
42207 - `file_data: optional string`42519 - `file_data: optional string`
42208 42520
42209 The content of the file to be sent to the model.42521 The content of the file to be sent to the model.
43206 43518
43207 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.43519 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
43208 43520
43209 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`43521 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
43210 43522
43211 A file input to the model.43523 A file input to the model.
43212 43524
43216 43528
43217 - `"input_file"`43529 - `"input_file"`
43218 43530
43531 - `detail: optional "low" or "high"`
43532
43533 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
43534
43535 - `"low"`
43536
43537 - `"high"`
43538
43219 - `file_data: optional string`43539 - `file_data: optional string`
43220 43540
43221 The base64-encoded data of the file to be sent to the model.43541 The base64-encoded data of the file to be sent to the model.
45149 45469
45150 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.45470 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
45151 45471
45152 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`45472 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
45153 45473
45154 A file input to the model.45474 A file input to the model.
45155 45475
45159 45479
45160 - `"input_file"`45480 - `"input_file"`
45161 45481
45482 - `detail: optional "low" or "high"`
45483
45484 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
45485
45486 - `"low"`
45487
45488 - `"high"`
45489
45162 - `file_data: optional string`45490 - `file_data: optional string`
45163 45491
45164 The content of the file to be sent to the model.45492 The content of the file to be sent to the model.
45818 46146
45819 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.46147 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
45820 46148
45821 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`46149 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
45822 46150
45823 A file input to the model.46151 A file input to the model.
45824 46152
45828 46156
45829 - `"input_file"`46157 - `"input_file"`
45830 46158
46159 - `detail: optional "low" or "high"`
46160
46161 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
46162
46163 - `"low"`
46164
46165 - `"high"`
46166
45831 - `file_data: optional string`46167 - `file_data: optional string`
45832 46168
45833 The content of the file to be sent to the model.46169 The content of the file to be sent to the model.
48412 48748
48413 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.48749 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
48414 48750
48415 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`48751 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
48416 48752
48417 A file input to the model.48753 A file input to the model.
48418 48754
48422 48758
48423 - `"input_file"`48759 - `"input_file"`
48424 48760
48761 - `detail: optional "low" or "high"`
48762
48763 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
48764
48765 - `"low"`
48766
48767 - `"high"`
48768
48425 - `file_data: optional string`48769 - `file_data: optional string`
48426 48770
48427 The content of the file to be sent to the model.48771 The content of the file to be sent to the model.
49837 50181
49838 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.50182 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
49839 50183
49840 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`50184 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
49841 50185
49842 A file input to the model.50186 A file input to the model.
49843 50187
49847 50191
49848 - `"input_file"`50192 - `"input_file"`
49849 50193
50194 - `detail: optional "low" or "high"`
50195
50196 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
50197
50198 - `"low"`
50199
50200 - `"high"`
50201
49850 - `file_data: optional string`50202 - `file_data: optional string`
49851 50203
49852 The content of the file to be sent to the model.50204 The content of the file to be sent to the model.
50496 50848
50497 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.50849 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
50498 50850
50499 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`50851 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
50500 50852
50501 A file input to the model.50853 A file input to the model.
50502 50854
50506 50858
50507 - `"input_file"`50859 - `"input_file"`
50508 50860
50861 - `detail: optional "low" or "high"`
50862
50863 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
50864
50865 - `"low"`
50866
50867 - `"high"`
50868
50509 - `file_data: optional string`50869 - `file_data: optional string`
50510 50870
50511 The content of the file to be sent to the model.50871 The content of the file to be sent to the model.
50606 50966
50607 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.50967 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
50608 50968
50609 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`50969 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
50610 50970
50611 A file input to the model.50971 A file input to the model.
50612 50972
50616 50976
50617 - `"input_file"`50977 - `"input_file"`
50618 50978
50979 - `detail: optional "low" or "high"`
50980
50981 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
50982
50983 - `"low"`
50984
50985 - `"high"`
50986
50619 - `file_data: optional string`50987 - `file_data: optional string`
50620 50988
50621 The content of the file to be sent to the model.50989 The content of the file to be sent to the model.
51618 51986
51619 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.51987 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
51620 51988
51621 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`51989 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
51622 51990
51623 A file input to the model.51991 A file input to the model.
51624 51992
51628 51996
51629 - `"input_file"`51997 - `"input_file"`
51630 51998
51999 - `detail: optional "low" or "high"`
52000
52001 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
52002
52003 - `"low"`
52004
52005 - `"high"`
52006
51631 - `file_data: optional string`52007 - `file_data: optional string`
51632 52008
51633 The base64-encoded data of the file to be sent to the model.52009 The base64-encoded data of the file to be sent to the model.
53561 53937
53562 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.53938 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
53563 53939
53564 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`53940 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
53565 53941
53566 A file input to the model.53942 A file input to the model.
53567 53943
53571 53947
53572 - `"input_file"`53948 - `"input_file"`
53573 53949
53950 - `detail: optional "low" or "high"`
53951
53952 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
53953
53954 - `"low"`
53955
53956 - `"high"`
53957
53574 - `file_data: optional string`53958 - `file_data: optional string`
53575 53959
53576 The content of the file to be sent to the model.53960 The content of the file to be sent to the model.
54230 54614
54231 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.54615 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
54232 54616
54233 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`54617 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
54234 54618
54235 A file input to the model.54619 A file input to the model.
54236 54620
54240 54624
54241 - `"input_file"`54625 - `"input_file"`
54242 54626
54627 - `detail: optional "low" or "high"`
54628
54629 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
54630
54631 - `"low"`
54632
54633 - `"high"`
54634
54243 - `file_data: optional string`54635 - `file_data: optional string`
54244 54636
54245 The content of the file to be sent to the model.54637 The content of the file to be sent to the model.
56824 57216
56825 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.57217 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
56826 57218
56827 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`57219 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
56828 57220
56829 A file input to the model.57221 A file input to the model.
56830 57222
56834 57226
56835 - `"input_file"`57227 - `"input_file"`
56836 57228
57229 - `detail: optional "low" or "high"`
57230
57231 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
57232
57233 - `"low"`
57234
57235 - `"high"`
57236
56837 - `file_data: optional string`57237 - `file_data: optional string`
56838 57238
56839 The content of the file to be sent to the model.57239 The content of the file to be sent to the model.
58249 58649
58250 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.58650 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
58251 58651
58252 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`58652 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
58253 58653
58254 A file input to the model.58654 A file input to the model.
58255 58655
58259 58659
58260 - `"input_file"`58660 - `"input_file"`
58261 58661
58662 - `detail: optional "low" or "high"`
58663
58664 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
58665
58666 - `"low"`
58667
58668 - `"high"`
58669
58262 - `file_data: optional string`58670 - `file_data: optional string`
58263 58671
58264 The content of the file to be sent to the model.58672 The content of the file to be sent to the model.
58641 59049
58642 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.59050 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
58643 59051
58644 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`59052 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
58645 59053
58646 A file input to the model.59054 A file input to the model.
58647 59055
58651 59059
58652 - `"input_file"`59060 - `"input_file"`
58653 59061
59062 - `detail: optional "low" or "high"`
59063
59064 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
59065
59066 - `"low"`
59067
59068 - `"high"`
59069
58654 - `file_data: optional string`59070 - `file_data: optional string`
58655 59071
58656 The content of the file to be sent to the model.59072 The content of the file to be sent to the model.
59377 59793
59378 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.59794 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
59379 59795
59380 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`59796 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
59381 59797
59382 A file input to the model.59798 A file input to the model.
59383 59799
59387 59803
59388 - `"input_file"`59804 - `"input_file"`
59389 59805
59806 - `detail: optional "low" or "high"`
59807
59808 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
59809
59810 - `"low"`
59811
59812 - `"high"`
59813
59390 - `file_data: optional string`59814 - `file_data: optional string`
59391 59815
59392 The content of the file to be sent to the model.59816 The content of the file to be sent to the model.
59487 59911
59488 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.59912 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
59489 59913
59490 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`59914 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
59491 59915
59492 A file input to the model.59916 A file input to the model.
59493 59917
59497 59921
59498 - `"input_file"`59922 - `"input_file"`
59499 59923
59924 - `detail: optional "low" or "high"`
59925
59926 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
59927
59928 - `"low"`
59929
59930 - `"high"`
59931
59500 - `file_data: optional string`59932 - `file_data: optional string`
59501 59933
59502 The content of the file to be sent to the model.59934 The content of the file to be sent to the model.
60499 60931
60500 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.60932 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
60501 60933
60502 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`60934 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
60503 60935
60504 A file input to the model.60936 A file input to the model.
60505 60937
60509 60941
60510 - `"input_file"`60942 - `"input_file"`
60511 60943
60944 - `detail: optional "low" or "high"`
60945
60946 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
60947
60948 - `"low"`
60949
60950 - `"high"`
60951
60512 - `file_data: optional string`60952 - `file_data: optional string`
60513 60953
60514 The base64-encoded data of the file to be sent to the model.60954 The base64-encoded data of the file to be sent to the model.
62442 62882
62443 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.62883 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
62444 62884
62445 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`62885 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
62446 62886
62447 A file input to the model.62887 A file input to the model.
62448 62888
62452 62892
62453 - `"input_file"`62893 - `"input_file"`
62454 62894
62895 - `detail: optional "low" or "high"`
62896
62897 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
62898
62899 - `"low"`
62900
62901 - `"high"`
62902
62455 - `file_data: optional string`62903 - `file_data: optional string`
62456 62904
62457 The content of the file to be sent to the model.62905 The content of the file to be sent to the model.
63111 63559
63112 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.63560 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
63113 63561
63114 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`63562 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
63115 63563
63116 A file input to the model.63564 A file input to the model.
63117 63565
63121 63569
63122 - `"input_file"`63570 - `"input_file"`
63123 63571
63572 - `detail: optional "low" or "high"`
63573
63574 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
63575
63576 - `"low"`
63577
63578 - `"high"`
63579
63124 - `file_data: optional string`63580 - `file_data: optional string`
63125 63581
63126 The content of the file to be sent to the model.63582 The content of the file to be sent to the model.
65705 66161
65706 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.66162 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
65707 66163
65708 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`66164 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
65709 66165
65710 A file input to the model.66166 A file input to the model.
65711 66167
65715 66171
65716 - `"input_file"`66172 - `"input_file"`
65717 66173
66174 - `detail: optional "low" or "high"`
66175
66176 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
66177
66178 - `"low"`
66179
66180 - `"high"`
66181
65718 - `file_data: optional string`66182 - `file_data: optional string`
65719 66183
65720 The content of the file to be sent to the model.66184 The content of the file to be sent to the model.
67130 67594
67131 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.67595 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
67132 67596
67133 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`67597 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
67134 67598
67135 A file input to the model.67599 A file input to the model.
67136 67600
67140 67604
67141 - `"input_file"`67605 - `"input_file"`
67142 67606
67607 - `detail: optional "low" or "high"`
67608
67609 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
67610
67611 - `"low"`
67612
67613 - `"high"`
67614
67143 - `file_data: optional string`67615 - `file_data: optional string`
67144 67616
67145 The content of the file to be sent to the model.67617 The content of the file to be sent to the model.
67733 68205
67734 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.68206 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
67735 68207
67736 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`68208 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
67737 68209
67738 A file input to the model.68210 A file input to the model.
67739 68211
67743 68215
67744 - `"input_file"`68216 - `"input_file"`
67745 68217
68218 - `detail: optional "low" or "high"`
68219
68220 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
68221
68222 - `"low"`
68223
68224 - `"high"`
68225
67746 - `file_data: optional string`68226 - `file_data: optional string`
67747 68227
67748 The content of the file to be sent to the model.68228 The content of the file to be sent to the model.
67843 68323
67844 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.68324 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
67845 68325
67846 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`68326 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
67847 68327
67848 A file input to the model.68328 A file input to the model.
67849 68329
67853 68333
67854 - `"input_file"`68334 - `"input_file"`
67855 68335
68336 - `detail: optional "low" or "high"`
68337
68338 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
68339
68340 - `"low"`
68341
68342 - `"high"`
68343
67856 - `file_data: optional string`68344 - `file_data: optional string`
67857 68345
67858 The content of the file to be sent to the model.68346 The content of the file to be sent to the model.
68855 69343
68856 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.69344 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
68857 69345
68858 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`69346 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
68859 69347
68860 A file input to the model.69348 A file input to the model.
68861 69349
68865 69353
68866 - `"input_file"`69354 - `"input_file"`
68867 69355
69356 - `detail: optional "low" or "high"`
69357
69358 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
69359
69360 - `"low"`
69361
69362 - `"high"`
69363
68868 - `file_data: optional string`69364 - `file_data: optional string`
68869 69365
68870 The base64-encoded data of the file to be sent to the model.69366 The base64-encoded data of the file to be sent to the model.
70798 71294
70799 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.71295 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
70800 71296
70801 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`71297 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
70802 71298
70803 A file input to the model.71299 A file input to the model.
70804 71300
70808 71304
70809 - `"input_file"`71305 - `"input_file"`
70810 71306
71307 - `detail: optional "low" or "high"`
71308
71309 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
71310
71311 - `"low"`
71312
71313 - `"high"`
71314
70811 - `file_data: optional string`71315 - `file_data: optional string`
70812 71316
70813 The content of the file to be sent to the model.71317 The content of the file to be sent to the model.
71467 71971
71468 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.71972 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
71469 71973
71470 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`71974 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
71471 71975
71472 A file input to the model.71976 A file input to the model.
71473 71977
71477 71981
71478 - `"input_file"`71982 - `"input_file"`
71479 71983
71984 - `detail: optional "low" or "high"`
71985
71986 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
71987
71988 - `"low"`
71989
71990 - `"high"`
71991
71480 - `file_data: optional string`71992 - `file_data: optional string`
71481 71993
71482 The content of the file to be sent to the model.71994 The content of the file to be sent to the model.
74061 74573
74062 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.74574 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
74063 74575
74064 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`74576 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
74065 74577
74066 A file input to the model.74578 A file input to the model.
74067 74579
74071 74583
74072 - `"input_file"`74584 - `"input_file"`
74073 74585
74586 - `detail: optional "low" or "high"`
74587
74588 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
74589
74590 - `"low"`
74591
74592 - `"high"`
74593
74074 - `file_data: optional string`74594 - `file_data: optional string`
74075 74595
74076 The content of the file to be sent to the model.74596 The content of the file to be sent to the model.
75486 76006
75487 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.76007 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
75488 76008
75489 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`76009 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
75490 76010
75491 A file input to the model.76011 A file input to the model.
75492 76012
75496 76016
75497 - `"input_file"`76017 - `"input_file"`
75498 76018
76019 - `detail: optional "low" or "high"`
76020
76021 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
76022
76023 - `"low"`
76024
76025 - `"high"`
76026
75499 - `file_data: optional string`76027 - `file_data: optional string`
75500 76028
75501 The content of the file to be sent to the model.76029 The content of the file to be sent to the model.
76342 76870
76343 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.76871 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
76344 76872
76345 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`76873 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
76346 76874
76347 A file input to the model.76875 A file input to the model.
76348 76876
76352 76880
76353 - `"input_file"`76881 - `"input_file"`
76354 76882
76883 - `detail: optional "low" or "high"`
76884
76885 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
76886
76887 - `"low"`
76888
76889 - `"high"`
76890
76355 - `file_data: optional string`76891 - `file_data: optional string`
76356 76892
76357 The content of the file to be sent to the model.76893 The content of the file to be sent to the model.
76452 76988
76453 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.76989 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
76454 76990
76455 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`76991 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
76456 76992
76457 A file input to the model.76993 A file input to the model.
76458 76994
76462 76998
76463 - `"input_file"`76999 - `"input_file"`
76464 77000
77001 - `detail: optional "low" or "high"`
77002
77003 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
77004
77005 - `"low"`
77006
77007 - `"high"`
77008
76465 - `file_data: optional string`77009 - `file_data: optional string`
76466 77010
76467 The content of the file to be sent to the model.77011 The content of the file to be sent to the model.
77464 78008
77465 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.78009 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
77466 78010
77467 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`78011 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
77468 78012
77469 A file input to the model.78013 A file input to the model.
77470 78014
77474 78018
77475 - `"input_file"`78019 - `"input_file"`
77476 78020
78021 - `detail: optional "low" or "high"`
78022
78023 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
78024
78025 - `"low"`
78026
78027 - `"high"`
78028
77477 - `file_data: optional string`78029 - `file_data: optional string`
77478 78030
77479 The base64-encoded data of the file to be sent to the model.78031 The base64-encoded data of the file to be sent to the model.
79407 79959
79408 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.79960 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
79409 79961
79410 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`79962 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
79411 79963
79412 A file input to the model.79964 A file input to the model.
79413 79965
79417 79969
79418 - `"input_file"`79970 - `"input_file"`
79419 79971
79972 - `detail: optional "low" or "high"`
79973
79974 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
79975
79976 - `"low"`
79977
79978 - `"high"`
79979
79420 - `file_data: optional string`79980 - `file_data: optional string`
79421 79981
79422 The content of the file to be sent to the model.79982 The content of the file to be sent to the model.
80076 80636
80077 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.80637 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
80078 80638
80079 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`80639 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
80080 80640
80081 A file input to the model.80641 A file input to the model.
80082 80642
80086 80646
80087 - `"input_file"`80647 - `"input_file"`
80088 80648
80649 - `detail: optional "low" or "high"`
80650
80651 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
80652
80653 - `"low"`
80654
80655 - `"high"`
80656
80089 - `file_data: optional string`80657 - `file_data: optional string`
80090 80658
80091 The content of the file to be sent to the model.80659 The content of the file to be sent to the model.
82670 83238
82671 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.83239 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
82672 83240
82673 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`83241 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
82674 83242
82675 A file input to the model.83243 A file input to the model.
82676 83244
82680 83248
82681 - `"input_file"`83249 - `"input_file"`
82682 83250
83251 - `detail: optional "low" or "high"`
83252
83253 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
83254
83255 - `"low"`
83256
83257 - `"high"`
83258
82683 - `file_data: optional string`83259 - `file_data: optional string`
82684 83260
82685 The content of the file to be sent to the model.83261 The content of the file to be sent to the model.
84095 84671
84096 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.84672 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
84097 84673
84098 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`84674 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
84099 84675
84100 A file input to the model.84676 A file input to the model.
84101 84677
84105 84681
84106 - `"input_file"`84682 - `"input_file"`
84107 84683
84684 - `detail: optional "low" or "high"`
84685
84686 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
84687
84688 - `"low"`
84689
84690 - `"high"`
84691
84108 - `file_data: optional string`84692 - `file_data: optional string`
84109 84693
84110 The content of the file to be sent to the model.84694 The content of the file to be sent to the model.
84594 85178
84595 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.85179 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
84596 85180
84597 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`85181 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
84598 85182
84599 A file input to the model.85183 A file input to the model.
84600 85184
84604 85188
84605 - `"input_file"`85189 - `"input_file"`
84606 85190
85191 - `detail: optional "low" or "high"`
85192
85193 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
85194
85195 - `"low"`
85196
85197 - `"high"`
85198
84607 - `file_data: optional string`85199 - `file_data: optional string`
84608 85200
84609 The content of the file to be sent to the model.85201 The content of the file to be sent to the model.
84704 85296
84705 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.85297 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
84706 85298
84707 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`85299 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
84708 85300
84709 A file input to the model.85301 A file input to the model.
84710 85302
84714 85306
84715 - `"input_file"`85307 - `"input_file"`
84716 85308
85309 - `detail: optional "low" or "high"`
85310
85311 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
85312
85313 - `"low"`
85314
85315 - `"high"`
85316
84717 - `file_data: optional string`85317 - `file_data: optional string`
84718 85318
84719 The content of the file to be sent to the model.85319 The content of the file to be sent to the model.
85716 86316
85717 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.86317 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
85718 86318
85719 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`86319 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
85720 86320
85721 A file input to the model.86321 A file input to the model.
85722 86322
85726 86326
85727 - `"input_file"`86327 - `"input_file"`
85728 86328
86329 - `detail: optional "low" or "high"`
86330
86331 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
86332
86333 - `"low"`
86334
86335 - `"high"`
86336
85729 - `file_data: optional string`86337 - `file_data: optional string`
85730 86338
85731 The base64-encoded data of the file to be sent to the model.86339 The base64-encoded data of the file to be sent to the model.
87659 88267
87660 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.88268 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
87661 88269
87662 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`88270 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
87663 88271
87664 A file input to the model.88272 A file input to the model.
87665 88273
87669 88277
87670 - `"input_file"`88278 - `"input_file"`
87671 88279
88280 - `detail: optional "low" or "high"`
88281
88282 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
88283
88284 - `"low"`
88285
88286 - `"high"`
88287
87672 - `file_data: optional string`88288 - `file_data: optional string`
87673 88289
87674 The content of the file to be sent to the model.88290 The content of the file to be sent to the model.
88328 88944
88329 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.88945 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
88330 88946
88331 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`88947 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
88332 88948
88333 A file input to the model.88949 A file input to the model.
88334 88950
88338 88954
88339 - `"input_file"`88955 - `"input_file"`
88340 88956
88957 - `detail: optional "low" or "high"`
88958
88959 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
88960
88961 - `"low"`
88962
88963 - `"high"`
88964
88341 - `file_data: optional string`88965 - `file_data: optional string`
88342 88966
88343 The content of the file to be sent to the model.88967 The content of the file to be sent to the model.
90922 91546
90923 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.91547 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
90924 91548
90925 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`91549 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
90926 91550
90927 A file input to the model.91551 A file input to the model.
90928 91552
90932 91556
90933 - `"input_file"`91557 - `"input_file"`
90934 91558
91559 - `detail: optional "low" or "high"`
91560
91561 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
91562
91563 - `"low"`
91564
91565 - `"high"`
91566
90935 - `file_data: optional string`91567 - `file_data: optional string`
90936 91568
90937 The content of the file to be sent to the model.91569 The content of the file to be sent to the model.
92347 92979
92348 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.92980 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
92349 92981
92350 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`92982 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
92351 92983
92352 A file input to the model.92984 A file input to the model.
92353 92985
92357 92989
92358 - `"input_file"`92990 - `"input_file"`
92359 92991
92992 - `detail: optional "low" or "high"`
92993
92994 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
92995
92996 - `"low"`
92997
92998 - `"high"`
92999
92360 - `file_data: optional string`93000 - `file_data: optional string`
92361 93001
92362 The content of the file to be sent to the model.93002 The content of the file to be sent to the model.
92731 93371
92732 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.93372 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
92733 93373
92734 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`93374 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
92735 93375
92736 A file input to the model.93376 A file input to the model.
92737 93377
92741 93381
92742 - `"input_file"`93382 - `"input_file"`
92743 93383
93384 - `detail: optional "low" or "high"`
93385
93386 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
93387
93388 - `"low"`
93389
93390 - `"high"`
93391
92744 - `file_data: optional string`93392 - `file_data: optional string`
92745 93393
92746 The content of the file to be sent to the model.93394 The content of the file to be sent to the model.
92759 93407
92760### Response Input File93408### Response Input File
92761 93409
92762- `ResponseInputFile = object { type, file_data, file_id, 2 more }`93410- `ResponseInputFile = object { type, detail, file_data, 3 more }`
92763 93411
92764 A file input to the model.93412 A file input to the model.
92765 93413
92769 93417
92770 - `"input_file"`93418 - `"input_file"`
92771 93419
93420 - `detail: optional "low" or "high"`
93421
93422 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
93423
93424 - `"low"`
93425
93426 - `"high"`
93427
92772 - `file_data: optional string`93428 - `file_data: optional string`
92773 93429
92774 The content of the file to be sent to the model.93430 The content of the file to be sent to the model.
92787 93443
92788### Response Input File Content93444### Response Input File Content
92789 93445
92790- `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`93446- `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
92791 93447
92792 A file input to the model.93448 A file input to the model.
92793 93449
92797 93453
92798 - `"input_file"`93454 - `"input_file"`
92799 93455
93456 - `detail: optional "low" or "high"`
93457
93458 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
93459
93460 - `"low"`
93461
93462 - `"high"`
93463
92800 - `file_data: optional string`93464 - `file_data: optional string`
92801 93465
92802 The base64-encoded data of the file to be sent to the model.93466 The base64-encoded data of the file to be sent to the model.
92928 93592
92929 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.93593 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
92930 93594
92931 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`93595 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
92932 93596
92933 A file input to the model.93597 A file input to the model.
92934 93598
92938 93602
92939 - `"input_file"`93603 - `"input_file"`
92940 93604
93605 - `detail: optional "low" or "high"`
93606
93607 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
93608
93609 - `"low"`
93610
93611 - `"high"`
93612
92941 - `file_data: optional string`93613 - `file_data: optional string`
92942 93614
92943 The content of the file to be sent to the model.93615 The content of the file to be sent to the model.
93011 93683
93012 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.93684 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
93013 93685
93014 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`93686 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
93015 93687
93016 A file input to the model.93688 A file input to the model.
93017 93689
93021 93693
93022 - `"input_file"`93694 - `"input_file"`
93023 93695
93696 - `detail: optional "low" or "high"`
93697
93698 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
93699
93700 - `"low"`
93701
93702 - `"high"`
93703
93024 - `file_data: optional string`93704 - `file_data: optional string`
93025 93705
93026 The content of the file to be sent to the model.93706 The content of the file to be sent to the model.
93700 94380
93701 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.94381 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
93702 94382
93703 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`94383 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
93704 94384
93705 A file input to the model.94385 A file input to the model.
93706 94386
93710 94390
93711 - `"input_file"`94391 - `"input_file"`
93712 94392
94393 - `detail: optional "low" or "high"`
94394
94395 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
94396
94397 - `"low"`
94398
94399 - `"high"`
94400
93713 - `file_data: optional string`94401 - `file_data: optional string`
93714 94402
93715 The content of the file to be sent to the model.94403 The content of the file to be sent to the model.
96294 96982
96295 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.96983 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
96296 96984
96297 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`96985 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
96298 96986
96299 A file input to the model.96987 A file input to the model.
96300 96988
96304 96992
96305 - `"input_file"`96993 - `"input_file"`
96306 96994
96995 - `detail: optional "low" or "high"`
96996
96997 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
96998
96999 - `"low"`
97000
97001 - `"high"`
97002
96307 - `file_data: optional string`97003 - `file_data: optional string`
96308 97004
96309 The content of the file to be sent to the model.97005 The content of the file to be sent to the model.
96717 97413
96718 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.97414 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
96719 97415
96720 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`97416 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
96721 97417
96722 A file input to the model.97418 A file input to the model.
96723 97419
96727 97423
96728 - `"input_file"`97424 - `"input_file"`
96729 97425
97426 - `detail: optional "low" or "high"`
97427
97428 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
97429
97430 - `"low"`
97431
97432 - `"high"`
97433
96730 - `file_data: optional string`97434 - `file_data: optional string`
96731 97435
96732 The content of the file to be sent to the model.97436 The content of the file to be sent to the model.
99311 100015
99312 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.100016 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
99313 100017
99314 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`100018 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
99315 100019
99316 A file input to the model.100020 A file input to the model.
99317 100021
99321 100025
99322 - `"input_file"`100026 - `"input_file"`
99323 100027
100028 - `detail: optional "low" or "high"`
100029
100030 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
100031
100032 - `"low"`
100033
100034 - `"high"`
100035
99324 - `file_data: optional string`100036 - `file_data: optional string`
99325 100037
99326 The content of the file to be sent to the model.100038 The content of the file to be sent to the model.
99748 100460
99749 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.100461 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
99750 100462
99751 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`100463 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
99752 100464
99753 A file input to the model.100465 A file input to the model.
99754 100466
99758 100470
99759 - `"input_file"`100471 - `"input_file"`
99760 100472
100473 - `detail: optional "low" or "high"`
100474
100475 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
100476
100477 - `"low"`
100478
100479 - `"high"`
100480
99761 - `file_data: optional string`100481 - `file_data: optional string`
99762 100482
99763 The content of the file to be sent to the model.100483 The content of the file to be sent to the model.
102342 103062
102343 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.103063 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
102344 103064
102345 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`103065 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
102346 103066
102347 A file input to the model.103067 A file input to the model.
102348 103068
102352 103072
102353 - `"input_file"`103073 - `"input_file"`
102354 103074
103075 - `detail: optional "low" or "high"`
103076
103077 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
103078
103079 - `"low"`
103080
103081 - `"high"`
103082
102355 - `file_data: optional string`103083 - `file_data: optional string`
102356 103084
102357 The content of the file to be sent to the model.103085 The content of the file to be sent to the model.
102841 103569
102842 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.103570 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
102843 103571
102844 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`103572 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
102845 103573
102846 A file input to the model.103574 A file input to the model.
102847 103575
102851 103579
102852 - `"input_file"`103580 - `"input_file"`
102853 103581
103582 - `detail: optional "low" or "high"`
103583
103584 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
103585
103586 - `"low"`
103587
103588 - `"high"`
103589
102854 - `file_data: optional string`103590 - `file_data: optional string`
102855 103591
102856 The content of the file to be sent to the model.103592 The content of the file to be sent to the model.
103033 103769
103034 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.103770 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
103035 103771
103036 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`103772 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
103037 103773
103038 A file input to the model.103774 A file input to the model.
103039 103775
103043 103779
103044 - `"input_file"`103780 - `"input_file"`
103045 103781
103782 - `detail: optional "low" or "high"`
103783
103784 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
103785
103786 - `"low"`
103787
103788 - `"high"`
103789
103046 - `file_data: optional string`103790 - `file_data: optional string`
103047 103791
103048 The content of the file to be sent to the model.103792 The content of the file to be sent to the model.
103143 103887
103144 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.103888 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
103145 103889
103146 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`103890 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
103147 103891
103148 A file input to the model.103892 A file input to the model.
103149 103893
103153 103897
103154 - `"input_file"`103898 - `"input_file"`
103155 103899
103900 - `detail: optional "low" or "high"`
103901
103902 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
103903
103904 - `"low"`
103905
103906 - `"high"`
103907
103156 - `file_data: optional string`103908 - `file_data: optional string`
103157 103909
103158 The content of the file to be sent to the model.103910 The content of the file to be sent to the model.
104155 104907
104156 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.104908 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
104157 104909
104158 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`104910 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
104159 104911
104160 A file input to the model.104912 A file input to the model.
104161 104913
104165 104917
104166 - `"input_file"`104918 - `"input_file"`
104167 104919
104920 - `detail: optional "low" or "high"`
104921
104922 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
104923
104924 - `"low"`
104925
104926 - `"high"`
104927
104168 - `file_data: optional string`104928 - `file_data: optional string`
104169 104929
104170 The base64-encoded data of the file to be sent to the model.104930 The base64-encoded data of the file to be sent to the model.
106098 106858
106099 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.106859 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
106100 106860
106101 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`106861 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
106102 106862
106103 A file input to the model.106863 A file input to the model.
106104 106864
106108 106868
106109 - `"input_file"`106869 - `"input_file"`
106110 106870
106871 - `detail: optional "low" or "high"`
106872
106873 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
106874
106875 - `"low"`
106876
106877 - `"high"`
106878
106111 - `file_data: optional string`106879 - `file_data: optional string`
106112 106880
106113 The content of the file to be sent to the model.106881 The content of the file to be sent to the model.
106767 107535
106768 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.107536 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
106769 107537
106770 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`107538 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
106771 107539
106772 A file input to the model.107540 A file input to the model.
106773 107541
106777 107545
106778 - `"input_file"`107546 - `"input_file"`
106779 107547
107548 - `detail: optional "low" or "high"`
107549
107550 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
107551
107552 - `"low"`
107553
107554 - `"high"`
107555
106780 - `file_data: optional string`107556 - `file_data: optional string`
106781 107557
106782 The content of the file to be sent to the model.107558 The content of the file to be sent to the model.
109361 110137
109362 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.110138 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
109363 110139
109364 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`110140 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
109365 110141
109366 A file input to the model.110142 A file input to the model.
109367 110143
109371 110147
109372 - `"input_file"`110148 - `"input_file"`
109373 110149
110150 - `detail: optional "low" or "high"`
110151
110152 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
110153
110154 - `"low"`
110155
110156 - `"high"`
110157
109374 - `file_data: optional string`110158 - `file_data: optional string`
109375 110159
109376 The content of the file to be sent to the model.110160 The content of the file to be sent to the model.
110786 111570
110787 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.111571 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
110788 111572
110789 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`111573 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
110790 111574
110791 A file input to the model.111575 A file input to the model.
110792 111576
110796 111580
110797 - `"input_file"`111581 - `"input_file"`
110798 111582
111583 - `detail: optional "low" or "high"`
111584
111585 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
111586
111587 - `"low"`
111588
111589 - `"high"`
111590
110799 - `file_data: optional string`111591 - `file_data: optional string`
110800 111592
110801 The content of the file to be sent to the model.111593 The content of the file to be sent to the model.
111736 112528
111737 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.112529 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
111738 112530
111739 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`112531 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
111740 112532
111741 A file input to the model.112533 A file input to the model.
111742 112534
111746 112538
111747 - `"input_file"`112539 - `"input_file"`
111748 112540
112541 - `detail: optional "low" or "high"`
112542
112543 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
112544
112545 - `"low"`
112546
112547 - `"high"`
112548
111749 - `file_data: optional string`112549 - `file_data: optional string`
111750 112550
111751 The content of the file to be sent to the model.112551 The content of the file to be sent to the model.
111846 112646
111847 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.112647 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
111848 112648
111849 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`112649 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
111850 112650
111851 A file input to the model.112651 A file input to the model.
111852 112652
111856 112656
111857 - `"input_file"`112657 - `"input_file"`
111858 112658
112659 - `detail: optional "low" or "high"`
112660
112661 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
112662
112663 - `"low"`
112664
112665 - `"high"`
112666
111859 - `file_data: optional string`112667 - `file_data: optional string`
111860 112668
111861 The content of the file to be sent to the model.112669 The content of the file to be sent to the model.
112858 113666
112859 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.113667 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
112860 113668
112861 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`113669 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
112862 113670
112863 A file input to the model.113671 A file input to the model.
112864 113672
112868 113676
112869 - `"input_file"`113677 - `"input_file"`
112870 113678
113679 - `detail: optional "low" or "high"`
113680
113681 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
113682
113683 - `"low"`
113684
113685 - `"high"`
113686
112871 - `file_data: optional string`113687 - `file_data: optional string`
112872 113688
112873 The base64-encoded data of the file to be sent to the model.113689 The base64-encoded data of the file to be sent to the model.
114801 115617
114802 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.115618 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
114803 115619
114804 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`115620 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
114805 115621
114806 A file input to the model.115622 A file input to the model.
114807 115623
114811 115627
114812 - `"input_file"`115628 - `"input_file"`
114813 115629
115630 - `detail: optional "low" or "high"`
115631
115632 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
115633
115634 - `"low"`
115635
115636 - `"high"`
115637
114814 - `file_data: optional string`115638 - `file_data: optional string`
114815 115639
114816 The content of the file to be sent to the model.115640 The content of the file to be sent to the model.
115470 116294
115471 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.116295 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
115472 116296
115473 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`116297 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
115474 116298
115475 A file input to the model.116299 A file input to the model.
115476 116300
115480 116304
115481 - `"input_file"`116305 - `"input_file"`
115482 116306
116307 - `detail: optional "low" or "high"`
116308
116309 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
116310
116311 - `"low"`
116312
116313 - `"high"`
116314
115483 - `file_data: optional string`116315 - `file_data: optional string`
115484 116316
115485 The content of the file to be sent to the model.116317 The content of the file to be sent to the model.
118064 118896
118065 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.118897 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
118066 118898
118067 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`118899 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
118068 118900
118069 A file input to the model.118901 A file input to the model.
118070 118902
118074 118906
118075 - `"input_file"`118907 - `"input_file"`
118076 118908
118909 - `detail: optional "low" or "high"`
118910
118911 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
118912
118913 - `"low"`
118914
118915 - `"high"`
118916
118077 - `file_data: optional string`118917 - `file_data: optional string`
118078 118918
118079 The content of the file to be sent to the model.118919 The content of the file to be sent to the model.
119489 120329
119490 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.120330 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
119491 120331
119492 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`120332 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
119493 120333
119494 A file input to the model.120334 A file input to the model.
119495 120335
119499 120339
119500 - `"input_file"`120340 - `"input_file"`
119501 120341
120342 - `detail: optional "low" or "high"`
120343
120344 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
120345
120346 - `"low"`
120347
120348 - `"high"`
120349
119502 - `file_data: optional string`120350 - `file_data: optional string`
119503 120351
119504 The content of the file to be sent to the model.120352 The content of the file to be sent to the model.
120332 121180
120333 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.121181 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
120334 121182
120335 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`121183 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
120336 121184
120337 A file input to the model.121185 A file input to the model.
120338 121186
120342 121190
120343 - `"input_file"`121191 - `"input_file"`
120344 121192
121193 - `detail: optional "low" or "high"`
121194
121195 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
121196
121197 - `"low"`
121198
121199 - `"high"`
121200
120345 - `file_data: optional string`121201 - `file_data: optional string`
120346 121202
120347 The content of the file to be sent to the model.121203 The content of the file to be sent to the model.
120442 121298
120443 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.121299 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
120444 121300
120445 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`121301 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
120446 121302
120447 A file input to the model.121303 A file input to the model.
120448 121304
120452 121308
120453 - `"input_file"`121309 - `"input_file"`
120454 121310
121311 - `detail: optional "low" or "high"`
121312
121313 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
121314
121315 - `"low"`
121316
121317 - `"high"`
121318
120455 - `file_data: optional string`121319 - `file_data: optional string`
120456 121320
120457 The content of the file to be sent to the model.121321 The content of the file to be sent to the model.
121454 122318
121455 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.122319 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
121456 122320
121457 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`122321 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
121458 122322
121459 A file input to the model.122323 A file input to the model.
121460 122324
121464 122328
121465 - `"input_file"`122329 - `"input_file"`
121466 122330
122331 - `detail: optional "low" or "high"`
122332
122333 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
122334
122335 - `"low"`
122336
122337 - `"high"`
122338
121467 - `file_data: optional string`122339 - `file_data: optional string`
121468 122340
121469 The base64-encoded data of the file to be sent to the model.122341 The base64-encoded data of the file to be sent to the model.
123397 124269
123398 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.124270 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
123399 124271
123400 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`124272 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
123401 124273
123402 A file input to the model.124274 A file input to the model.
123403 124275
123407 124279
123408 - `"input_file"`124280 - `"input_file"`
123409 124281
124282 - `detail: optional "low" or "high"`
124283
124284 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
124285
124286 - `"low"`
124287
124288 - `"high"`
124289
123410 - `file_data: optional string`124290 - `file_data: optional string`
123411 124291
123412 The content of the file to be sent to the model.124292 The content of the file to be sent to the model.
124066 124946
124067 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.124947 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
124068 124948
124069 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`124949 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
124070 124950
124071 A file input to the model.124951 A file input to the model.
124072 124952
124076 124956
124077 - `"input_file"`124957 - `"input_file"`
124078 124958
124959 - `detail: optional "low" or "high"`
124960
124961 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
124962
124963 - `"low"`
124964
124965 - `"high"`
124966
124079 - `file_data: optional string`124967 - `file_data: optional string`
124080 124968
124081 The content of the file to be sent to the model.124969 The content of the file to be sent to the model.
126660 127548
126661 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.127549 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
126662 127550
126663 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`127551 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
126664 127552
126665 A file input to the model.127553 A file input to the model.
126666 127554
126670 127558
126671 - `"input_file"`127559 - `"input_file"`
126672 127560
127561 - `detail: optional "low" or "high"`
127562
127563 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
127564
127565 - `"low"`
127566
127567 - `"high"`
127568
126673 - `file_data: optional string`127569 - `file_data: optional string`
126674 127570
126675 The content of the file to be sent to the model.127571 The content of the file to be sent to the model.
128085 128981
128086 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.128982 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
128087 128983
128088 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`128984 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
128089 128985
128090 A file input to the model.128986 A file input to the model.
128091 128987
128095 128991
128096 - `"input_file"`128992 - `"input_file"`
128097 128993
128994 - `detail: optional "low" or "high"`
128995
128996 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
128997
128998 - `"low"`
128999
129000 - `"high"`
129001
128098 - `file_data: optional string`129002 - `file_data: optional string`
128099 129003
128100 The content of the file to be sent to the model.129004 The content of the file to be sent to the model.
128698 129602
128699 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.129603 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
128700 129604
128701 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`129605 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
128702 129606
128703 A file input to the model.129607 A file input to the model.
128704 129608
128708 129612
128709 - `"input_file"`129613 - `"input_file"`
128710 129614
129615 - `detail: optional "low" or "high"`
129616
129617 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
129618
129619 - `"low"`
129620
129621 - `"high"`
129622
128711 - `file_data: optional string`129623 - `file_data: optional string`
128712 129624
128713 The content of the file to be sent to the model.129625 The content of the file to be sent to the model.
128808 129720
128809 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.129721 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
128810 129722
128811 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`129723 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
128812 129724
128813 A file input to the model.129725 A file input to the model.
128814 129726
128818 129730
128819 - `"input_file"`129731 - `"input_file"`
128820 129732
129733 - `detail: optional "low" or "high"`
129734
129735 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
129736
129737 - `"low"`
129738
129739 - `"high"`
129740
128821 - `file_data: optional string`129741 - `file_data: optional string`
128822 129742
128823 The content of the file to be sent to the model.129743 The content of the file to be sent to the model.
129820 130740
129821 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.130741 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
129822 130742
129823 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`130743 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
129824 130744
129825 A file input to the model.130745 A file input to the model.
129826 130746
129830 130750
129831 - `"input_file"`130751 - `"input_file"`
129832 130752
130753 - `detail: optional "low" or "high"`
130754
130755 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
130756
130757 - `"low"`
130758
130759 - `"high"`
130760
129833 - `file_data: optional string`130761 - `file_data: optional string`
129834 130762
129835 The base64-encoded data of the file to be sent to the model.130763 The base64-encoded data of the file to be sent to the model.
131763 132691
131764 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.132692 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
131765 132693
131766 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`132694 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
131767 132695
131768 A file input to the model.132696 A file input to the model.
131769 132697
131773 132701
131774 - `"input_file"`132702 - `"input_file"`
131775 132703
132704 - `detail: optional "low" or "high"`
132705
132706 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
132707
132708 - `"low"`
132709
132710 - `"high"`
132711
131776 - `file_data: optional string`132712 - `file_data: optional string`
131777 132713
131778 The content of the file to be sent to the model.132714 The content of the file to be sent to the model.
132432 133368
132433 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.133369 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
132434 133370
132435 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`133371 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
132436 133372
132437 A file input to the model.133373 A file input to the model.
132438 133374
132442 133378
132443 - `"input_file"`133379 - `"input_file"`
132444 133380
133381 - `detail: optional "low" or "high"`
133382
133383 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
133384
133385 - `"low"`
133386
133387 - `"high"`
133388
132445 - `file_data: optional string`133389 - `file_data: optional string`
132446 133390
132447 The content of the file to be sent to the model.133391 The content of the file to be sent to the model.
135026 135970
135027 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.135971 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
135028 135972
135029 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`135973 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
135030 135974
135031 A file input to the model.135975 A file input to the model.
135032 135976
135036 135980
135037 - `"input_file"`135981 - `"input_file"`
135038 135982
135983 - `detail: optional "low" or "high"`
135984
135985 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
135986
135987 - `"low"`
135988
135989 - `"high"`
135990
135039 - `file_data: optional string`135991 - `file_data: optional string`
135040 135992
135041 The content of the file to be sent to the model.135993 The content of the file to be sent to the model.
136451 137403
136452 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.137404 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
136453 137405
136454 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`137406 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
136455 137407
136456 A file input to the model.137408 A file input to the model.
136457 137409
136461 137413
136462 - `"input_file"`137414 - `"input_file"`
136463 137415
137416 - `detail: optional "low" or "high"`
137417
137418 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
137419
137420 - `"low"`
137421
137422 - `"high"`
137423
136464 - `file_data: optional string`137424 - `file_data: optional string`
136465 137425
136466 The content of the file to be sent to the model.137426 The content of the file to be sent to the model.
136918 137878
136919 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.137879 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
136920 137880
136921 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`137881 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
136922 137882
136923 A file input to the model.137883 A file input to the model.
136924 137884
136928 137888
136929 - `"input_file"`137889 - `"input_file"`
136930 137890
137891 - `detail: optional "low" or "high"`
137892
137893 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
137894
137895 - `"low"`
137896
137897 - `"high"`
137898
136931 - `file_data: optional string`137899 - `file_data: optional string`
136932 137900
136933 The content of the file to be sent to the model.137901 The content of the file to be sent to the model.
137028 137996
137029 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.137997 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
137030 137998
137031 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`137999 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
137032 138000
137033 A file input to the model.138001 A file input to the model.
137034 138002
137038 138006
137039 - `"input_file"`138007 - `"input_file"`
137040 138008
138009 - `detail: optional "low" or "high"`
138010
138011 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
138012
138013 - `"low"`
138014
138015 - `"high"`
138016
137041 - `file_data: optional string`138017 - `file_data: optional string`
137042 138018
137043 The content of the file to be sent to the model.138019 The content of the file to be sent to the model.
138040 139016
138041 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.139017 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
138042 139018
138043 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`139019 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
138044 139020
138045 A file input to the model.139021 A file input to the model.
138046 139022
138050 139026
138051 - `"input_file"`139027 - `"input_file"`
138052 139028
139029 - `detail: optional "low" or "high"`
139030
139031 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
139032
139033 - `"low"`
139034
139035 - `"high"`
139036
138053 - `file_data: optional string`139037 - `file_data: optional string`
138054 139038
138055 The base64-encoded data of the file to be sent to the model.139039 The base64-encoded data of the file to be sent to the model.
139983 140967
139984 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.140968 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
139985 140969
139986 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`140970 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
139987 140971
139988 A file input to the model.140972 A file input to the model.
139989 140973
139993 140977
139994 - `"input_file"`140978 - `"input_file"`
139995 140979
140980 - `detail: optional "low" or "high"`
140981
140982 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
140983
140984 - `"low"`
140985
140986 - `"high"`
140987
139996 - `file_data: optional string`140988 - `file_data: optional string`
139997 140989
139998 The content of the file to be sent to the model.140990 The content of the file to be sent to the model.
140652 141644
140653 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.141645 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
140654 141646
140655 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`141647 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
140656 141648
140657 A file input to the model.141649 A file input to the model.
140658 141650
140662 141654
140663 - `"input_file"`141655 - `"input_file"`
140664 141656
141657 - `detail: optional "low" or "high"`
141658
141659 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
141660
141661 - `"low"`
141662
141663 - `"high"`
141664
140665 - `file_data: optional string`141665 - `file_data: optional string`
140666 141666
140667 The content of the file to be sent to the model.141667 The content of the file to be sent to the model.
143246 144246
143247 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.144247 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
143248 144248
143249 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`144249 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
143250 144250
143251 A file input to the model.144251 A file input to the model.
143252 144252
143256 144256
143257 - `"input_file"`144257 - `"input_file"`
143258 144258
144259 - `detail: optional "low" or "high"`
144260
144261 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
144262
144263 - `"low"`
144264
144265 - `"high"`
144266
143259 - `file_data: optional string`144267 - `file_data: optional string`
143260 144268
143261 The content of the file to be sent to the model.144269 The content of the file to be sent to the model.
144671 145679
144672 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.145680 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
144673 145681
144674 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`145682 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
144675 145683
144676 A file input to the model.145684 A file input to the model.
144677 145685
144681 145689
144682 - `"input_file"`145690 - `"input_file"`
144683 145691
145692 - `detail: optional "low" or "high"`
145693
145694 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
145695
145696 - `"low"`
145697
145698 - `"high"`
145699
144684 - `file_data: optional string`145700 - `file_data: optional string`
144685 145701
144686 The content of the file to be sent to the model.145702 The content of the file to be sent to the model.
145138 146154
145139 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.146155 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
145140 146156
145141 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`146157 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
145142 146158
145143 A file input to the model.146159 A file input to the model.
145144 146160
145148 146164
145149 - `"input_file"`146165 - `"input_file"`
145150 146166
146167 - `detail: optional "low" or "high"`
146168
146169 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
146170
146171 - `"low"`
146172
146173 - `"high"`
146174
145151 - `file_data: optional string`146175 - `file_data: optional string`
145152 146176
145153 The content of the file to be sent to the model.146177 The content of the file to be sent to the model.
145248 146272
145249 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.146273 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
145250 146274
145251 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`146275 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
145252 146276
145253 A file input to the model.146277 A file input to the model.
145254 146278
145258 146282
145259 - `"input_file"`146283 - `"input_file"`
145260 146284
146285 - `detail: optional "low" or "high"`
146286
146287 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
146288
146289 - `"low"`
146290
146291 - `"high"`
146292
145261 - `file_data: optional string`146293 - `file_data: optional string`
145262 146294
145263 The content of the file to be sent to the model.146295 The content of the file to be sent to the model.
146260 147292
146261 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.147293 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
146262 147294
146263 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`147295 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
146264 147296
146265 A file input to the model.147297 A file input to the model.
146266 147298
146270 147302
146271 - `"input_file"`147303 - `"input_file"`
146272 147304
147305 - `detail: optional "low" or "high"`
147306
147307 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
147308
147309 - `"low"`
147310
147311 - `"high"`
147312
146273 - `file_data: optional string`147313 - `file_data: optional string`
146274 147314
146275 The base64-encoded data of the file to be sent to the model.147315 The base64-encoded data of the file to be sent to the model.
148203 149243
148204 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.149244 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
148205 149245
148206 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`149246 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
148207 149247
148208 A file input to the model.149248 A file input to the model.
148209 149249
148213 149253
148214 - `"input_file"`149254 - `"input_file"`
148215 149255
149256 - `detail: optional "low" or "high"`
149257
149258 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
149259
149260 - `"low"`
149261
149262 - `"high"`
149263
148216 - `file_data: optional string`149264 - `file_data: optional string`
148217 149265
148218 The content of the file to be sent to the model.149266 The content of the file to be sent to the model.
148872 149920
148873 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.149921 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
148874 149922
148875 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`149923 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
148876 149924
148877 A file input to the model.149925 A file input to the model.
148878 149926
148882 149930
148883 - `"input_file"`149931 - `"input_file"`
148884 149932
149933 - `detail: optional "low" or "high"`
149934
149935 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
149936
149937 - `"low"`
149938
149939 - `"high"`
149940
148885 - `file_data: optional string`149941 - `file_data: optional string`
148886 149942
148887 The content of the file to be sent to the model.149943 The content of the file to be sent to the model.
151466 152522
151467 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.152523 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
151468 152524
151469 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`152525 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
151470 152526
151471 A file input to the model.152527 A file input to the model.
151472 152528
151476 152532
151477 - `"input_file"`152533 - `"input_file"`
151478 152534
152535 - `detail: optional "low" or "high"`
152536
152537 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
152538
152539 - `"low"`
152540
152541 - `"high"`
152542
151479 - `file_data: optional string`152543 - `file_data: optional string`
151480 152544
151481 The content of the file to be sent to the model.152545 The content of the file to be sent to the model.
152891 153955
152892 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.153956 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
152893 153957
152894 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`153958 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
152895 153959
152896 A file input to the model.153960 A file input to the model.
152897 153961
152901 153965
152902 - `"input_file"`153966 - `"input_file"`
152903 153967
153968 - `detail: optional "low" or "high"`
153969
153970 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
153971
153972 - `"low"`
153973
153974 - `"high"`
153975
152904 - `file_data: optional string`153976 - `file_data: optional string`
152905 153977
152906 The content of the file to be sent to the model.153978 The content of the file to be sent to the model.
153572 154644
153573 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.154645 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
153574 154646
153575 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`154647 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
153576 154648
153577 A file input to the model.154649 A file input to the model.
153578 154650
153582 154654
153583 - `"input_file"`154655 - `"input_file"`
153584 154656
154657 - `detail: optional "low" or "high"`
154658
154659 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
154660
154661 - `"low"`
154662
154663 - `"high"`
154664
153585 - `file_data: optional string`154665 - `file_data: optional string`
153586 154666
153587 The content of the file to be sent to the model.154667 The content of the file to be sent to the model.
156166 157246
156167 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.157247 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
156168 157248
156169 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`157249 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
156170 157250
156171 A file input to the model.157251 A file input to the model.
156172 157252
156176 157256
156177 - `"input_file"`157257 - `"input_file"`
156178 157258
157259 - `detail: optional "low" or "high"`
157260
157261 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
157262
157263 - `"low"`
157264
157265 - `"high"`
157266
156179 - `file_data: optional string`157267 - `file_data: optional string`
156180 157268
156181 The content of the file to be sent to the model.157269 The content of the file to be sent to the model.
156601 157689
156602 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.157690 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
156603 157691
156604 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`157692 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
156605 157693
156606 A file input to the model.157694 A file input to the model.
156607 157695
156611 157699
156612 - `"input_file"`157700 - `"input_file"`
156613 157701
157702 - `detail: optional "low" or "high"`
157703
157704 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
157705
157706 - `"low"`
157707
157708 - `"high"`
157709
156614 - `file_data: optional string`157710 - `file_data: optional string`
156615 157711
156616 The content of the file to be sent to the model.157712 The content of the file to be sent to the model.
159195 160291
159196 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.160292 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
159197 160293
159198 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`160294 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
159199 160295
159200 A file input to the model.160296 A file input to the model.
159201 160297
159205 160301
159206 - `"input_file"`160302 - `"input_file"`
159207 160303
160304 - `detail: optional "low" or "high"`
160305
160306 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
160307
160308 - `"low"`
160309
160310 - `"high"`
160311
159208 - `file_data: optional string`160312 - `file_data: optional string`
159209 160313
159210 The content of the file to be sent to the model.160314 The content of the file to be sent to the model.
160164 161268
160165 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.161269 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
160166 161270
160167 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`161271 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
160168 161272
160169 A file input to the model.161273 A file input to the model.
160170 161274
160174 161278
160175 - `"input_file"`161279 - `"input_file"`
160176 161280
161281 - `detail: optional "low" or "high"`
161282
161283 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
161284
161285 - `"low"`
161286
161287 - `"high"`
161288
160177 - `file_data: optional string`161289 - `file_data: optional string`
160178 161290
160179 The content of the file to be sent to the model.161291 The content of the file to be sent to the model.
160274 161386
160275 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.161387 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
160276 161388
160277 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`161389 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
160278 161390
160279 A file input to the model.161391 A file input to the model.
160280 161392
160284 161396
160285 - `"input_file"`161397 - `"input_file"`
160286 161398
161399 - `detail: optional "low" or "high"`
161400
161401 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
161402
161403 - `"low"`
161404
161405 - `"high"`
161406
160287 - `file_data: optional string`161407 - `file_data: optional string`
160288 161408
160289 The content of the file to be sent to the model.161409 The content of the file to be sent to the model.
161286 162406
161287 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.162407 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
161288 162408
161289 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`162409 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
161290 162410
161291 A file input to the model.162411 A file input to the model.
161292 162412
161296 162416
161297 - `"input_file"`162417 - `"input_file"`
161298 162418
162419 - `detail: optional "low" or "high"`
162420
162421 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
162422
162423 - `"low"`
162424
162425 - `"high"`
162426
161299 - `file_data: optional string`162427 - `file_data: optional string`
161300 162428
161301 The base64-encoded data of the file to be sent to the model.162429 The base64-encoded data of the file to be sent to the model.
163229 164357
163230 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.164358 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
163231 164359
163232 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`164360 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
163233 164361
163234 A file input to the model.164362 A file input to the model.
163235 164363
163239 164367
163240 - `"input_file"`164368 - `"input_file"`
163241 164369
164370 - `detail: optional "low" or "high"`
164371
164372 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
164373
164374 - `"low"`
164375
164376 - `"high"`
164377
163242 - `file_data: optional string`164378 - `file_data: optional string`
163243 164379
163244 The content of the file to be sent to the model.164380 The content of the file to be sent to the model.
163898 165034
163899 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.165035 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
163900 165036
163901 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`165037 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
163902 165038
163903 A file input to the model.165039 A file input to the model.
163904 165040
163908 165044
163909 - `"input_file"`165045 - `"input_file"`
163910 165046
165047 - `detail: optional "low" or "high"`
165048
165049 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
165050
165051 - `"low"`
165052
165053 - `"high"`
165054
163911 - `file_data: optional string`165055 - `file_data: optional string`
163912 165056
163913 The content of the file to be sent to the model.165057 The content of the file to be sent to the model.
166492 167636
166493 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.167637 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
166494 167638
166495 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`167639 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
166496 167640
166497 A file input to the model.167641 A file input to the model.
166498 167642
166502 167646
166503 - `"input_file"`167647 - `"input_file"`
166504 167648
167649 - `detail: optional "low" or "high"`
167650
167651 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
167652
167653 - `"low"`
167654
167655 - `"high"`
167656
166505 - `file_data: optional string`167657 - `file_data: optional string`
166506 167658
166507 The content of the file to be sent to the model.167659 The content of the file to be sent to the model.
167917 169069
167918 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.169070 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
167919 169071
167920 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`169072 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
167921 169073
167922 A file input to the model.169074 A file input to the model.
167923 169075
167927 169079
167928 - `"input_file"`169080 - `"input_file"`
167929 169081
169082 - `detail: optional "low" or "high"`
169083
169084 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
169085
169086 - `"low"`
169087
169088 - `"high"`
169089
167930 - `file_data: optional string`169090 - `file_data: optional string`
167931 169091
167932 The content of the file to be sent to the model.169092 The content of the file to be sent to the model.
168751 169911
168752 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.169912 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
168753 169913
168754 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`169914 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
168755 169915
168756 A file input to the model.169916 A file input to the model.
168757 169917
168761 169921
168762 - `"input_file"`169922 - `"input_file"`
168763 169923
169924 - `detail: optional "low" or "high"`
169925
169926 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
169927
169928 - `"low"`
169929
169930 - `"high"`
169931
168764 - `file_data: optional string`169932 - `file_data: optional string`
168765 169933
168766 The content of the file to be sent to the model.169934 The content of the file to be sent to the model.
168861 170029
168862 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.170030 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
168863 170031
168864 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`170032 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
168865 170033
168866 A file input to the model.170034 A file input to the model.
168867 170035
168871 170039
168872 - `"input_file"`170040 - `"input_file"`
168873 170041
170042 - `detail: optional "low" or "high"`
170043
170044 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
170045
170046 - `"low"`
170047
170048 - `"high"`
170049
168874 - `file_data: optional string`170050 - `file_data: optional string`
168875 170051
168876 The content of the file to be sent to the model.170052 The content of the file to be sent to the model.
169873 171049
169874 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.171050 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
169875 171051
169876 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`171052 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
169877 171053
169878 A file input to the model.171054 A file input to the model.
169879 171055
169883 171059
169884 - `"input_file"`171060 - `"input_file"`
169885 171061
171062 - `detail: optional "low" or "high"`
171063
171064 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
171065
171066 - `"low"`
171067
171068 - `"high"`
171069
169886 - `file_data: optional string`171070 - `file_data: optional string`
169887 171071
169888 The base64-encoded data of the file to be sent to the model.171072 The base64-encoded data of the file to be sent to the model.
171816 173000
171817 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.173001 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
171818 173002
171819 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`173003 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
171820 173004
171821 A file input to the model.173005 A file input to the model.
171822 173006
171826 173010
171827 - `"input_file"`173011 - `"input_file"`
171828 173012
173013 - `detail: optional "low" or "high"`
173014
173015 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
173016
173017 - `"low"`
173018
173019 - `"high"`
173020
171829 - `file_data: optional string`173021 - `file_data: optional string`
171830 173022
171831 The content of the file to be sent to the model.173023 The content of the file to be sent to the model.
172189 173381
172190 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.173382 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
172191 173383
172192 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`173384 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
172193 173385
172194 A file input to the model.173386 A file input to the model.
172195 173387
172199 173391
172200 - `"input_file"`173392 - `"input_file"`
172201 173393
173394 - `detail: optional "low" or "high"`
173395
173396 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
173397
173398 - `"low"`
173399
173400 - `"high"`
173401
172202 - `file_data: optional string`173402 - `file_data: optional string`
172203 173403
172204 The content of the file to be sent to the model.173404 The content of the file to be sent to the model.
174084 175284
174085 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.175285 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
174086 175286
174087 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`175287 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
174088 175288
174089 A file input to the model.175289 A file input to the model.
174090 175290
174094 175294
174095 - `"input_file"`175295 - `"input_file"`
174096 175296
175297 - `detail: optional "low" or "high"`
175298
175299 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
175300
175301 - `"low"`
175302
175303 - `"high"`
175304
174097 - `file_data: optional string`175305 - `file_data: optional string`
174098 175306
174099 The content of the file to be sent to the model.175307 The content of the file to be sent to the model.
174194 175402
174195 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.175403 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
174196 175404
174197 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`175405 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
174198 175406
174199 A file input to the model.175407 A file input to the model.
174200 175408
174204 175412
174205 - `"input_file"`175413 - `"input_file"`
174206 175414
175415 - `detail: optional "low" or "high"`
175416
175417 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
175418
175419 - `"low"`
175420
175421 - `"high"`
175422
174207 - `file_data: optional string`175423 - `file_data: optional string`
174208 175424
174209 The content of the file to be sent to the model.175425 The content of the file to be sent to the model.
175206 176422
175207 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.176423 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
175208 176424
175209 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`176425 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
175210 176426
175211 A file input to the model.176427 A file input to the model.
175212 176428
175216 176432
175217 - `"input_file"`176433 - `"input_file"`
175218 176434
176435 - `detail: optional "low" or "high"`
176436
176437 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
176438
176439 - `"low"`
176440
176441 - `"high"`
176442
175219 - `file_data: optional string`176443 - `file_data: optional string`
175220 176444
175221 The base64-encoded data of the file to be sent to the model.176445 The base64-encoded data of the file to be sent to the model.
177149 178373
177150 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.178374 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
177151 178375
177152 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`178376 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
177153 178377
177154 A file input to the model.178378 A file input to the model.
177155 178379
177159 178383
177160 - `"input_file"`178384 - `"input_file"`
177161 178385
178386 - `detail: optional "low" or "high"`
178387
178388 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
178389
178390 - `"low"`
178391
178392 - `"high"`
178393
177162 - `file_data: optional string`178394 - `file_data: optional string`
177163 178395
177164 The content of the file to be sent to the model.178396 The content of the file to be sent to the model.
177818 179050
177819 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.179051 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
177820 179052
177821 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`179053 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
177822 179054
177823 A file input to the model.179055 A file input to the model.
177824 179056
177828 179060
177829 - `"input_file"`179061 - `"input_file"`
177830 179062
179063 - `detail: optional "low" or "high"`
179064
179065 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
179066
179067 - `"low"`
179068
179069 - `"high"`
179070
177831 - `file_data: optional string`179071 - `file_data: optional string`
177832 179072
177833 The content of the file to be sent to the model.179073 The content of the file to be sent to the model.
180412 181652
180413 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.181653 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
180414 181654
180415 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`181655 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
180416 181656
180417 A file input to the model.181657 A file input to the model.
180418 181658
180422 181662
180423 - `"input_file"`181663 - `"input_file"`
180424 181664
181665 - `detail: optional "low" or "high"`
181666
181667 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
181668
181669 - `"low"`
181670
181671 - `"high"`
181672
180425 - `file_data: optional string`181673 - `file_data: optional string`
180426 181674
180427 The content of the file to be sent to the model.181675 The content of the file to be sent to the model.
181837 183085
181838 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.183086 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
181839 183087
181840 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`183088 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
181841 183089
181842 A file input to the model.183090 A file input to the model.
181843 183091
181847 183095
181848 - `"input_file"`183096 - `"input_file"`
181849 183097
183098 - `detail: optional "low" or "high"`
183099
183100 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
183101
183102 - `"low"`
183103
183104 - `"high"`
183105
181850 - `file_data: optional string`183106 - `file_data: optional string`
181851 183107
181852 The content of the file to be sent to the model.183108 The content of the file to be sent to the model.
182680 183936
182681 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.183937 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
182682 183938
182683 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`183939 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
182684 183940
182685 A file input to the model.183941 A file input to the model.
182686 183942
182690 183946
182691 - `"input_file"`183947 - `"input_file"`
182692 183948
183949 - `detail: optional "low" or "high"`
183950
183951 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
183952
183953 - `"low"`
183954
183955 - `"high"`
183956
182693 - `file_data: optional string`183957 - `file_data: optional string`
182694 183958
182695 The content of the file to be sent to the model.183959 The content of the file to be sent to the model.
182790 184054
182791 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.184055 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
182792 184056
182793 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`184057 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
182794 184058
182795 A file input to the model.184059 A file input to the model.
182796 184060
182800 184064
182801 - `"input_file"`184065 - `"input_file"`
182802 184066
184067 - `detail: optional "low" or "high"`
184068
184069 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
184070
184071 - `"low"`
184072
184073 - `"high"`
184074
182803 - `file_data: optional string`184075 - `file_data: optional string`
182804 184076
182805 The content of the file to be sent to the model.184077 The content of the file to be sent to the model.
183802 185074
183803 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.185075 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
183804 185076
183805 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`185077 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
183806 185078
183807 A file input to the model.185079 A file input to the model.
183808 185080
183812 185084
183813 - `"input_file"`185085 - `"input_file"`
183814 185086
185087 - `detail: optional "low" or "high"`
185088
185089 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
185090
185091 - `"low"`
185092
185093 - `"high"`
185094
183815 - `file_data: optional string`185095 - `file_data: optional string`
183816 185096
183817 The base64-encoded data of the file to be sent to the model.185097 The base64-encoded data of the file to be sent to the model.
185745 187025
185746 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.187026 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
185747 187027
185748 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`187028 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
185749 187029
185750 A file input to the model.187030 A file input to the model.
185751 187031
185755 187035
185756 - `"input_file"`187036 - `"input_file"`
185757 187037
187038 - `detail: optional "low" or "high"`
187039
187040 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
187041
187042 - `"low"`
187043
187044 - `"high"`
187045
185758 - `file_data: optional string`187046 - `file_data: optional string`
185759 187047
185760 The content of the file to be sent to the model.187048 The content of the file to be sent to the model.
186414 187702
186415 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.187703 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
186416 187704
186417 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`187705 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
186418 187706
186419 A file input to the model.187707 A file input to the model.
186420 187708
186424 187712
186425 - `"input_file"`187713 - `"input_file"`
186426 187714
187715 - `detail: optional "low" or "high"`
187716
187717 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
187718
187719 - `"low"`
187720
187721 - `"high"`
187722
186427 - `file_data: optional string`187723 - `file_data: optional string`
186428 187724
186429 The content of the file to be sent to the model.187725 The content of the file to be sent to the model.
189008 190304
189009 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.190305 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
189010 190306
189011 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`190307 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
189012 190308
189013 A file input to the model.190309 A file input to the model.
189014 190310
189018 190314
189019 - `"input_file"`190315 - `"input_file"`
189020 190316
190317 - `detail: optional "low" or "high"`
190318
190319 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
190320
190321 - `"low"`
190322
190323 - `"high"`
190324
189021 - `file_data: optional string`190325 - `file_data: optional string`
189022 190326
189023 The content of the file to be sent to the model.190327 The content of the file to be sent to the model.
190433 191737
190434 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.191738 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
190435 191739
190436 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`191740 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
190437 191741
190438 A file input to the model.191742 A file input to the model.
190439 191743
190443 191747
190444 - `"input_file"`191748 - `"input_file"`
190445 191749
191750 - `detail: optional "low" or "high"`
191751
191752 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
191753
191754 - `"low"`
191755
191756 - `"high"`
191757
190446 - `file_data: optional string`191758 - `file_data: optional string`
190447 191759
190448 The content of the file to be sent to the model.191760 The content of the file to be sent to the model.
191046 192358
191047 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.192359 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
191048 192360
191049 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`192361 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
191050 192362
191051 A file input to the model.192363 A file input to the model.
191052 192364
191056 192368
191057 - `"input_file"`192369 - `"input_file"`
191058 192370
192371 - `detail: optional "low" or "high"`
192372
192373 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
192374
192375 - `"low"`
192376
192377 - `"high"`
192378
191059 - `file_data: optional string`192379 - `file_data: optional string`
191060 192380
191061 The content of the file to be sent to the model.192381 The content of the file to be sent to the model.
191156 192476
191157 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.192477 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
191158 192478
191159 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`192479 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
191160 192480
191161 A file input to the model.192481 A file input to the model.
191162 192482
191166 192486
191167 - `"input_file"`192487 - `"input_file"`
191168 192488
192489 - `detail: optional "low" or "high"`
192490
192491 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
192492
192493 - `"low"`
192494
192495 - `"high"`
192496
191169 - `file_data: optional string`192497 - `file_data: optional string`
191170 192498
191171 The content of the file to be sent to the model.192499 The content of the file to be sent to the model.
192168 193496
192169 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.193497 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
192170 193498
192171 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`193499 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
192172 193500
192173 A file input to the model.193501 A file input to the model.
192174 193502
192178 193506
192179 - `"input_file"`193507 - `"input_file"`
192180 193508
193509 - `detail: optional "low" or "high"`
193510
193511 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
193512
193513 - `"low"`
193514
193515 - `"high"`
193516
192181 - `file_data: optional string`193517 - `file_data: optional string`
192182 193518
192183 The base64-encoded data of the file to be sent to the model.193519 The base64-encoded data of the file to be sent to the model.
194111 195447
194112 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.195448 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
194113 195449
194114 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`195450 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
194115 195451
194116 A file input to the model.195452 A file input to the model.
194117 195453
194121 195457
194122 - `"input_file"`195458 - `"input_file"`
194123 195459
195460 - `detail: optional "low" or "high"`
195461
195462 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
195463
195464 - `"low"`
195465
195466 - `"high"`
195467
194124 - `file_data: optional string`195468 - `file_data: optional string`
194125 195469
194126 The content of the file to be sent to the model.195470 The content of the file to be sent to the model.
194780 196124
194781 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.196125 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
194782 196126
194783 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`196127 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
194784 196128
194785 A file input to the model.196129 A file input to the model.
194786 196130
194790 196134
194791 - `"input_file"`196135 - `"input_file"`
194792 196136
196137 - `detail: optional "low" or "high"`
196138
196139 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
196140
196141 - `"low"`
196142
196143 - `"high"`
196144
194793 - `file_data: optional string`196145 - `file_data: optional string`
194794 196146
194795 The content of the file to be sent to the model.196147 The content of the file to be sent to the model.
197374 198726
197375 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.198727 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
197376 198728
197377 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`198729 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
197378 198730
197379 A file input to the model.198731 A file input to the model.
197380 198732
197384 198736
197385 - `"input_file"`198737 - `"input_file"`
197386 198738
198739 - `detail: optional "low" or "high"`
198740
198741 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
198742
198743 - `"low"`
198744
198745 - `"high"`
198746
197387 - `file_data: optional string`198747 - `file_data: optional string`
197388 198748
197389 The content of the file to be sent to the model.198749 The content of the file to be sent to the model.
198799 200159
198800 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.200160 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
198801 200161
198802 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`200162 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
198803 200163
198804 A file input to the model.200164 A file input to the model.
198805 200165
198809 200169
198810 - `"input_file"`200170 - `"input_file"`
198811 200171
200172 - `detail: optional "low" or "high"`
200173
200174 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
200175
200176 - `"low"`
200177
200178 - `"high"`
200179
198812 - `file_data: optional string`200180 - `file_data: optional string`
198813 200181
198814 The content of the file to be sent to the model.200182 The content of the file to be sent to the model.
199266 200634
199267 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.200635 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
199268 200636
199269 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`200637 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
199270 200638
199271 A file input to the model.200639 A file input to the model.
199272 200640
199276 200644
199277 - `"input_file"`200645 - `"input_file"`
199278 200646
200647 - `detail: optional "low" or "high"`
200648
200649 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
200650
200651 - `"low"`
200652
200653 - `"high"`
200654
199279 - `file_data: optional string`200655 - `file_data: optional string`
199280 200656
199281 The content of the file to be sent to the model.200657 The content of the file to be sent to the model.
199376 200752
199377 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.200753 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
199378 200754
199379 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`200755 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
199380 200756
199381 A file input to the model.200757 A file input to the model.
199382 200758
199386 200762
199387 - `"input_file"`200763 - `"input_file"`
199388 200764
200765 - `detail: optional "low" or "high"`
200766
200767 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
200768
200769 - `"low"`
200770
200771 - `"high"`
200772
199389 - `file_data: optional string`200773 - `file_data: optional string`
199390 200774
199391 The content of the file to be sent to the model.200775 The content of the file to be sent to the model.
200388 201772
200389 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.201773 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
200390 201774
200391 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`201775 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
200392 201776
200393 A file input to the model.201777 A file input to the model.
200394 201778
200398 201782
200399 - `"input_file"`201783 - `"input_file"`
200400 201784
201785 - `detail: optional "low" or "high"`
201786
201787 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
201788
201789 - `"low"`
201790
201791 - `"high"`
201792
200401 - `file_data: optional string`201793 - `file_data: optional string`
200402 201794
200403 The base64-encoded data of the file to be sent to the model.201795 The base64-encoded data of the file to be sent to the model.
202331 203723
202332 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.203724 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
202333 203725
202334 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`203726 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
202335 203727
202336 A file input to the model.203728 A file input to the model.
202337 203729
202341 203733
202342 - `"input_file"`203734 - `"input_file"`
202343 203735
203736 - `detail: optional "low" or "high"`
203737
203738 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
203739
203740 - `"low"`
203741
203742 - `"high"`
203743
202344 - `file_data: optional string`203744 - `file_data: optional string`
202345 203745
202346 The content of the file to be sent to the model.203746 The content of the file to be sent to the model.
203000 204400
203001 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.204401 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
203002 204402
203003 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`204403 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
203004 204404
203005 A file input to the model.204405 A file input to the model.
203006 204406
203010 204410
203011 - `"input_file"`204411 - `"input_file"`
203012 204412
204413 - `detail: optional "low" or "high"`
204414
204415 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
204416
204417 - `"low"`
204418
204419 - `"high"`
204420
203013 - `file_data: optional string`204421 - `file_data: optional string`
203014 204422
203015 The content of the file to be sent to the model.204423 The content of the file to be sent to the model.
205594 207002
205595 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.207003 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
205596 207004
205597 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`207005 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
205598 207006
205599 A file input to the model.207007 A file input to the model.
205600 207008
205604 207012
205605 - `"input_file"`207013 - `"input_file"`
205606 207014
207015 - `detail: optional "low" or "high"`
207016
207017 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
207018
207019 - `"low"`
207020
207021 - `"high"`
207022
205607 - `file_data: optional string`207023 - `file_data: optional string`
205608 207024
205609 The content of the file to be sent to the model.207025 The content of the file to be sent to the model.
207019 208435
207020 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.208436 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
207021 208437
207022 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`208438 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
207023 208439
207024 A file input to the model.208440 A file input to the model.
207025 208441
207029 208445
207030 - `"input_file"`208446 - `"input_file"`
207031 208447
208448 - `detail: optional "low" or "high"`
208449
208450 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
208451
208452 - `"low"`
208453
208454 - `"high"`
208455
207032 - `file_data: optional string`208456 - `file_data: optional string`
207033 208457
207034 The content of the file to be sent to the model.208458 The content of the file to be sent to the model.
207486 208910
207487 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.208911 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
207488 208912
207489 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`208913 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
207490 208914
207491 A file input to the model.208915 A file input to the model.
207492 208916
207496 208920
207497 - `"input_file"`208921 - `"input_file"`
207498 208922
208923 - `detail: optional "low" or "high"`
208924
208925 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
208926
208927 - `"low"`
208928
208929 - `"high"`
208930
207499 - `file_data: optional string`208931 - `file_data: optional string`
207500 208932
207501 The content of the file to be sent to the model.208933 The content of the file to be sent to the model.
207596 209028
207597 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.209029 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
207598 209030
207599 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`209031 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
207600 209032
207601 A file input to the model.209033 A file input to the model.
207602 209034
207606 209038
207607 - `"input_file"`209039 - `"input_file"`
207608 209040
209041 - `detail: optional "low" or "high"`
209042
209043 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
209044
209045 - `"low"`
209046
209047 - `"high"`
209048
207609 - `file_data: optional string`209049 - `file_data: optional string`
207610 209050
207611 The content of the file to be sent to the model.209051 The content of the file to be sent to the model.
208608 210048
208609 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.210049 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
208610 210050
208611 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`210051 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
208612 210052
208613 A file input to the model.210053 A file input to the model.
208614 210054
208618 210058
208619 - `"input_file"`210059 - `"input_file"`
208620 210060
210061 - `detail: optional "low" or "high"`
210062
210063 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
210064
210065 - `"low"`
210066
210067 - `"high"`
210068
208621 - `file_data: optional string`210069 - `file_data: optional string`
208622 210070
208623 The base64-encoded data of the file to be sent to the model.210071 The base64-encoded data of the file to be sent to the model.
210551 211999
210552 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.212000 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
210553 212001
210554 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`212002 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
210555 212003
210556 A file input to the model.212004 A file input to the model.
210557 212005
210561 212009
210562 - `"input_file"`212010 - `"input_file"`
210563 212011
212012 - `detail: optional "low" or "high"`
212013
212014 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
212015
212016 - `"low"`
212017
212018 - `"high"`
212019
210564 - `file_data: optional string`212020 - `file_data: optional string`
210565 212021
210566 The content of the file to be sent to the model.212022 The content of the file to be sent to the model.
211220 212676
211221 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.212677 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
211222 212678
211223 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`212679 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
211224 212680
211225 A file input to the model.212681 A file input to the model.
211226 212682
211230 212686
211231 - `"input_file"`212687 - `"input_file"`
211232 212688
212689 - `detail: optional "low" or "high"`
212690
212691 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
212692
212693 - `"low"`
212694
212695 - `"high"`
212696
211233 - `file_data: optional string`212697 - `file_data: optional string`
211234 212698
211235 The content of the file to be sent to the model.212699 The content of the file to be sent to the model.
213814 215278
213815 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.215279 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
213816 215280
213817 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`215281 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
213818 215282
213819 A file input to the model.215283 A file input to the model.
213820 215284
213824 215288
213825 - `"input_file"`215289 - `"input_file"`
213826 215290
215291 - `detail: optional "low" or "high"`
215292
215293 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
215294
215295 - `"low"`
215296
215297 - `"high"`
215298
213827 - `file_data: optional string`215299 - `file_data: optional string`
213828 215300
213829 The content of the file to be sent to the model.215301 The content of the file to be sent to the model.
215239 216711
215240 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.216712 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
215241 216713
215242 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`216714 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
215243 216715
215244 A file input to the model.216716 A file input to the model.
215245 216717
215249 216721
215250 - `"input_file"`216722 - `"input_file"`
215251 216723
216724 - `detail: optional "low" or "high"`
216725
216726 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
216727
216728 - `"low"`
216729
216730 - `"high"`
216731
215252 - `file_data: optional string`216732 - `file_data: optional string`
215253 216733
215254 The content of the file to be sent to the model.216734 The content of the file to be sent to the model.
215920 217400
215921 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.217401 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
215922 217402
215923 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`217403 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
215924 217404
215925 A file input to the model.217405 A file input to the model.
215926 217406
215930 217410
215931 - `"input_file"`217411 - `"input_file"`
215932 217412
217413 - `detail: optional "low" or "high"`
217414
217415 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
217416
217417 - `"low"`
217418
217419 - `"high"`
217420
215933 - `file_data: optional string`217421 - `file_data: optional string`
215934 217422
215935 The content of the file to be sent to the model.217423 The content of the file to be sent to the model.
218514 220002
218515 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.220003 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
218516 220004
218517 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`220005 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
218518 220006
218519 A file input to the model.220007 A file input to the model.
218520 220008
218524 220012
218525 - `"input_file"`220013 - `"input_file"`
218526 220014
220015 - `detail: optional "low" or "high"`
220016
220017 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
220018
220019 - `"low"`
220020
220021 - `"high"`
220022
218527 - `file_data: optional string`220023 - `file_data: optional string`
218528 220024
218529 The content of the file to be sent to the model.220025 The content of the file to be sent to the model.
218949 220445
218950 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.220446 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
218951 220447
218952 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`220448 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
218953 220449
218954 A file input to the model.220450 A file input to the model.
218955 220451
218959 220455
218960 - `"input_file"`220456 - `"input_file"`
218961 220457
220458 - `detail: optional "low" or "high"`
220459
220460 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
220461
220462 - `"low"`
220463
220464 - `"high"`
220465
218962 - `file_data: optional string`220466 - `file_data: optional string`
218963 220467
218964 The content of the file to be sent to the model.220468 The content of the file to be sent to the model.
221543 223047
221544 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.223048 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
221545 223049
221546 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`223050 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
221547 223051
221548 A file input to the model.223052 A file input to the model.
221549 223053
221553 223057
221554 - `"input_file"`223058 - `"input_file"`
221555 223059
223060 - `detail: optional "low" or "high"`
223061
223062 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
223063
223064 - `"low"`
223065
223066 - `"high"`
223067
221556 - `file_data: optional string`223068 - `file_data: optional string`
221557 223069
221558 The content of the file to be sent to the model.223070 The content of the file to be sent to the model.
222512 224024
222513 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.224025 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
222514 224026
222515 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`224027 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
222516 224028
222517 A file input to the model.224029 A file input to the model.
222518 224030
222522 224034
222523 - `"input_file"`224035 - `"input_file"`
222524 224036
224037 - `detail: optional "low" or "high"`
224038
224039 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
224040
224041 - `"low"`
224042
224043 - `"high"`
224044
222525 - `file_data: optional string`224045 - `file_data: optional string`
222526 224046
222527 The content of the file to be sent to the model.224047 The content of the file to be sent to the model.
222622 224142
222623 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.224143 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
222624 224144
222625 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`224145 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
222626 224146
222627 A file input to the model.224147 A file input to the model.
222628 224148
222632 224152
222633 - `"input_file"`224153 - `"input_file"`
222634 224154
224155 - `detail: optional "low" or "high"`
224156
224157 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
224158
224159 - `"low"`
224160
224161 - `"high"`
224162
222635 - `file_data: optional string`224163 - `file_data: optional string`
222636 224164
222637 The content of the file to be sent to the model.224165 The content of the file to be sent to the model.
223634 225162
223635 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.225163 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
223636 225164
223637 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`225165 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
223638 225166
223639 A file input to the model.225167 A file input to the model.
223640 225168
223644 225172
223645 - `"input_file"`225173 - `"input_file"`
223646 225174
225175 - `detail: optional "low" or "high"`
225176
225177 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
225178
225179 - `"low"`
225180
225181 - `"high"`
225182
223647 - `file_data: optional string`225183 - `file_data: optional string`
223648 225184
223649 The base64-encoded data of the file to be sent to the model.225185 The base64-encoded data of the file to be sent to the model.
225577 227113
225578 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.227114 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
225579 227115
225580 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`227116 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
225581 227117
225582 A file input to the model.227118 A file input to the model.
225583 227119
225587 227123
225588 - `"input_file"`227124 - `"input_file"`
225589 227125
227126 - `detail: optional "low" or "high"`
227127
227128 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
227129
227130 - `"low"`
227131
227132 - `"high"`
227133
225590 - `file_data: optional string`227134 - `file_data: optional string`
225591 227135
225592 The content of the file to be sent to the model.227136 The content of the file to be sent to the model.
226246 227790
226247 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.227791 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
226248 227792
226249 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`227793 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
226250 227794
226251 A file input to the model.227795 A file input to the model.
226252 227796
226256 227800
226257 - `"input_file"`227801 - `"input_file"`
226258 227802
227803 - `detail: optional "low" or "high"`
227804
227805 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
227806
227807 - `"low"`
227808
227809 - `"high"`
227810
226259 - `file_data: optional string`227811 - `file_data: optional string`
226260 227812
226261 The content of the file to be sent to the model.227813 The content of the file to be sent to the model.
228840 230392
228841 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.230393 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
228842 230394
228843 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`230395 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
228844 230396
228845 A file input to the model.230397 A file input to the model.
228846 230398
228850 230402
228851 - `"input_file"`230403 - `"input_file"`
228852 230404
230405 - `detail: optional "low" or "high"`
230406
230407 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
230408
230409 - `"low"`
230410
230411 - `"high"`
230412
228853 - `file_data: optional string`230413 - `file_data: optional string`
228854 230414
228855 The content of the file to be sent to the model.230415 The content of the file to be sent to the model.
230265 231825
230266 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.231826 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
230267 231827
230268 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`231828 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
230269 231829
230270 A file input to the model.231830 A file input to the model.
230271 231831
230275 231835
230276 - `"input_file"`231836 - `"input_file"`
230277 231837
231838 - `detail: optional "low" or "high"`
231839
231840 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
231841
231842 - `"low"`
231843
231844 - `"high"`
231845
230278 - `file_data: optional string`231846 - `file_data: optional string`
230279 231847
230280 The content of the file to be sent to the model.231848 The content of the file to be sent to the model.
230934 232502
230935 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.232503 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
230936 232504
230937 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`232505 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
230938 232506
230939 A file input to the model.232507 A file input to the model.
230940 232508
230944 232512
230945 - `"input_file"`232513 - `"input_file"`
230946 232514
232515 - `detail: optional "low" or "high"`
232516
232517 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
232518
232519 - `"low"`
232520
232521 - `"high"`
232522
230947 - `file_data: optional string`232523 - `file_data: optional string`
230948 232524
230949 The content of the file to be sent to the model.232525 The content of the file to be sent to the model.
231956 233532
231957 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.233533 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
231958 233534
231959 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`233535 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
231960 233536
231961 A file input to the model.233537 A file input to the model.
231962 233538
231966 233542
231967 - `"input_file"`233543 - `"input_file"`
231968 233544
233545 - `detail: optional "low" or "high"`
233546
233547 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
233548
233549 - `"low"`
233550
233551 - `"high"`
233552
231969 - `file_data: optional string`233553 - `file_data: optional string`
231970 233554
231971 The content of the file to be sent to the model.233555 The content of the file to be sent to the model.
233961 235545
233962 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.235546 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
233963 235547
233964 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`235548 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
233965 235549
233966 A file input to the model.235550 A file input to the model.
233967 235551
233971 235555
233972 - `"input_file"`235556 - `"input_file"`
233973 235557
235558 - `detail: optional "low" or "high"`
235559
235560 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
235561
235562 - `"low"`
235563
235564 - `"high"`
235565
233974 - `file_data: optional string`235566 - `file_data: optional string`
233975 235567
233976 The content of the file to be sent to the model.235568 The content of the file to be sent to the model.
234157 235749
234158 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.235750 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
234159 235751
234160 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`235752 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
234161 235753
234162 A file input to the model.235754 A file input to the model.
234163 235755
234167 235759
234168 - `"input_file"`235760 - `"input_file"`
234169 235761
235762 - `detail: optional "low" or "high"`
235763
235764 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
235765
235766 - `"low"`
235767
235768 - `"high"`
235769
234170 - `file_data: optional string`235770 - `file_data: optional string`
234171 235771
234172 The content of the file to be sent to the model.235772 The content of the file to be sent to the model.
235179 236779
235180 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.236780 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
235181 236781
235182 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`236782 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
235183 236783
235184 A file input to the model.236784 A file input to the model.
235185 236785
235189 236789
235190 - `"input_file"`236790 - `"input_file"`
235191 236791
236792 - `detail: optional "low" or "high"`
236793
236794 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
236795
236796 - `"low"`
236797
236798 - `"high"`
236799
235192 - `file_data: optional string`236800 - `file_data: optional string`
235193 236801
235194 The content of the file to be sent to the model.236802 The content of the file to be sent to the model.
237184 238792
237185 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.238793 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
237186 238794
237187 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`238795 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
237188 238796
237189 A file input to the model.238797 A file input to the model.
237190 238798
237194 238802
237195 - `"input_file"`238803 - `"input_file"`
237196 238804
238805 - `detail: optional "low" or "high"`
238806
238807 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
238808
238809 - `"low"`
238810
238811 - `"high"`
238812
237197 - `file_data: optional string`238813 - `file_data: optional string`
237198 238814
237199 The content of the file to be sent to the model.238815 The content of the file to be sent to the model.
237356 238972
237357 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.238973 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
237358 238974
237359 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`238975 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
237360 238976
237361 A file input to the model.238977 A file input to the model.
237362 238978
237366 238982
237367 - `"input_file"`238983 - `"input_file"`
237368 238984
238985 - `detail: optional "low" or "high"`
238986
238987 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
238988
238989 - `"low"`
238990
238991 - `"high"`
238992
237369 - `file_data: optional string`238993 - `file_data: optional string`
237370 238994
237371 The content of the file to be sent to the model.238995 The content of the file to be sent to the model.
237466 239090
237467 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.239091 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
237468 239092
237469 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`239093 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
237470 239094
237471 A file input to the model.239095 A file input to the model.
237472 239096
237476 239100
237477 - `"input_file"`239101 - `"input_file"`
237478 239102
239103 - `detail: optional "low" or "high"`
239104
239105 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
239106
239107 - `"low"`
239108
239109 - `"high"`
239110
237479 - `file_data: optional string`239111 - `file_data: optional string`
237480 239112
237481 The content of the file to be sent to the model.239113 The content of the file to be sent to the model.
238478 240110
238479 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.240111 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
238480 240112
238481 - `ResponseInputFileContent = object { type, file_data, file_id, 2 more }`240113 - `ResponseInputFileContent = object { type, detail, file_data, 3 more }`
238482 240114
238483 A file input to the model.240115 A file input to the model.
238484 240116
238488 240120
238489 - `"input_file"`240121 - `"input_file"`
238490 240122
240123 - `detail: optional "low" or "high"`
240124
240125 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
240126
240127 - `"low"`
240128
240129 - `"high"`
240130
238491 - `file_data: optional string`240131 - `file_data: optional string`
238492 240132
238493 The base64-encoded data of the file to be sent to the model.240133 The base64-encoded data of the file to be sent to the model.
240421 242061
240422 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.242062 The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
240423 242063
240424 - `ResponseInputFile = object { type, file_data, file_id, 2 more }`242064 - `ResponseInputFile = object { type, detail, file_data, 3 more }`
240425 242065
240426 A file input to the model.242066 A file input to the model.
240427 242067
240431 242071
240432 - `"input_file"`242072 - `"input_file"`
240433 242073
242074 - `detail: optional "low" or "high"`
242075
242076 The detail level of the file to be sent to the model. Use `low` for the default rendering behavior, or `high` to render the file at higher quality. Defaults to `low`.
242077
242078 - `"low"`
242079
242080 - `"high"`
242081
240434 - `file_data: optional string`242082 - `file_data: optional string`
240435 242083
240436 The content of the file to be sent to the model.242084 The content of the file to be sent to the model.