Raise max response length to 128k for GPT-5 models (#4753)
Signed| @@ -648,7 +648,7 @@ | ||
| 648 | 648 | Max Response Length (tokens) |
| 649 | 649 | </div> |
| 650 | 650 | <div class="wide100p"> |
| 651 | 651 | <input type="number" id="openai_max_tokens" name="openai_max_tokens" class="text_pole" min="1" max="65536128000" step="1"> |
| 652 | 652 | </div> |
| 653 | 653 | </div> |
| 654 | 654 | <div class="range-block" data-source="openai,custom,xai,aimlapi,moonshot,azure_openai"> |