mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
1.5 KiB
1.5 KiB
GetParametersResponse
Returns the parameters for the specified model
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
data |
operations.GetParametersData | ✔️ | Parameter analytics data | { "model": "openai/gpt-4", "supported_parameters": [ "temperature", "top_p", "max_tokens" ] } |