From 6ebd32d47cc5b5779443c1dbb0137e72c23a756a Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 11 Jun 2026 16:11:22 -0600 Subject: [PATCH] fix: added in forgotten require_max_tokens to the fable model --- models.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/models.yaml b/models.yaml index c0841db..2062639 100644 --- a/models.yaml +++ b/models.yaml @@ -332,6 +332,7 @@ - name: claude-fable-5 max_input_tokens: 1000000 max_output_tokens: 128000 + require_max_tokens: true input_price: 10 output_price: 50 supports_function_calling: true @@ -877,6 +878,7 @@ - name: claude-fable-5 max_input_tokens: 1000000 max_output_tokens: 128000 + require_max_tokens: true input_price: 10 output_price: 50 supports_function_calling: true @@ -1055,6 +1057,7 @@ - name: us.anthropic.claude-fable-5 max_input_tokens: 1000000 max_output_tokens: 128000 + require_max_tokens: true input_price: 10 output_price: 50 supports_function_calling: true @@ -1753,6 +1756,7 @@ - name: anthropic/claude-fable-5 max_input_tokens: 1000000 max_output_tokens: 128000 + require_max_tokens: true input_price: 10 output_price: 50 supports_function_calling: true