Skip to content

feat(ai21): update model YAMLs [bot]#885

Open
harshiv-26 wants to merge 1 commit intomainfrom
bot/update-ai21-20260429-082302
Open

feat(ai21): update model YAMLs [bot]#885
harshiv-26 wants to merge 1 commit intomainfrom
bot/update-ai21-20260429-082302

Conversation

@harshiv-26
Copy link
Copy Markdown
Collaborator

@harshiv-26 harshiv-26 commented Apr 29, 2026

Auto-generated by poc-agent for provider ai21.


Note

Cursor Bugbot is generating a summary for commit 79ed952. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

/test-models

@harshiv-26
Copy link
Copy Markdown
Collaborator Author

Gateway test results

  • Total: 6
  • Passed: 6
  • Failed: 0
  • Validation failed: 0
  • Errored: 0
  • Skipped: 0
  • Success rate: 100.0%
Provider Model Scenarios
ai21 jamba-large-1.7 success: params:stream, params, tool-call:stream, tool-call, json-output:stream, json-output

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 79ed952. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant