Skip to content

Update ChatCohere models list#5710

Merged
0xi4o merged 2 commits intomainfrom
fix/cohere-models
Feb 5, 2026
Merged

Update ChatCohere models list#5710
0xi4o merged 2 commits intomainfrom
fix/cohere-models

Conversation

@0xi4o
Copy link
Copy Markdown
Contributor

@0xi4o 0xi4o commented Feb 5, 2026

No description provided.

@0xi4o 0xi4o requested a review from HenryHengZJ February 5, 2026 08:58
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @0xi4o, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on enhancing the integration with Cohere's chat models by updating the available model list and ensuring the ChatCohere component is aligned with these new offerings. The changes introduce more current and diverse Cohere models, improve their descriptions for better clarity, and update the component's version and default model selection to leverage the latest advancements.

Highlights

  • Cohere Model Updates: The list of available Cohere chat models has been significantly updated in models.json. Existing models like command-a and command-r-plus have been replaced with versioned counterparts (e.g., command-a-03-2025, command-r-plus-08-2024), and new specialized models such as command-r7b-12-2024, command-a-reasoning-08-2025, and command-r-08-2024 have been added, each with a descriptive overview.
  • Component Version Bump: The ChatCohere component's internal version has been incremented from 2.0 to 3.0 in ChatCohere.ts, indicating a notable update to its capabilities or underlying model integration.
  • Default Model Change: The default model selected for the ChatCohere component has been updated from command-r to command-r-plus-08-2024 to reflect the latest and most capable Cohere model available in the updated list.
Changelog
  • packages/components/models.json
    • Updated Cohere command-a model to command-a-03-2025 with a description.
    • Updated Cohere command-r-plus model to command-r-plus-08-2024 with a description.
    • Added new Cohere model command-r7b-12-2024 with a description.
    • Added new Cohere model command-a-reasoning-08-2025 with a description.
    • Added new Cohere model command-r-08-2024 with a description.
  • packages/components/nodes/chatmodels/ChatCohere/ChatCohere.ts
    • Incremented the ChatCohere component version from 2.0 to 3.0.
    • Changed the default modelName for ChatCohere from command-r to command-r-plus-08-2024.
Activity
  • No specific activity (comments, reviews, or progress updates) has been recorded for this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the list of available models for the ChatCohere node, removing older models and adding several new ones. The node version is also bumped to reflect these changes.

My review has identified two main issues:

  1. The pricing information for the newly added Cohere models in models.json is incorrect. It appears the same placeholder values have been used for all new models, which do not reflect the official pricing for models like Command R and Command R+.
  2. The default model in ChatCohere.ts has been changed to command-r-plus-08-2024, which is significantly more expensive than the previous default. This could lead to unexpected high costs for users.

I've provided specific suggestions to correct the pricing and to select a more cost-effective default model.

Comment thread packages/components/models.json
Comment thread packages/components/nodes/chatmodels/ChatCohere/ChatCohere.ts Outdated
@0xi4o 0xi4o merged commit 1678ae9 into main Feb 5, 2026
7 checks passed
vellanki-santhosh pushed a commit to vellanki-santhosh/Flowise that referenced this pull request Feb 17, 2026
* update chat cohere models

* update: chat cohere model pricing and default model
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