Skip to content

Commit 1d1e8ea

Browse files
committed
Add instance_id param to chat completions
1 parent c9225a9 commit 1d1e8ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5817,6 +5817,11 @@ components:
58175817
maximum: 2
58185818
nullable: true
58195819
description: *completions_frequency_penalty_description
5820+
instance_id:
5821+
type: string
5822+
default: null
5823+
nullable: true
5824+
description: An unique identifier to a custom instance to execute the request. The requesting organization is required to have access to the instance.
58205825
logit_bias:
58215826
type: object
58225827
x-oaiTypeLabel: map

0 commit comments

Comments
 (0)