Skip to content

Some fixes #463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19730,6 +19730,7 @@ components:
$ref: "#/components/schemas/ServiceTier"
system_fingerprint:
type: string
nullable: true
description: >
This fingerprint represents the backend configuration that the model
runs with.
Expand Down Expand Up @@ -19875,6 +19876,7 @@ components:
$ref: "#/components/schemas/ServiceTier"
system_fingerprint:
type: string
nullable: true
description: >
This fingerprint represents the backend configuration that the model
runs with.
Expand Down Expand Up @@ -20236,6 +20238,7 @@ components:
description: The model used for completion.
system_fingerprint:
type: string
nullable: true
description: >
This fingerprint represents the backend configuration that the model
runs with.
Expand Down Expand Up @@ -27768,7 +27771,7 @@ components:
type: string
description: The intended purpose of the file. Supported values are
`assistants`, `assistants_output`, `batch`, `batch_output`,
`fine-tune`, `fine-tune-results` and `vision`.
`fine-tune`, `fine-tune-results`, `vision` and `user_data`.
enum:
- assistants
- assistants_output
Expand All @@ -27777,6 +27780,7 @@ components:
- fine-tune
- fine-tune-results
- vision
- user_data
status:
type: string
deprecated: true
Expand Down Expand Up @@ -36160,8 +36164,8 @@ components:
service:
- If set to 'auto', and the Project is Scale tier enabled, the system
will utilize scale tier credits until they are exhausted.
- If set to 'auto', and the Project is not Scale tier enabled, the request will be processed using the default service tier with a lower uptime SLA and no latency guarentee.
- If set to 'default', the request will be processed using the default service tier with a lower uptime SLA and no latency guarentee.
- If set to 'auto', and the Project is not Scale tier enabled, the request will be processed using the default service tier with a lower uptime SLA and no latency guarantee.
- If set to 'default', the request will be processed using the default service tier with a lower uptime SLA and no latency guarantee.
- If set to 'flex', the request will be processed with the Flex Processing service tier. [Learn more](/docs/guides/flex-processing).
- When not set, the default behavior is 'auto'.

Expand Down