@@ -4025,11 +4025,6 @@ paths:
4025
4025
application/json:
4026
4026
schema:
4027
4027
$ref: "#/components/schemas/ApiKeyList"
4028
- security:
4029
- - bearer_identity_edge:
4030
- - key.secret
4031
- - api.management.read
4032
- - basic_identity_edge: []
4033
4028
x-oaiMeta:
4034
4029
name: List admin API keys
4035
4030
group: administration
@@ -4089,11 +4084,6 @@ paths:
4089
4084
application/json:
4090
4085
schema:
4091
4086
$ref: "#/components/schemas/AdminApiKey"
4092
- security:
4093
- - bearer_identity_edge:
4094
- - key.secret
4095
- - api.management.write
4096
- - basic_identity_edge: []
4097
4087
x-oaiMeta:
4098
4088
name: Create admin API key
4099
4089
group: administration
@@ -4144,11 +4134,6 @@ paths:
4144
4134
application/json:
4145
4135
schema:
4146
4136
$ref: "#/components/schemas/AdminApiKey"
4147
- security:
4148
- - bearer_identity_edge:
4149
- - key.secret
4150
- - api.management.read
4151
- - basic_identity_edge: []
4152
4137
x-oaiMeta:
4153
4138
name: Retrieve admin API key
4154
4139
group: administration
@@ -4204,11 +4189,6 @@ paths:
4204
4189
deleted:
4205
4190
type: boolean
4206
4191
example: true
4207
- security:
4208
- - bearer_identity_edge:
4209
- - key.secret
4210
- - api.management.write
4211
- - basic_identity_edge: []
4212
4192
x-oaiMeta:
4213
4193
name: Delete admin API key
4214
4194
group: administration
@@ -11701,8 +11681,9 @@ components:
11701
11681
11702
11682
We generally recommend altering this or temperature but not both.
11703
11683
response_format:
11704
- $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
11705
- nullable: true
11684
+ allOf:
11685
+ - $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
11686
+ - nullable: true
11706
11687
required:
11707
11688
- id
11708
11689
- object
@@ -12298,10 +12279,8 @@ components:
12298
12279
- session
12299
12280
- api_key
12300
12281
session:
12301
- type: object
12302
12282
$ref: "#/components/schemas/AuditLogActorSession"
12303
12283
api_key:
12304
- type: object
12305
12284
$ref: "#/components/schemas/AuditLogActorApiKey"
12306
12285
AuditLogActorApiKey:
12307
12286
type: object
@@ -13722,8 +13701,9 @@ components:
13722
13701
13723
13702
We generally recommend altering this or temperature but not both.
13724
13703
response_format:
13725
- $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
13726
- nullable: true
13704
+ allOf:
13705
+ - $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
13706
+ - nullable: true
13727
13707
required:
13728
13708
- model
13729
13709
CreateChatCompletionFunctionResponse:
@@ -16299,16 +16279,19 @@ components:
16299
16279
for more info.
16300
16280
minimum: 256
16301
16281
truncation_strategy:
16302
- $ref: "#/components/schemas/TruncationObject"
16303
- nullable: true
16282
+ allOf:
16283
+ - $ref: "#/components/schemas/TruncationObject"
16284
+ - nullable: true
16304
16285
tool_choice:
16305
- $ref: "#/components/schemas/AssistantsApiToolChoiceOption"
16306
- nullable: true
16286
+ allOf:
16287
+ - $ref: "#/components/schemas/AssistantsApiToolChoiceOption"
16288
+ - nullable: true
16307
16289
parallel_tool_calls:
16308
16290
$ref: "#/components/schemas/ParallelToolCalls"
16309
16291
response_format:
16310
- $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
16311
- nullable: true
16292
+ allOf:
16293
+ - $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
16294
+ - nullable: true
16312
16295
required:
16313
16296
- assistant_id
16314
16297
CreateSpeechRequest:
@@ -16380,7 +16363,6 @@ components:
16380
16363
type: string
16381
16364
thread:
16382
16365
$ref: "#/components/schemas/CreateThreadRequest"
16383
- description: If no thread is provided, an empty thread will be created.
16384
16366
model:
16385
16367
description: The ID of the [Model](/docs/api-reference/models) to be used to
16386
16368
execute this run. If a value is provided here, it will override the
@@ -16532,20 +16514,26 @@ components:
16532
16514
for more info.
16533
16515
minimum: 256
16534
16516
truncation_strategy:
16535
- $ref: "#/components/schemas/TruncationObject"
16536
- nullable: true
16517
+ allOf:
16518
+ - $ref: "#/components/schemas/TruncationObject"
16519
+ - nullable: true
16537
16520
tool_choice:
16538
- $ref: "#/components/schemas/AssistantsApiToolChoiceOption"
16539
- nullable: true
16521
+ allOf:
16522
+ - $ref: "#/components/schemas/AssistantsApiToolChoiceOption"
16523
+ - nullable: true
16540
16524
parallel_tool_calls:
16541
16525
$ref: "#/components/schemas/ParallelToolCalls"
16542
16526
response_format:
16543
- $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
16544
- nullable: true
16527
+ allOf:
16528
+ - $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
16529
+ - nullable: true
16545
16530
required:
16546
16531
- assistant_id
16547
16532
CreateThreadRequest:
16548
16533
type: object
16534
+ description: |
16535
+ Options to create a new thread. If no thread is provided when running a
16536
+ request, an empty thread will be created.
16549
16537
additionalProperties: false
16550
16538
properties:
16551
16539
messages:
@@ -17429,10 +17417,8 @@ components:
17429
17417
- supervised
17430
17418
- dpo
17431
17419
supervised:
17432
- type: object
17433
17420
$ref: "#/components/schemas/FineTuneSupervisedMethod"
17434
17421
dpo:
17435
- type: object
17436
17422
$ref: "#/components/schemas/FineTuneDPOMethod"
17437
17423
FineTunePreferenceRequestInput:
17438
17424
type: object
@@ -18926,8 +18912,7 @@ components:
18926
18912
type: array
18927
18913
items:
18928
18914
oneOf:
18929
- - $ref: "#/components/schemas/MessageDeltaContentTextAnnotationsFileCitationObjec\
18930
- t"
18915
+ - $ref: "#/components/schemas/MessageDeltaContentTextAnnotationsFileCitationObject"
18931
18916
- $ref: "#/components/schemas/MessageDeltaContentTextAnnotationsFilePathObject"
18932
18917
x-oaiExpandable: true
18933
18918
required:
@@ -19392,8 +19377,9 @@ components:
19392
19377
19393
19378
We generally recommend altering this or temperature but not both.
19394
19379
response_format:
19395
- $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
19396
- nullable: true
19380
+ allOf:
19381
+ - $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
19382
+ - nullable: true
19397
19383
ModifyMessageRequest:
19398
19384
type: object
19399
19385
additionalProperties: false
@@ -23566,16 +23552,19 @@ components:
23566
23552
over the course of the run.
23567
23553
minimum: 256
23568
23554
truncation_strategy:
23569
- $ref: "#/components/schemas/TruncationObject"
23570
- nullable: true
23555
+ allOf:
23556
+ - $ref: "#/components/schemas/TruncationObject"
23557
+ - nullable: true
23571
23558
tool_choice:
23572
- $ref: "#/components/schemas/AssistantsApiToolChoiceOption"
23573
- nullable: true
23559
+ allOf:
23560
+ - $ref: "#/components/schemas/AssistantsApiToolChoiceOption"
23561
+ - nullable: true
23574
23562
parallel_tool_calls:
23575
23563
$ref: "#/components/schemas/ParallelToolCalls"
23576
23564
response_format:
23577
- $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
23578
- nullable: true
23565
+ allOf:
23566
+ - $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
23567
+ - nullable: true
23579
23568
required:
23580
23569
- id
23581
23570
- object
@@ -24894,8 +24883,9 @@ components:
24894
24883
type: string
24895
24884
nullable: true
24896
24885
expires_after:
24897
- $ref: "#/components/schemas/VectorStoreExpirationAfter"
24898
- nullable: true
24886
+ allOf:
24887
+ - $ref: "#/components/schemas/VectorStoreExpirationAfter"
24888
+ - nullable: true
24899
24889
metadata:
24900
24890
description: >
24901
24891
Set of 16 key-value pairs that can be attached to an object. This
@@ -24947,9 +24937,10 @@ components:
24947
24937
- upload
24948
24938
x-stainless-const: true
24949
24939
file:
24950
- $ref: "#/components/schemas/OpenAIFile"
24951
- nullable: true
24952
- description: The ready File object after the Upload is completed.
24940
+ allOf:
24941
+ - $ref: "#/components/schemas/OpenAIFile"
24942
+ - nullable: true
24943
+ description: The ready File object after the Upload is completed.
24953
24944
required:
24954
24945
- bytes
24955
24946
- created_at
0 commit comments