Skip to content

feat: add CometAPI integration with ChatCometAPI node#5160

Merged
chungyau97 merged 4 commits into
FlowiseAI:mainfrom
cometapi-dev:feat/cometapi
Sep 10, 2025
Merged

feat: add CometAPI integration with ChatCometAPI node#5160
chungyau97 merged 4 commits into
FlowiseAI:mainfrom
cometapi-dev:feat/cometapi

Conversation

@tensornull

@tensornull tensornull commented Sep 2, 2025

Copy link
Copy Markdown
Contributor

Add CometAPI Integration Support

Adds CometAPI chat model integration to Flowise with manual model input (similar to OpenRouter).

Features

  • 🔐 CometAPI credential management
  • 🤖 ChatCometAPI node with manual model name input
  • ⚡ Streaming support
  • 🎯 Custom error handling

Usage

  1. Add CometAPI credential with your API key
  2. Add ChatCometAPI node to flow
  3. Enter model name (e.g., gpt-5-mini, gemini-2.5-flash, claude-sonnet-4-20250514)

Files Changed

  • packages/components/credentials/CometApi.credential.ts - API key management
  • packages/components/nodes/chatmodels/ChatCometAPI/ChatCometAPI.ts - Main chat model
  • packages/components/nodes/chatmodels/ChatCometAPI/cometapi.svg - Icon
  • packages/server/src/utils/index.ts - Streaming support

Follows OpenRouter pattern with manual model input for maximum flexibility.

Documentation

FlowiseAI/FlowiseDocs#185

Test

https://www.loom.com/share/1ab5d5db30494bfaac072e0a35136c9b

@tensornull tensornull changed the title feat: add CometAPI integration with ChatCometAPI node and credential … feat: add CometAPI integration with ChatCometAPI node Sep 4, 2025
@chungyau97 chungyau97 self-requested a review September 9, 2025 07:43
@chungyau97 chungyau97 added the enhancement New feature or request label Sep 9, 2025
@chungyau97 chungyau97 merged commit 099cf48 into FlowiseAI:main Sep 10, 2025
2 checks passed
erhhung pushed a commit to erhhung/flowise that referenced this pull request Oct 5, 2025
* feat: add CometAPI integration with ChatCometAPI node and credential support

* feat: remove timeout and stop sequence parameters from ChatCometAPI node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants