You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defines the dates of deprecation for the different use cases of a model.
5130
5130
5131
-
Usually base models support 1 year of fine tuning after creation. Inference is typically supported 2 years after creation of base or
5132
-
5133
-
fine tuned models. The exact dates are specified in the properties.
5131
+
Usually base models support 1 year of fine tuning after creation. Inference is typically supported 2 years after creation of base or fine tuned models. The exact dates are specified in the properties.
5134
5132
5135
5133
| Name | Type | Description | Required | Default |
| content_url | string | The url to download the document from (can be SAS url of a blob or any other external url accessible with a GET request). | Yes ||
5568
5566
| expires_after |[FileExpiresAfter](#fileexpiresafter)| Defines a expiration for the file. | No ||
5569
-
| filename | string | The name of the [JSON Lines](https://jsonlines.readthedocs.io/en/latest/) file to be uploaded.
5570
-
If the `purpose` is set to "fine-tune", each line is a JSON record with "prompt" and "completion" fields representing your training examples. | Yes | |
5567
+
| filename | string | The name of the [JSON Lines](https://jsonlines.readthedocs.io/en/latest/) file to be uploaded. If the `purpose` is set to "fine-tune", each line is a JSON record with "prompt" and "completion" fields representing your training examples. | Yes ||
5571
5568
| purpose |[Purpose](#purpose)| The intended purpose of the uploaded documents. Use "fine-tune" for fine-tuning. This allows us to validate the format of the uploaded file. | Yes ||
5572
5569
5573
5570
### FileList
@@ -5683,8 +5680,7 @@ Defines the values of a fine tune job.
5683
5680
| Name | Type | Description | Required | Default |
| hyperparameters |[FineTuningHyperParameters](#finetuninghyperparameters)| The hyper parameter settings used in a fine tune job. | No ||
5686
-
| integrations | array | A list configurations for integrations supporting the fine-tuning job.
5687
-
There are many integrations planned, so make sure to check and act on the integration type. | No | |
5683
+
| integrations | array | A list configurations for integrations supporting the fine-tuning job. There are many integrations planned, so make sure to check and act on the integration type. | No ||
5688
5684
| method | object | Method used for supervised finetuning | No ||
5689
5685
| └─ type |[FineTuningMethodType](#finetuningmethodtype)|| No ||
5690
5686
| model | string | The identifier (model-id) of the base model used for this fine-tune. | Yes ||
@@ -5763,8 +5759,7 @@ The state of a finetunes object or fine tuning job.
5763
5759
5764
5760
| Name | Type | Description | Required | Default |
| content | string | The contents of the message. | No ||
5911
5906
| id | string | The identity of message. | No ||
5912
-
| name | string | An optional name for the participant.
5913
-
Provides the model information to differentiate between participants of the same role. | No | |
5907
+
| name | string | An optional name for the participant. Provides the model information to differentiate between participants of the same role. | No ||
5914
5908
| role | string | The role of the entity that is creating the message. | No ||
5915
5909
5916
5910
### InputTextContent
@@ -5956,8 +5950,7 @@ Note: A model can be promoted from "preview" to "generally-available", but never
5956
5950
5957
5951
| Property | Value |
5958
5952
|----------|-------|
5959
-
| **Description** | The life cycle status of a model.
5960
-
Note: A model can be promoted from "preview" to "generally-available", but never from "generally-available" to "preview". |
5953
+
|**Description**| The life cycle status of a model. Note: A model can be promoted from "preview" to "generally-available", but never from "generally-available" to "preview". |
| logprob | number | The log probability of this token, if it is within the top 20 most likely tokens.
5979
-
Otherwise, the value `-9999.0` is used to signify that the token is very unlikely. | No | |
5971
+
| logprob | number | The log probability of this token, if it is within the top 20 most likely tokens. Otherwise, the value `-9999.0` is used to signify that the token is very unlikely. | No ||
5980
5972
| token | string | The token. | No ||
5981
5973
5982
5974
### Metadata
@@ -6084,8 +6076,7 @@ Serverless compute.
6084
6076
`system_fingerprint` response parameter to monitor changes in the backend. | No | |
6085
6077
| service_tier | string | Specifies the latency tier to use for processing the request. | No ||
6086
6078
| system_fingerprint | string | This fingerprint represents the backend configuration that the model runs with. Can be used in conjunction with the `seed` request parameter to understand when backend changes have been made that might impact determinism. | No ||
6087
-
| temperature | number | What sampling temperature to use, between 0 and 2. Higher values
6088
-
like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. We generally recommend altering this or `top_p` but not both. | No | |
6079
+
| temperature | number | What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. We generally recommend altering this or `top_p` but not both. | No ||
6089
6080
| tool_choice | string | Controls which (if any) tool is called by the model. | No ||
6090
6081
| tools | array | A list of tools the model may call. Currently, only functions are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. A max of 128 functions are supported. | No ||
6091
6082
| top_p | number | An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or `temperature` but not both. | No ||
0 commit comments