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
|**presence_penalty**|_number_| Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics |
120
120
|**response_format**|_unknown_| One of the following: |
|** type***|_enum_| Possible values: json. |
123
-
|** value***|_unknown_| A string that represents a [JSON Schema](https://json-schema.org/). JSON Schema is a declarative language that allows to annotate JSON documents with types and descriptions. |
122
+
|** type***|_enum_| Possible values: text. |
|** name**|_string_| Optional name identifier for the schema |
131
-
|** schema***|_unknown_| The actual JSON schema definition |
|** name***|_string_| The name of the response format. |
127
+
|** description**|_string_| A description of what the response format is for, used by the model to determine how to respond in the format. |
128
+
|** schema**|_object_| The schema for the response format, described as a JSON Schema object. Learn how to build JSON schemas [here](https://json-schema.org/). |
129
+
|** strict**|_boolean_| Whether to enable strict schema adherence when generating the output. If set to true, the model will always follow the exact schema defined in the `schema` field. |
0 commit comments