# CompletionCreateParamsResponseFormatUnion ## Supported Types ### `components.CompletionCreateParamsResponseFormatText` ```python value: components.CompletionCreateParamsResponseFormatText = /* values here */ ``` ### `components.CompletionCreateParamsResponseFormatJSONObject` ```python value: components.CompletionCreateParamsResponseFormatJSONObject = /* values here */ ``` ### `components.ResponseFormatJSONSchema` ```python value: components.ResponseFormatJSONSchema = /* values here */ ``` ### `components.ResponseFormatTextGrammar` ```python value: components.ResponseFormatTextGrammar = /* values here */ ``` ### `components.CompletionCreateParamsResponseFormatPython` ```python value: components.CompletionCreateParamsResponseFormatPython = /* values here */ ```