# ResponseFormat Response format configuration ## Supported Types ### `models.ResponseFormatText` ```python value: models.ResponseFormatText = /* values here */ ``` ### `models.ResponseFormatJSONObject` ```python value: models.ResponseFormatJSONObject = /* values here */ ``` ### `models.ResponseFormatJSONSchema` ```python value: models.ResponseFormatJSONSchema = /* values here */ ``` ### `models.ResponseFormatGrammar` ```python value: models.ResponseFormatGrammar = /* values here */ ``` ### `models.ResponseFormatPython` ```python value: models.ResponseFormatPython = /* values here */ ```