Skip to content

Commit fa3b816

Browse files
platform-endpointsdaniel-cohere
andcommitted
Add spec changes
Co-authored-by: Daniel <133696562+daniel-cohere@users.noreply.github.com>
1 parent 8569354 commit fa3b816

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

cohere-openapi.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27947,6 +27947,31 @@ components:
2794727947
items:
2794827948
type: string
2794927949
description: The features that the model supports.
27950+
sampling_defaults:
27951+
type: object
27952+
x-fern-audiences:
27953+
- public
27954+
description: Default sampling parameters for this model when omitted from API
27955+
requests.
27956+
properties:
27957+
temperature:
27958+
type: number
27959+
format: float
27960+
k:
27961+
type: integer
27962+
format: int32
27963+
p:
27964+
type: number
27965+
format: float
27966+
frequency_penalty:
27967+
type: number
27968+
format: float
27969+
presence_penalty:
27970+
type: number
27971+
format: float
27972+
max_tokens_per_doc:
27973+
type: integer
27974+
format: int32
2795027975
x-fern-type-name: GetModelResponse
2795127976
ListModelsResponse:
2795227977
type: object

0 commit comments

Comments
 (0)