# ChatCompletionCreateParamsResponseFormatUnion Response format configuration ## Supported Types ### `models.ChatCompletionCreateParamsResponseFormatText` ```python value: models.ChatCompletionCreateParamsResponseFormatText = /* values here */ ``` ### `models.ChatCompletionCreateParamsResponseFormatJSONObject` ```python value: models.ChatCompletionCreateParamsResponseFormatJSONObject = /* values here */ ``` ### `models.ChatCompletionCreateParamsResponseFormatJSONSchema` ```python value: models.ChatCompletionCreateParamsResponseFormatJSONSchema = /* values here */ ``` ### `models.ChatCompletionCreateParamsResponseFormatGrammar` ```python value: models.ChatCompletionCreateParamsResponseFormatGrammar = /* values here */ ``` ### `models.ChatCompletionCreateParamsResponseFormatPython` ```python value: models.ChatCompletionCreateParamsResponseFormatPython = /* values here */ ```