openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
# StopConfiguration

## Enum Variants

| Name | Description |
|---- | -----|
| String | Not supported with latest reasoning models `o3` and `o4-mini`.  Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence.  |
| Vec<String> | Not supported with latest reasoning models &#x60;o3&#x60; and &#x60;o4-mini&#x60;.  Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence.  |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)