feat(ai21): update model YAMLs [bot]#885
Conversation
|
/test-models |
Gateway test results
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 79ed952. Configure here.
| - tool_choice | ||
| limits: | ||
| context_window: 256000 | ||
| max_input_tokens: 256000 |
There was a problem hiding this comment.
Removed max_input_tokens instead of keeping it alongside context_window
Medium Severity
max_input_tokens was removed when context_window was added, but every other model in the repository that declares context_window (all Anthropic models) also retains max_input_tokens. This makes jamba-large-1.7 the only model with context_window but without max_input_tokens, which breaks consumers relying on max_input_tokens to determine the input token limit for this model.
Reviewed by Cursor Bugbot for commit 79ed952. Configure here.


Auto-generated by poc-agent for provider
ai21.Note
Cursor Bugbot is generating a summary for commit 79ed952. Configure here.