@@ -68,7 +68,6 @@ def create(
68
68
frequency_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
69
69
function_call : completion_create_params .FunctionCall | NotGiven = NOT_GIVEN ,
70
70
functions : Iterable [completion_create_params .Function ] | NotGiven = NOT_GIVEN ,
71
- instance_id : Optional [str ] | NotGiven = NOT_GIVEN ,
72
71
logit_bias : Optional [Dict [str , int ]] | NotGiven = NOT_GIVEN ,
73
72
logprobs : Optional [bool ] | NotGiven = NOT_GIVEN ,
74
73
max_tokens : Optional [int ] | NotGiven = NOT_GIVEN ,
@@ -123,9 +122,6 @@ def create(
123
122
124
123
A list of functions the model may generate JSON inputs for.
125
124
126
- instance_id: An unique identifier to a custom instance to execute the request. The requesting
127
- organization is required to have access to the instance.
128
-
129
125
logit_bias: Modify the likelihood of specified tokens appearing in the completion.
130
126
131
127
Accepts a JSON object that maps tokens (specified by their token ID in the
@@ -263,7 +259,6 @@ def create(
263
259
frequency_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
264
260
function_call : completion_create_params .FunctionCall | NotGiven = NOT_GIVEN ,
265
261
functions : Iterable [completion_create_params .Function ] | NotGiven = NOT_GIVEN ,
266
- instance_id : Optional [str ] | NotGiven = NOT_GIVEN ,
267
262
logit_bias : Optional [Dict [str , int ]] | NotGiven = NOT_GIVEN ,
268
263
logprobs : Optional [bool ] | NotGiven = NOT_GIVEN ,
269
264
max_tokens : Optional [int ] | NotGiven = NOT_GIVEN ,
@@ -324,9 +319,6 @@ def create(
324
319
325
320
A list of functions the model may generate JSON inputs for.
326
321
327
- instance_id: An unique identifier to a custom instance to execute the request. The requesting
328
- organization is required to have access to the instance.
329
-
330
322
logit_bias: Modify the likelihood of specified tokens appearing in the completion.
331
323
332
324
Accepts a JSON object that maps tokens (specified by their token ID in the
@@ -457,7 +449,6 @@ def create(
457
449
frequency_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
458
450
function_call : completion_create_params .FunctionCall | NotGiven = NOT_GIVEN ,
459
451
functions : Iterable [completion_create_params .Function ] | NotGiven = NOT_GIVEN ,
460
- instance_id : Optional [str ] | NotGiven = NOT_GIVEN ,
461
452
logit_bias : Optional [Dict [str , int ]] | NotGiven = NOT_GIVEN ,
462
453
logprobs : Optional [bool ] | NotGiven = NOT_GIVEN ,
463
454
max_tokens : Optional [int ] | NotGiven = NOT_GIVEN ,
@@ -518,9 +509,6 @@ def create(
518
509
519
510
A list of functions the model may generate JSON inputs for.
520
511
521
- instance_id: An unique identifier to a custom instance to execute the request. The requesting
522
- organization is required to have access to the instance.
523
-
524
512
logit_bias: Modify the likelihood of specified tokens appearing in the completion.
525
513
526
514
Accepts a JSON object that maps tokens (specified by their token ID in the
@@ -650,7 +638,6 @@ def create(
650
638
frequency_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
651
639
function_call : completion_create_params .FunctionCall | NotGiven = NOT_GIVEN ,
652
640
functions : Iterable [completion_create_params .Function ] | NotGiven = NOT_GIVEN ,
653
- instance_id : Optional [str ] | NotGiven = NOT_GIVEN ,
654
641
logit_bias : Optional [Dict [str , int ]] | NotGiven = NOT_GIVEN ,
655
642
logprobs : Optional [bool ] | NotGiven = NOT_GIVEN ,
656
643
max_tokens : Optional [int ] | NotGiven = NOT_GIVEN ,
@@ -682,7 +669,6 @@ def create(
682
669
"frequency_penalty" : frequency_penalty ,
683
670
"function_call" : function_call ,
684
671
"functions" : functions ,
685
- "instance_id" : instance_id ,
686
672
"logit_bias" : logit_bias ,
687
673
"logprobs" : logprobs ,
688
674
"max_tokens" : max_tokens ,
@@ -749,7 +735,6 @@ async def create(
749
735
frequency_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
750
736
function_call : completion_create_params .FunctionCall | NotGiven = NOT_GIVEN ,
751
737
functions : Iterable [completion_create_params .Function ] | NotGiven = NOT_GIVEN ,
752
- instance_id : Optional [str ] | NotGiven = NOT_GIVEN ,
753
738
logit_bias : Optional [Dict [str , int ]] | NotGiven = NOT_GIVEN ,
754
739
logprobs : Optional [bool ] | NotGiven = NOT_GIVEN ,
755
740
max_tokens : Optional [int ] | NotGiven = NOT_GIVEN ,
@@ -804,9 +789,6 @@ async def create(
804
789
805
790
A list of functions the model may generate JSON inputs for.
806
791
807
- instance_id: An unique identifier to a custom instance to execute the request. The requesting
808
- organization is required to have access to the instance.
809
-
810
792
logit_bias: Modify the likelihood of specified tokens appearing in the completion.
811
793
812
794
Accepts a JSON object that maps tokens (specified by their token ID in the
@@ -944,7 +926,6 @@ async def create(
944
926
frequency_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
945
927
function_call : completion_create_params .FunctionCall | NotGiven = NOT_GIVEN ,
946
928
functions : Iterable [completion_create_params .Function ] | NotGiven = NOT_GIVEN ,
947
- instance_id : Optional [str ] | NotGiven = NOT_GIVEN ,
948
929
logit_bias : Optional [Dict [str , int ]] | NotGiven = NOT_GIVEN ,
949
930
logprobs : Optional [bool ] | NotGiven = NOT_GIVEN ,
950
931
max_tokens : Optional [int ] | NotGiven = NOT_GIVEN ,
@@ -1005,9 +986,6 @@ async def create(
1005
986
1006
987
A list of functions the model may generate JSON inputs for.
1007
988
1008
- instance_id: An unique identifier to a custom instance to execute the request. The requesting
1009
- organization is required to have access to the instance.
1010
-
1011
989
logit_bias: Modify the likelihood of specified tokens appearing in the completion.
1012
990
1013
991
Accepts a JSON object that maps tokens (specified by their token ID in the
@@ -1138,7 +1116,6 @@ async def create(
1138
1116
frequency_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
1139
1117
function_call : completion_create_params .FunctionCall | NotGiven = NOT_GIVEN ,
1140
1118
functions : Iterable [completion_create_params .Function ] | NotGiven = NOT_GIVEN ,
1141
- instance_id : Optional [str ] | NotGiven = NOT_GIVEN ,
1142
1119
logit_bias : Optional [Dict [str , int ]] | NotGiven = NOT_GIVEN ,
1143
1120
logprobs : Optional [bool ] | NotGiven = NOT_GIVEN ,
1144
1121
max_tokens : Optional [int ] | NotGiven = NOT_GIVEN ,
@@ -1199,9 +1176,6 @@ async def create(
1199
1176
1200
1177
A list of functions the model may generate JSON inputs for.
1201
1178
1202
- instance_id: An unique identifier to a custom instance to execute the request. The requesting
1203
- organization is required to have access to the instance.
1204
-
1205
1179
logit_bias: Modify the likelihood of specified tokens appearing in the completion.
1206
1180
1207
1181
Accepts a JSON object that maps tokens (specified by their token ID in the
@@ -1331,7 +1305,6 @@ async def create(
1331
1305
frequency_penalty : Optional [float ] | NotGiven = NOT_GIVEN ,
1332
1306
function_call : completion_create_params .FunctionCall | NotGiven = NOT_GIVEN ,
1333
1307
functions : Iterable [completion_create_params .Function ] | NotGiven = NOT_GIVEN ,
1334
- instance_id : Optional [str ] | NotGiven = NOT_GIVEN ,
1335
1308
logit_bias : Optional [Dict [str , int ]] | NotGiven = NOT_GIVEN ,
1336
1309
logprobs : Optional [bool ] | NotGiven = NOT_GIVEN ,
1337
1310
max_tokens : Optional [int ] | NotGiven = NOT_GIVEN ,
@@ -1363,7 +1336,6 @@ async def create(
1363
1336
"frequency_penalty" : frequency_penalty ,
1364
1337
"function_call" : function_call ,
1365
1338
"functions" : functions ,
1366
- "instance_id" : instance_id ,
1367
1339
"logit_bias" : logit_bias ,
1368
1340
"logprobs" : logprobs ,
1369
1341
"max_tokens" : max_tokens ,
0 commit comments