cansuk99 opened a new issue, #902: URL: https://github.com/apache/flink-agents/issues/902
### Search before asking - [x] I searched in the [issues](https://github.com/apache/flink-agents/issues) and found nothing similar. ### Description I noticed that on Flink Agents built-in chat model integrations, IBM watsonx.ai is missing. watsonx.ai hosts the IBM Granite models plus some third-party ones, and it's quite common in enterprise setups running on IBM Cloud. The watsonx.ai chat API looks OpenAI-compatible at first (same message and tool format), but the existing OpenAI module does not fully cover it: authentication goes through IBM Cloud IAM (you exchange an API key for a short-lived bearer token, which needs caching/refresh) and every request needs a` project_id` or `space_id plus` a version query parameter. I think a dedicated module integration can help with adoption on Apache Flink agents for users running on IBM watsonx.ai. I propose adding: `integrations/chat-models/watsonx/ (Java)` `flink_agents/integrations/chat_models/watsonx/ (Python) using the official ibm-watsonx-ai SDK.` I am looking to contribute to the project and bring this integration forward. ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
