# GetParametersResponse Returns the parameters for the specified model ## Fields | Field | Type | Required | Description | Example | | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | | `data` | [models.GetParametersData](../models/getparametersdata.md) | :heavy_check_mark: | Parameter analytics data | {
"model": "openai/gpt-4",
"supported_parameters": [
"temperature",
"top_p",
"max_tokens"
]
} |