This is an automated email from the ASF dual-hosted git repository.

fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 13318f0d8ec CAMEL-22843: camel ibm watsonx ai component
13318f0d8ec is described below

commit 13318f0d8ec27629639eebbe7ebbbcc89fb7140c
Author: Croway <[email protected]>
AuthorDate: Fri Jan 16 17:04:15 2026 +0100

    CAMEL-22843: camel ibm watsonx ai component
---
 .../camel/springboot/catalog/components.properties |   1 +
 .../catalog/components/ibm-watsonx-ai.json         | 164 ++++++++
 .../camel-ibm-watsonx-ai-starter/pom.xml           |  48 +++
 .../src/main/docs/ibm-watsonx-ai.json              | 244 +++++++++++
 .../WatsonxAiComponentAutoConfiguration.java       |  77 ++++
 .../WatsonxAiComponentConfiguration.java           | 463 +++++++++++++++++++++
 .../ai/springboot/WatsonxAiComponentConverter.java |  63 +++
 .../src/main/resources/META-INF/LICENSE.txt        | 203 +++++++++
 .../src/main/resources/META-INF/NOTICE.txt         |  11 +
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  18 +
 components-starter/pom.xml                         |   1 +
 tooling/camel-spring-boot-bom/pom.xml              |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml     |  10 +
 13 files changed, 1308 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index 41cdc818281..5c45fe0a879 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -169,6 +169,7 @@ ibm-watson-discovery
 ibm-watson-language
 ibm-watson-speech-to-text
 ibm-watson-text-to-speech
+ibm-watsonx-ai
 iec60870-client
 iec60870-server
 iggy
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watsonx-ai.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watsonx-ai.json
new file mode 100644
index 00000000000..b0392576a11
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watsonx-ai.json
@@ -0,0 +1,164 @@
+{
+  "component": {
+    "kind": "component",
+    "name": "ibm-watsonx-ai",
+    "title": "IBM watsonx.ai",
+    "description": "Interact with IBM watsonx.ai foundation models for text 
generation, chat, embeddings, and more.",
+    "deprecated": false,
+    "firstVersion": "4.18.0",
+    "label": "ai,cloud",
+    "javaType": "org.apache.camel.component.ibm.watsonx.ai.WatsonxAiComponent",
+    "supportLevel": "Preview",
+    "groupId": "org.apache.camel.springboot",
+    "artifactId": "camel-ibm-watsonx-ai-starter",
+    "version": "4.18.0-SNAPSHOT",
+    "scheme": "ibm-watsonx-ai",
+    "extendsScheme": "",
+    "syntax": "ibm-watsonx-ai:label",
+    "async": false,
+    "api": false,
+    "consumerOnly": false,
+    "producerOnly": true,
+    "lenientProperties": false,
+    "browsable": false,
+    "remote": true
+  },
+  "componentProperties": {
+    "baseUrl": { "index": 0, "kind": "property", "displayName": "Base Url", 
"group": "common", "label": "common", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "The watsonx.ai base URL 
(e.g., https:\/\/us-south.ml.cloud.ibm.com)" },
+    "configuration": { "index": 1, "kind": "property", "displayName": 
"Configuration", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
component configuration" },
+    "projectId": { "index": 2, "kind": "property", "displayName": "Project 
Id", "group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "IBM Cloud project ID" },
+    "spaceId": { "index": 3, "kind": "property", "displayName": "Space Id", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "IBM Cloud deployment 
space ID (alternative to projectId)" },
+    "wxUrl": { "index": 4, "kind": "property", "displayName": "Wx Url", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "The watsonx.ai WX 
platform URL for tool operations (e.g., 
https:\/\/api.dataplatform.cloud.ibm.com\/wx)" },
+    "cosUrl": { "index": 5, "kind": "property", "displayName": "Cos Url", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Cloud Object Storage 
URL" },
+    "deploymentId": { "index": 6, "kind": "property", "displayName": 
"Deployment Id", "group": "producer", "label": "producer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Deployed model ID (for 
deployment operations)" },
+    "detectHap": { "index": 7, "kind": "property", "displayName": "Detect 
Hap", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Whether to detect HAP 
(Harmful, Abusive, Profane content)" },
+    "detectionThreshold": { "index": 8, "kind": "property", "displayName": 
"Detection Threshold", "group": "producer", "label": "producer", "required": 
false, "type": "number", "javaType": "java.lang.Double", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Detection threshold (0.0 
to 1.0)" },
+    "detectPii": { "index": 9, "kind": "property", "displayName": "Detect 
Pii", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Whether to detect PII 
(Personal Identifiable Information)" },
+    "documentBucket": { "index": 10, "kind": "property", "displayName": 
"Document Bucket", "group": "producer", "label": "producer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "COS bucket for document 
storage" },
+    "documentConnectionId": { "index": 11, "kind": "property", "displayName": 
"Document Connection Id", "group": "producer", "label": "producer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "COS connection ID for 
document storage" },
+    "frequencyPenalty": { "index": 12, "kind": "property", "displayName": 
"Frequency Penalty", "group": "producer", "label": "producer", "required": 
false, "type": "number", "javaType": "java.lang.Double", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Frequency penalty for 
chat" },
+    "lazyStartProducer": { "index": 13, "kind": "property", "displayName": 
"Lazy Start Producer", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether the producer should be started lazy (on the first message). By 
starting lazy you can use this to allow CamelContext and routes to startup in 
situations where a producer may otherwise fai [...]
+    "maxCompletionTokens": { "index": 14, "kind": "property", "displayName": 
"Max Completion Tokens", "group": "producer", "label": "producer", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Maximum completion 
tokens for chat" },
+    "maxNewTokens": { "index": 15, "kind": "property", "displayName": "Max New 
Tokens", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Maximum new tokens to 
generate" },
+    "modelId": { "index": 16, "kind": "property", "displayName": "Model Id", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Foundation model ID 
(e.g., ibm\/granite-13b-instruct-v2)" },
+    "operation": { "index": 17, "kind": "property", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiOperations", "enum": [ 
"textGeneration", "textGenerationStreaming", "chat", "chatStreaming", 
"embedding", "rerank", "tokenize", "textExtraction", "textExtractionFetch", 
"textExtractionUpload", "textExtractionUploadAndFetch", 
"textExtractionUploadFile", "textExtractionRea [...]
+    "presencePenalty": { "index": 18, "kind": "property", "displayName": 
"Presence Penalty", "group": "producer", "label": "producer", "required": 
false, "type": "number", "javaType": "java.lang.Double", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Presence penalty for 
chat" },
+    "repetitionPenalty": { "index": 19, "kind": "property", "displayName": 
"Repetition Penalty", "group": "producer", "label": "producer", "required": 
false, "type": "number", "javaType": "java.lang.Double", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Repetition penalty" },
+    "rerankTopN": { "index": 20, "kind": "property", "displayName": "Rerank 
Top N", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Number of top results to 
return for reranking" },
+    "resultBucket": { "index": 21, "kind": "property", "displayName": "Result 
Bucket", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "COS bucket for result 
storage" },
+    "resultConnectionId": { "index": 22, "kind": "property", "displayName": 
"Result Connection Id", "group": "producer", "label": "producer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "COS connection ID for 
result storage" },
+    "returnDocuments": { "index": 23, "kind": "property", "displayName": 
"Return Documents", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Whether to return 
documents in rerank response" },
+    "temperature": { "index": 24, "kind": "property", "displayName": 
"Temperature", "group": "producer", "label": "producer", "required": false, 
"type": "number", "javaType": "java.lang.Double", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Temperature for 
randomness (0.0 to 2.0)" },
+    "topK": { "index": 25, "kind": "property", "displayName": "Top K", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Top K (top-k sampling)" 
},
+    "topP": { "index": 26, "kind": "property", "displayName": "Top P", 
"group": "producer", "label": "producer", "required": false, "type": "number", 
"javaType": "java.lang.Double", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Top P (nucleus 
sampling)" },
+    "truncateInputTokens": { "index": 27, "kind": "property", "displayName": 
"Truncate Input Tokens", "group": "producer", "label": "producer", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Maximum number of tokens 
accepted per input for embeddings. Truncates from [...]
+    "autowiredEnabled": { "index": 28, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching  [...]
+    "logRequests": { "index": 29, "kind": "property", "displayName": "Log 
Requests", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Whether to log HTTP 
requests to the watsonx.ai API" },
+    "logResponses": { "index": 30, "kind": "property", "displayName": "Log 
Responses", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Whether to log HTTP 
responses from the watsonx.ai API" },
+    "timeout": { "index": 31, "kind": "property", "displayName": "Timeout", 
"group": "advanced", "label": "advanced", "required": false, "type": "integer", 
"javaType": "java.lang.Long", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Request timeout in 
milliseconds" },
+    "verifySsl": { "index": 32, "kind": "property", "displayName": "Verify 
Ssl", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Whether to verify SSL 
certificates" },
+    "apiKey": { "index": 33, "kind": "property", "displayName": "Api Key", 
"group": "security", "label": "security", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": true, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "IBM Cloud API key for 
authentication" }
+  },
+  "headers": {
+    "CamelIBMWatsonxAiOperation": { "index": 0, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "WatsonxAiOperations", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The operation to perform", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#OPERATION" },
+    "CamelIBMWatsonxAiInput": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The input text\/prompt for generation", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#INPUT" },
+    "CamelIBMWatsonxAiInputs": { "index": 2, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"java.util.List<String>", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The list of inputs for 
batch operations", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#INPUTS" },
+    "CamelIBMWatsonxAiGeneratedText": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The generated text output", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#GENERATED_TEXT" },
+    "CamelIBMWatsonxAiModelId": { "index": 4, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The model ID to use", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#MODEL_ID" },
+    "CamelIBMWatsonxAiDeploymentId": { "index": 5, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The deployment ID to use", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#DEPLOYMENT_ID" },
+    "CamelIBMWatsonxAiSpaceId": { "index": 6, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The space ID for deployment operations", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#SPACE_ID" },
+    "CamelIBMWatsonxAiDeploymentName": { "index": 7, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The deployment name", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#DEPLOYMENT_NAME" 
},
+    "CamelIBMWatsonxAiDeploymentAssetType": { "index": 8, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The deployed asset type", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#DEPLOYMENT_ASSET_TYPE"
 },
+    "CamelIBMWatsonxAiDeploymentStatus": { "index": 9, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The deployment status state", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#DEPLOYMENT_STATUS"
 },
+    "CamelIBMWatsonxAiTemperature": { "index": 10, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Double", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Temperature for randomness (0.0 to 
2.0)", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#TEMPERATURE" },
+    "CamelIBMWatsonxAiMaxNewTokens": { "index": 11, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Maximum new tokens to generate", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#MAX_NEW_TOKENS" },
+    "CamelIBMWatsonxAiTopP": { "index": 12, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "Double", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Top P (nucleus sampling)", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#TOP_P" },
+    "CamelIBMWatsonxAiTopK": { "index": 13, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Top K (top-k sampling)", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#TOP_K" },
+    "CamelIBMWatsonxAiRepetitionPenalty": { "index": 14, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Double", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Repetition penalty", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#REPETITION_PENALTY"
 },
+    "CamelIBMWatsonxAiMessages": { "index": 15, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "java.util.List", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The chat messages", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#MESSAGES" },
+    "CamelIBMWatsonxAiSystemMessage": { "index": 16, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The system message for chat (used to 
build messages if MESSAGES header is not set)", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#SYSTEM_MESSAGE" },
+    "CamelIBMWatsonxAiUserMessage": { "index": 17, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The user message for chat (used to 
build messages if MESSAGES header is not set, alternative to body)", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#USER_MESSAGE" },
+    "CamelIBMWatsonxAiTools": { "index": 18, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"java.util.List", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The tools available for function 
calling", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#TOOLS" },
+    "CamelIBMWatsonxAiToolChoice": { "index": 19, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Tool choice option (auto, required, 
none)", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#TOOL_CHOICE" },
+    "CamelIBMWatsonxAiEmbeddings": { "index": 20, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "java.util.List", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The embedding vectors 
result", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#EMBEDDINGS" },
+    "CamelIBMWatsonxAiRerankQuery": { "index": 21, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The query for reranking", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#RERANK_QUERY" },
+    "CamelIBMWatsonxAiRerankTopN": { "index": 22, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Number of top results to return for 
reranking", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#RERANK_TOP_N" },
+    "CamelIBMWatsonxAiTokenCount": { "index": 23, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The token count", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#TOKEN_COUNT" },
+    "CamelIBMWatsonxAiTokens": { "index": 24, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"java.util.List<Integer>", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The token IDs", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#TOKENS" },
+    "CamelIBMWatsonxAiFile": { "index": 25, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"java.io.File", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The file to upload", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#FILE" },
+    "CamelIBMWatsonxAiFileName": { "index": 26, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The file name when using InputStream 
input", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#FILE_NAME" },
+    "CamelIBMWatsonxAiFilePath": { "index": 27, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The file path for extraction or 
classification (for files already in COS)", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#FILE_PATH" },
+    "CamelIBMWatsonxAiExtractionId": { "index": 28, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The extraction request ID", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#EXTRACTION_ID" },
+    "CamelIBMWatsonxAiExtractionStatus": { "index": 29, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The extraction status", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#EXTRACTION_STATUS"
 },
+    "CamelIBMWatsonxAiExtractedText": { "index": 30, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The extracted text content", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#EXTRACTED_TEXT" },
+    "CamelIBMWatsonxAiBucketName": { "index": 31, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The COS bucket name for file 
operations", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#BUCKET_NAME" },
+    "CamelIBMWatsonxAiUploadSuccess": { "index": 32, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Boolean", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Whether the upload operation was 
successful", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#UPLOAD_SUCCESS" },
+    "CamelIBMWatsonxAiDeleteSuccess": { "index": 33, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Boolean", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Whether the delete operation was 
successful", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#DELETE_SUCCESS" },
+    "CamelIBMWatsonxAiClassificationId": { "index": 34, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The classification request ID", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#CLASSIFICATION_ID"
 },
+    "CamelIBMWatsonxAiClassificationStatus": { "index": 35, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The classification status", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#CLASSIFICATION_STATUS"
 },
+    "CamelIBMWatsonxAiClassificationResult": { "index": 36, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The classification result (document 
type)", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#CLASSIFICATION_RESULT"
 },
+    "CamelIBMWatsonxAiDocumentClassified": { "index": 37, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Boolean", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Whether the document was classified", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#DOCUMENT_CLASSIFIED"
 },
+    "CamelIBMWatsonxAiErrorMessage": { "index": 38, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Error message when classification or 
extraction fails", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#ERROR_MESSAGE" },
+    "CamelIBMWatsonxAiErrorCode": { "index": 39, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Error code when classification or 
extraction fails", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#ERROR_CODE" },
+    "CamelIBMWatsonxAiDetectors": { "index": 40, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": 
"java.util.List<com.ibm.watsonx.ai.detection.detector.BaseDetector>", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "List of detectors to use", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#DETECTORS" },
+    "CamelIBMWatsonxAiDetected": { "index": 41, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Boolean", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Whether harmful content was detected", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#DETECTED" },
+    "CamelIBMWatsonxAiDetectionResults": { "index": 42, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "java.util.Map", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Detection results grouped 
by type", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#DETECTION_RESULTS"
 },
+    "CamelIBMWatsonxAiDetectionCount": { "index": 43, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Count of detections found", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#DETECTION_COUNT" 
},
+    "CamelIBMWatsonxAiStreamConsumer": { "index": 44, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "java.util.function.Consumer", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Consumer for streaming text", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#STREAM_CONSUMER" 
},
+    "CamelIBMWatsonxAiInputTokenCount": { "index": 45, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Input token count", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#INPUT_TOKEN_COUNT"
 },
+    "CamelIBMWatsonxAiOutputTokenCount": { "index": 46, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Output token count", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#OUTPUT_TOKEN_COUNT"
 },
+    "CamelIBMWatsonxAiStopReason": { "index": 47, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Stop reason for generation", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#STOP_REASON" },
+    "CamelIBMWatsonxAiForecastInputSchema": { "index": 48, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "com.ibm.watsonx.ai.timeseries.InputSchema", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
input schema for time series forecast", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#FORECAST_INPUT_SCHEMA"
 },
+    "CamelIBMWatsonxAiForecastData": { "index": 49, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "com.ibm.watsonx.ai.timeseries.ForecastData", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
forecast data", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#FORECAST_DATA" },
+    "CamelIBMWatsonxAiForecastResults": { "index": 50, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "java.util.List", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The forecast results", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#FORECAST_RESULTS" 
},
+    "CamelIBMWatsonxAiForecastInputDataPoints": { "index": 51, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Number of input data 
points", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#FORECAST_INPUT_DATA_POINTS"
 },
+    "CamelIBMWatsonxAiForecastOutputDataPoints": { "index": 52, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Number of output data 
points", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#FORECAST_OUTPUT_DATA_POINTS"
 },
+    "CamelIBMWatsonxAiFoundationModels": { "index": 53, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "java.util.List", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "List of foundation 
models", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#FOUNDATION_MODELS"
 },
+    "CamelIBMWatsonxAiFoundationModelTasks": { "index": 54, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "java.util.List", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "List of foundation model 
tasks", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#FOUNDATION_MODEL_TASKS"
 },
+    "CamelIBMWatsonxAiFoundationModelFilter": { "index": 55, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Filter for foundation models or tasks", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#FOUNDATION_MODEL_FILTER"
 },
+    "CamelIBMWatsonxAiFoundationModelTechPreview": { "index": 56, "kind": 
"header", "displayName": "", "group": "producer", "label": "", "required": 
false, "javaType": "Boolean", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Include tech preview 
models", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#FOUNDATION_MODEL_TECH_PREVIEW"
 },
+    "CamelIBMWatsonxAiToolName": { "index": 57, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The tool name to run", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#TOOL_NAME" },
+    "CamelIBMWatsonxAiToolRequest": { "index": 58, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "com.ibm.watsonx.ai.tool.ToolRequest", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
tool request object", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#TOOL_REQUEST" },
+    "CamelIBMWatsonxAiToolConfig": { "index": 59, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "java.util.Map", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The tool configuration", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#TOOL_CONFIG" },
+    "CamelIBMWatsonxAiUtilityTools": { "index": 60, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "java.util.List", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "List of available utility 
tools", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#UTILITY_TOOLS" },
+    "CamelIBMWatsonxAiToolRegistry": { "index": 61, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "com.ibm.watsonx.ai.chat.ToolRegistry", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Tool registry for chat with tool calling capabilities", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#TOOL_REGISTRY" },
+    "CamelIBMWatsonxAiToolCalls": { "index": 62, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "java.util.List<com.ibm.watsonx.ai.chat.model.ToolCall>", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "List of tool calls requested by the assistant", 
"constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#TOOL_CALLS" },
+    "CamelIBMWatsonxAiHasToolCalls": { "index": 63, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Boolean", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Whether the assistant response contains 
tool calls", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#HAS_TOOL_CALLS" },
+    "CamelIBMWatsonxAiAssistantMessage": { "index": 64, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "com.ibm.watsonx.ai.chat.model.AssistantMessage", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The full assistant message from chat response", "constantName": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConstants#ASSISTANT_MESSAGE"
 }
+  },
+  "properties": {
+    "label": { "index": 0, "kind": "path", "displayName": "Label", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Logical name for the endpoint" },
+    "baseUrl": { "index": 1, "kind": "parameter", "displayName": "Base Url", 
"group": "common", "label": "common", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "The watsonx.ai base URL 
(e.g., https:\/\/us-south.ml.cloud.ibm.com)" },
+    "projectId": { "index": 2, "kind": "parameter", "displayName": "Project 
Id", "group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "IBM Cloud project ID" },
+    "spaceId": { "index": 3, "kind": "parameter", "displayName": "Space Id", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "IBM Cloud deployment 
space ID (alternative to projectId)" },
+    "wxUrl": { "index": 4, "kind": "parameter", "displayName": "Wx Url", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "The watsonx.ai WX 
platform URL for tool operations (e.g., 
https:\/\/api.dataplatform.cloud.ibm.com\/wx)" },
+    "cosUrl": { "index": 5, "kind": "parameter", "displayName": "Cos Url", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Cloud Object Storage 
URL" },
+    "deploymentId": { "index": 6, "kind": "parameter", "displayName": 
"Deployment Id", "group": "producer", "label": "producer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Deployed model ID (for 
deployment operations)" },
+    "detectHap": { "index": 7, "kind": "parameter", "displayName": "Detect 
Hap", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Whether to detect HAP 
(Harmful, Abusive, Profane content)" },
+    "detectionThreshold": { "index": 8, "kind": "parameter", "displayName": 
"Detection Threshold", "group": "producer", "label": "producer", "required": 
false, "type": "number", "javaType": "java.lang.Double", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Detection threshold (0.0 
to 1.0)" },
+    "detectPii": { "index": 9, "kind": "parameter", "displayName": "Detect 
Pii", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Whether to detect PII 
(Personal Identifiable Information)" },
+    "documentBucket": { "index": 10, "kind": "parameter", "displayName": 
"Document Bucket", "group": "producer", "label": "producer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "COS bucket for document 
storage" },
+    "documentConnectionId": { "index": 11, "kind": "parameter", "displayName": 
"Document Connection Id", "group": "producer", "label": "producer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "COS connection ID for 
document storage" },
+    "frequencyPenalty": { "index": 12, "kind": "parameter", "displayName": 
"Frequency Penalty", "group": "producer", "label": "producer", "required": 
false, "type": "number", "javaType": "java.lang.Double", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Frequency penalty for 
chat" },
+    "maxCompletionTokens": { "index": 13, "kind": "parameter", "displayName": 
"Max Completion Tokens", "group": "producer", "label": "producer", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Maximum completion 
tokens for chat" },
+    "maxNewTokens": { "index": 14, "kind": "parameter", "displayName": "Max 
New Tokens", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Maximum new tokens to 
generate" },
+    "modelId": { "index": 15, "kind": "parameter", "displayName": "Model Id", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Foundation model ID 
(e.g., ibm\/granite-13b-instruct-v2)" },
+    "operation": { "index": 16, "kind": "parameter", "displayName": 
"Operation", "group": "producer", "label": "producer", "required": false, 
"type": "enum", "javaType": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiOperations", "enum": [ 
"textGeneration", "textGenerationStreaming", "chat", "chatStreaming", 
"embedding", "rerank", "tokenize", "textExtraction", "textExtractionFetch", 
"textExtractionUpload", "textExtractionUploadAndFetch", 
"textExtractionUploadFile", "textExtractionRe [...]
+    "presencePenalty": { "index": 17, "kind": "parameter", "displayName": 
"Presence Penalty", "group": "producer", "label": "producer", "required": 
false, "type": "number", "javaType": "java.lang.Double", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Presence penalty for 
chat" },
+    "repetitionPenalty": { "index": 18, "kind": "parameter", "displayName": 
"Repetition Penalty", "group": "producer", "label": "producer", "required": 
false, "type": "number", "javaType": "java.lang.Double", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Repetition penalty" },
+    "rerankTopN": { "index": 19, "kind": "parameter", "displayName": "Rerank 
Top N", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Number of top results to 
return for reranking" },
+    "resultBucket": { "index": 20, "kind": "parameter", "displayName": "Result 
Bucket", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "COS bucket for result 
storage" },
+    "resultConnectionId": { "index": 21, "kind": "parameter", "displayName": 
"Result Connection Id", "group": "producer", "label": "producer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "COS connection ID for 
result storage" },
+    "returnDocuments": { "index": 22, "kind": "parameter", "displayName": 
"Return Documents", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Whether to return 
documents in rerank response" },
+    "temperature": { "index": 23, "kind": "parameter", "displayName": 
"Temperature", "group": "producer", "label": "producer", "required": false, 
"type": "number", "javaType": "java.lang.Double", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Temperature for 
randomness (0.0 to 2.0)" },
+    "topK": { "index": 24, "kind": "parameter", "displayName": "Top K", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Top K (top-k sampling)" 
},
+    "topP": { "index": 25, "kind": "parameter", "displayName": "Top P", 
"group": "producer", "label": "producer", "required": false, "type": "number", 
"javaType": "java.lang.Double", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Top P (nucleus 
sampling)" },
+    "truncateInputTokens": { "index": 26, "kind": "parameter", "displayName": 
"Truncate Input Tokens", "group": "producer", "label": "producer", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Maximum number of tokens 
accepted per input for embeddings. Truncates fro [...]
+    "lazyStartProducer": { "index": 27, "kind": "parameter", "displayName": 
"Lazy Start Producer", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a produ [...]
+    "logRequests": { "index": 28, "kind": "parameter", "displayName": "Log 
Requests", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Whether to log HTTP 
requests to the watsonx.ai API" },
+    "logResponses": { "index": 29, "kind": "parameter", "displayName": "Log 
Responses", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Whether to log HTTP 
responses from the watsonx.ai API" },
+    "timeout": { "index": 30, "kind": "parameter", "displayName": "Timeout", 
"group": "advanced", "label": "advanced", "required": false, "type": "integer", 
"javaType": "java.lang.Long", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Request timeout in 
milliseconds" },
+    "verifySsl": { "index": 31, "kind": "parameter", "displayName": "Verify 
Ssl", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "Whether to verify SSL 
certificates" },
+    "apiKey": { "index": 32, "kind": "parameter", "displayName": "Api Key", 
"group": "security", "label": "security", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": true, "configurationClass": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration", 
"configurationField": "configuration", "description": "IBM Cloud API key for 
authentication" }
+  }
+}
diff --git a/components-starter/camel-ibm-watsonx-ai-starter/pom.xml 
b/components-starter/camel-ibm-watsonx-ai-starter/pom.xml
new file mode 100644
index 00000000000..ffbf0b51b9a
--- /dev/null
+++ b/components-starter/camel-ibm-watsonx-ai-starter/pom.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.camel.springboot</groupId>
+    <artifactId>components-starter</artifactId>
+    <version>4.18.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>camel-ibm-watsonx-ai-starter</artifactId>
+  <packaging>jar</packaging>
+  <name>Camel SB Starters :: ibm-watsonx-ai</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter</artifactId>
+      <version>${spring-boot-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-ibm-watsonx-ai</artifactId>
+      <version>${camel-version}</version>
+    </dependency>
+    <!--START OF GENERATED CODE-->
+    <dependency>
+      <groupId>org.apache.camel.springboot</groupId>
+      <artifactId>camel-core-starter</artifactId>
+    </dependency>
+    <!--END OF GENERATED CODE-->
+  </dependencies>
+</project>
diff --git 
a/components-starter/camel-ibm-watsonx-ai-starter/src/main/docs/ibm-watsonx-ai.json
 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/docs/ibm-watsonx-ai.json
new file mode 100644
index 00000000000..f7273bd6795
--- /dev/null
+++ 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/docs/ibm-watsonx-ai.json
@@ -0,0 +1,244 @@
+{
+  "groups": [
+    {
+      "name": "camel.component.ibm-watsonx-ai",
+      "type": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.customizer",
+      "type": 
"org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration",
+      "sourceMethod": "getCustomizer()"
+    }
+  ],
+  "properties": [
+    {
+      "name": "camel.component.ibm-watsonx-ai.api-key",
+      "type": "java.lang.String",
+      "description": "IBM Cloud API key for authentication",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.autowired-enabled",
+      "type": "java.lang.Boolean",
+      "description": "Whether autowiring is enabled. This is used for 
automatic autowiring options (the option must be marked as autowired) by 
looking up in the registry to find if there is a single instance of matching 
type, which then gets configured on the component. This can be used for 
automatic configuring JDBC data sources, JMS connection factories, AWS Clients, 
etc.",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration",
+      "defaultValue": true
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.base-url",
+      "type": "java.lang.String",
+      "description": "The watsonx.ai base URL (e.g., 
https:\/\/us-south.ml.cloud.ibm.com)",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.configuration",
+      "type": 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration",
+      "description": "The component configuration. The option is a 
org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration type.",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.cos-url",
+      "type": "java.lang.String",
+      "description": "Cloud Object Storage URL",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.customizer.enabled",
+      "type": "java.lang.Boolean",
+      "sourceType": 
"org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.deployment-id",
+      "type": "java.lang.String",
+      "description": "Deployed model ID (for deployment operations)",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.detect-hap",
+      "type": "java.lang.Boolean",
+      "description": "Whether to detect HAP (Harmful, Abusive, Profane 
content)",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.detect-pii",
+      "type": "java.lang.Boolean",
+      "description": "Whether to detect PII (Personal Identifiable 
Information)",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.detection-threshold",
+      "type": "java.lang.Double",
+      "description": "Detection threshold (0.0 to 1.0)",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.document-bucket",
+      "type": "java.lang.String",
+      "description": "COS bucket for document storage",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.document-connection-id",
+      "type": "java.lang.String",
+      "description": "COS connection ID for document storage",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.enabled",
+      "type": "java.lang.Boolean",
+      "description": "Whether to enable auto configuration of the 
ibm-watsonx-ai component. This is enabled by default.",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.frequency-penalty",
+      "type": "java.lang.Double",
+      "description": "Frequency penalty for chat",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.lazy-start-producer",
+      "type": "java.lang.Boolean",
+      "description": "Whether the producer should be started lazy (on the 
first message). By starting lazy you can use this to allow CamelContext and 
routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and starting the [...]
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.log-requests",
+      "type": "java.lang.Boolean",
+      "description": "Whether to log HTTP requests to the watsonx.ai API",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.log-responses",
+      "type": "java.lang.Boolean",
+      "description": "Whether to log HTTP responses from the watsonx.ai API",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.max-completion-tokens",
+      "type": "java.lang.Integer",
+      "description": "Maximum completion tokens for chat",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.max-new-tokens",
+      "type": "java.lang.Integer",
+      "description": "Maximum new tokens to generate",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.model-id",
+      "type": "java.lang.String",
+      "description": "Foundation model ID (e.g., 
ibm\/granite-13b-instruct-v2)",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.operation",
+      "type": "org.apache.camel.component.ibm.watsonx.ai.WatsonxAiOperations",
+      "description": "The operation to perform",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.presence-penalty",
+      "type": "java.lang.Double",
+      "description": "Presence penalty for chat",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.project-id",
+      "type": "java.lang.String",
+      "description": "IBM Cloud project ID",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.repetition-penalty",
+      "type": "java.lang.Double",
+      "description": "Repetition penalty",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.rerank-top-n",
+      "type": "java.lang.Integer",
+      "description": "Number of top results to return for reranking",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.result-bucket",
+      "type": "java.lang.String",
+      "description": "COS bucket for result storage",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.result-connection-id",
+      "type": "java.lang.String",
+      "description": "COS connection ID for result storage",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.return-documents",
+      "type": "java.lang.Boolean",
+      "description": "Whether to return documents in rerank response",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.space-id",
+      "type": "java.lang.String",
+      "description": "IBM Cloud deployment space ID (alternative to 
projectId)",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.temperature",
+      "type": "java.lang.Double",
+      "description": "Temperature for randomness (0.0 to 2.0)",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.timeout",
+      "type": "java.lang.Long",
+      "description": "Request timeout in milliseconds",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.top-k",
+      "type": "java.lang.Integer",
+      "description": "Top K (top-k sampling)",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.top-p",
+      "type": "java.lang.Double",
+      "description": "Top P (nucleus sampling)",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.truncate-input-tokens",
+      "type": "java.lang.Integer",
+      "description": "Maximum number of tokens accepted per input for 
embeddings. Truncates from the end if exceeded.",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.verify-ssl",
+      "type": "java.lang.Boolean",
+      "description": "Whether to verify SSL certificates",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration",
+      "defaultValue": true
+    },
+    {
+      "name": "camel.component.ibm-watsonx-ai.wx-url",
+      "type": "java.lang.String",
+      "description": "The watsonx.ai WX platform URL for tool operations 
(e.g., https:\/\/api.dataplatform.cloud.ibm.com\/wx)",
+      "sourceType": 
"org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConfiguration"
+    }
+  ],
+  "hints": [],
+  "ignored": {
+    "properties": []
+  }
+}
\ No newline at end of file
diff --git 
a/components-starter/camel-ibm-watsonx-ai-starter/src/main/java/org/apache/camel/component/ibm/watsonx/ai/springboot/WatsonxAiComponentAutoConfiguration.java
 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/java/org/apache/camel/component/ibm/watsonx/ai/springboot/WatsonxAiComponentAutoConfiguration.java
new file mode 100644
index 00000000000..1b6036125a8
--- /dev/null
+++ 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/java/org/apache/camel/component/ibm/watsonx/ai/springboot/WatsonxAiComponentAutoConfiguration.java
@@ -0,0 +1,77 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.component.ibm.watsonx.ai.springboot;
+
+import org.apache.camel.CamelContext;
+import org.apache.camel.Component;
+import org.apache.camel.component.ibm.watsonx.ai.WatsonxAiComponent;
+import org.apache.camel.spi.ComponentCustomizer;
+import org.apache.camel.spring.boot.CamelAutoConfiguration;
+import org.apache.camel.spring.boot.ComponentConfigurationProperties;
+import org.apache.camel.spring.boot.util.CamelPropertiesHelper;
+import 
org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans;
+import org.apache.camel.spring.boot.util.ConditionalOnHierarchicalProperties;
+import org.apache.camel.spring.boot.util.HierarchicalPropertiesEvaluator;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.boot.autoconfigure.AutoConfigureAfter;
+import 
org.springframework.boot.context.properties.EnableConfigurationProperties;
+import org.springframework.context.ApplicationContext;
+import org.springframework.context.annotation.Bean;
+import org.springframework.context.annotation.Conditional;
+import org.springframework.context.annotation.Configuration;
+import org.springframework.context.annotation.Lazy;
+
+/**
+ * Generated by camel-package-maven-plugin - do not edit this file!
+ */
+@Configuration(proxyBeanMethods = false)
+@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
+@EnableConfigurationProperties({ComponentConfigurationProperties.class,WatsonxAiComponentConfiguration.class})
+@ConditionalOnHierarchicalProperties({"camel.component", 
"camel.component.ibm-watsonx-ai"})
+@AutoConfigureAfter({CamelAutoConfiguration.class, 
WatsonxAiComponentConverter.class})
+public class WatsonxAiComponentAutoConfiguration {
+
+    @Autowired
+    private ApplicationContext applicationContext;
+    private final CamelContext camelContext;
+    @Autowired
+    private WatsonxAiComponentConfiguration configuration;
+
+    public WatsonxAiComponentAutoConfiguration(
+            org.apache.camel.CamelContext camelContext) {
+        this.camelContext = camelContext;
+    }
+
+    @Lazy
+    @Bean
+    public ComponentCustomizer configureWatsonxAiComponent() {
+        return new ComponentCustomizer() {
+            @Override
+            public void configure(String name, Component target) {
+                CamelPropertiesHelper.copyProperties(camelContext, 
configuration, target);
+            }
+            @Override
+            public boolean isEnabled(String name, Component target) {
+                return HierarchicalPropertiesEvaluator.evaluate(
+                        applicationContext,
+                        "camel.component.customizer",
+                        "camel.component.ibm-watsonx-ai.customizer")
+                    && target instanceof WatsonxAiComponent;
+            }
+        };
+    }
+}
\ No newline at end of file
diff --git 
a/components-starter/camel-ibm-watsonx-ai-starter/src/main/java/org/apache/camel/component/ibm/watsonx/ai/springboot/WatsonxAiComponentConfiguration.java
 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/java/org/apache/camel/component/ibm/watsonx/ai/springboot/WatsonxAiComponentConfiguration.java
new file mode 100644
index 00000000000..cbe7eafb3f9
--- /dev/null
+++ 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/java/org/apache/camel/component/ibm/watsonx/ai/springboot/WatsonxAiComponentConfiguration.java
@@ -0,0 +1,463 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.component.ibm.watsonx.ai.springboot;
+
+import org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration;
+import org.apache.camel.component.ibm.watsonx.ai.WatsonxAiOperations;
+import org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
+import org.springframework.boot.context.properties.ConfigurationProperties;
+
+/**
+ * Interact with IBM watsonx.ai foundation models for text generation, chat,
+ * embeddings, and more.
+ * 
+ * Generated by camel-package-maven-plugin - do not edit this file!
+ */
+@ConfigurationProperties(prefix = "camel.component.ibm-watsonx-ai")
+public class WatsonxAiComponentConfiguration
+        extends
+            ComponentConfigurationPropertiesCommon {
+
+    /**
+     * Whether to enable auto configuration of the ibm-watsonx-ai component.
+     * This is enabled by default.
+     */
+    private Boolean enabled;
+    /**
+     * The watsonx.ai base URL (e.g., https://us-south.ml.cloud.ibm.com)
+     */
+    private String baseUrl;
+    /**
+     * The component configuration. The option is a
+     * org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration type.
+     */
+    private WatsonxAiConfiguration configuration;
+    /**
+     * IBM Cloud project ID
+     */
+    private String projectId;
+    /**
+     * IBM Cloud deployment space ID (alternative to projectId)
+     */
+    private String spaceId;
+    /**
+     * The watsonx.ai WX platform URL for tool operations (e.g.,
+     * https://api.dataplatform.cloud.ibm.com/wx)
+     */
+    private String wxUrl;
+    /**
+     * Cloud Object Storage URL
+     */
+    private String cosUrl;
+    /**
+     * Deployed model ID (for deployment operations)
+     */
+    private String deploymentId;
+    /**
+     * Whether to detect HAP (Harmful, Abusive, Profane content)
+     */
+    private Boolean detectHap = false;
+    /**
+     * Detection threshold (0.0 to 1.0)
+     */
+    private Double detectionThreshold;
+    /**
+     * Whether to detect PII (Personal Identifiable Information)
+     */
+    private Boolean detectPii = false;
+    /**
+     * COS bucket for document storage
+     */
+    private String documentBucket;
+    /**
+     * COS connection ID for document storage
+     */
+    private String documentConnectionId;
+    /**
+     * Frequency penalty for chat
+     */
+    private Double frequencyPenalty;
+    /**
+     * Whether the producer should be started lazy (on the first message). By
+     * starting lazy you can use this to allow CamelContext and routes to
+     * startup in situations where a producer may otherwise fail during 
starting
+     * and cause the route to fail being started. By deferring this startup to
+     * be lazy then the startup failure can be handled during routing messages
+     * via Camel's routing error handlers. Beware that when the first message 
is
+     * processed then creating and starting the producer may take a little time
+     * and prolong the total processing time of the processing.
+     */
+    private Boolean lazyStartProducer = false;
+    /**
+     * Maximum completion tokens for chat
+     */
+    private Integer maxCompletionTokens;
+    /**
+     * Maximum new tokens to generate
+     */
+    private Integer maxNewTokens;
+    /**
+     * Foundation model ID (e.g., ibm/granite-13b-instruct-v2)
+     */
+    private String modelId;
+    /**
+     * The operation to perform
+     */
+    private WatsonxAiOperations operation;
+    /**
+     * Presence penalty for chat
+     */
+    private Double presencePenalty;
+    /**
+     * Repetition penalty
+     */
+    private Double repetitionPenalty;
+    /**
+     * Number of top results to return for reranking
+     */
+    private Integer rerankTopN;
+    /**
+     * COS bucket for result storage
+     */
+    private String resultBucket;
+    /**
+     * COS connection ID for result storage
+     */
+    private String resultConnectionId;
+    /**
+     * Whether to return documents in rerank response
+     */
+    private Boolean returnDocuments = false;
+    /**
+     * Temperature for randomness (0.0 to 2.0)
+     */
+    private Double temperature;
+    /**
+     * Top K (top-k sampling)
+     */
+    private Integer topK;
+    /**
+     * Top P (nucleus sampling)
+     */
+    private Double topP;
+    /**
+     * Maximum number of tokens accepted per input for embeddings. Truncates
+     * from the end if exceeded.
+     */
+    private Integer truncateInputTokens;
+    /**
+     * Whether autowiring is enabled. This is used for automatic autowiring
+     * options (the option must be marked as autowired) by looking up in the
+     * registry to find if there is a single instance of matching type, which
+     * then gets configured on the component. This can be used for automatic
+     * configuring JDBC data sources, JMS connection factories, AWS Clients,
+     * etc.
+     */
+    private Boolean autowiredEnabled = true;
+    /**
+     * Whether to log HTTP requests to the watsonx.ai API
+     */
+    private Boolean logRequests = false;
+    /**
+     * Whether to log HTTP responses from the watsonx.ai API
+     */
+    private Boolean logResponses = false;
+    /**
+     * Request timeout in milliseconds
+     */
+    private Long timeout;
+    /**
+     * Whether to verify SSL certificates
+     */
+    private Boolean verifySsl = true;
+    /**
+     * IBM Cloud API key for authentication
+     */
+    private String apiKey;
+
+    public String getBaseUrl() {
+        return baseUrl;
+    }
+
+    public void setBaseUrl(String baseUrl) {
+        this.baseUrl = baseUrl;
+    }
+
+    public WatsonxAiConfiguration getConfiguration() {
+        return configuration;
+    }
+
+    public void setConfiguration(WatsonxAiConfiguration configuration) {
+        this.configuration = configuration;
+    }
+
+    public String getProjectId() {
+        return projectId;
+    }
+
+    public void setProjectId(String projectId) {
+        this.projectId = projectId;
+    }
+
+    public String getSpaceId() {
+        return spaceId;
+    }
+
+    public void setSpaceId(String spaceId) {
+        this.spaceId = spaceId;
+    }
+
+    public String getWxUrl() {
+        return wxUrl;
+    }
+
+    public void setWxUrl(String wxUrl) {
+        this.wxUrl = wxUrl;
+    }
+
+    public String getCosUrl() {
+        return cosUrl;
+    }
+
+    public void setCosUrl(String cosUrl) {
+        this.cosUrl = cosUrl;
+    }
+
+    public String getDeploymentId() {
+        return deploymentId;
+    }
+
+    public void setDeploymentId(String deploymentId) {
+        this.deploymentId = deploymentId;
+    }
+
+    public Boolean getDetectHap() {
+        return detectHap;
+    }
+
+    public void setDetectHap(Boolean detectHap) {
+        this.detectHap = detectHap;
+    }
+
+    public Double getDetectionThreshold() {
+        return detectionThreshold;
+    }
+
+    public void setDetectionThreshold(Double detectionThreshold) {
+        this.detectionThreshold = detectionThreshold;
+    }
+
+    public Boolean getDetectPii() {
+        return detectPii;
+    }
+
+    public void setDetectPii(Boolean detectPii) {
+        this.detectPii = detectPii;
+    }
+
+    public String getDocumentBucket() {
+        return documentBucket;
+    }
+
+    public void setDocumentBucket(String documentBucket) {
+        this.documentBucket = documentBucket;
+    }
+
+    public String getDocumentConnectionId() {
+        return documentConnectionId;
+    }
+
+    public void setDocumentConnectionId(String documentConnectionId) {
+        this.documentConnectionId = documentConnectionId;
+    }
+
+    public Double getFrequencyPenalty() {
+        return frequencyPenalty;
+    }
+
+    public void setFrequencyPenalty(Double frequencyPenalty) {
+        this.frequencyPenalty = frequencyPenalty;
+    }
+
+    public Boolean getLazyStartProducer() {
+        return lazyStartProducer;
+    }
+
+    public void setLazyStartProducer(Boolean lazyStartProducer) {
+        this.lazyStartProducer = lazyStartProducer;
+    }
+
+    public Integer getMaxCompletionTokens() {
+        return maxCompletionTokens;
+    }
+
+    public void setMaxCompletionTokens(Integer maxCompletionTokens) {
+        this.maxCompletionTokens = maxCompletionTokens;
+    }
+
+    public Integer getMaxNewTokens() {
+        return maxNewTokens;
+    }
+
+    public void setMaxNewTokens(Integer maxNewTokens) {
+        this.maxNewTokens = maxNewTokens;
+    }
+
+    public String getModelId() {
+        return modelId;
+    }
+
+    public void setModelId(String modelId) {
+        this.modelId = modelId;
+    }
+
+    public WatsonxAiOperations getOperation() {
+        return operation;
+    }
+
+    public void setOperation(WatsonxAiOperations operation) {
+        this.operation = operation;
+    }
+
+    public Double getPresencePenalty() {
+        return presencePenalty;
+    }
+
+    public void setPresencePenalty(Double presencePenalty) {
+        this.presencePenalty = presencePenalty;
+    }
+
+    public Double getRepetitionPenalty() {
+        return repetitionPenalty;
+    }
+
+    public void setRepetitionPenalty(Double repetitionPenalty) {
+        this.repetitionPenalty = repetitionPenalty;
+    }
+
+    public Integer getRerankTopN() {
+        return rerankTopN;
+    }
+
+    public void setRerankTopN(Integer rerankTopN) {
+        this.rerankTopN = rerankTopN;
+    }
+
+    public String getResultBucket() {
+        return resultBucket;
+    }
+
+    public void setResultBucket(String resultBucket) {
+        this.resultBucket = resultBucket;
+    }
+
+    public String getResultConnectionId() {
+        return resultConnectionId;
+    }
+
+    public void setResultConnectionId(String resultConnectionId) {
+        this.resultConnectionId = resultConnectionId;
+    }
+
+    public Boolean getReturnDocuments() {
+        return returnDocuments;
+    }
+
+    public void setReturnDocuments(Boolean returnDocuments) {
+        this.returnDocuments = returnDocuments;
+    }
+
+    public Double getTemperature() {
+        return temperature;
+    }
+
+    public void setTemperature(Double temperature) {
+        this.temperature = temperature;
+    }
+
+    public Integer getTopK() {
+        return topK;
+    }
+
+    public void setTopK(Integer topK) {
+        this.topK = topK;
+    }
+
+    public Double getTopP() {
+        return topP;
+    }
+
+    public void setTopP(Double topP) {
+        this.topP = topP;
+    }
+
+    public Integer getTruncateInputTokens() {
+        return truncateInputTokens;
+    }
+
+    public void setTruncateInputTokens(Integer truncateInputTokens) {
+        this.truncateInputTokens = truncateInputTokens;
+    }
+
+    public Boolean getAutowiredEnabled() {
+        return autowiredEnabled;
+    }
+
+    public void setAutowiredEnabled(Boolean autowiredEnabled) {
+        this.autowiredEnabled = autowiredEnabled;
+    }
+
+    public Boolean getLogRequests() {
+        return logRequests;
+    }
+
+    public void setLogRequests(Boolean logRequests) {
+        this.logRequests = logRequests;
+    }
+
+    public Boolean getLogResponses() {
+        return logResponses;
+    }
+
+    public void setLogResponses(Boolean logResponses) {
+        this.logResponses = logResponses;
+    }
+
+    public Long getTimeout() {
+        return timeout;
+    }
+
+    public void setTimeout(Long timeout) {
+        this.timeout = timeout;
+    }
+
+    public Boolean getVerifySsl() {
+        return verifySsl;
+    }
+
+    public void setVerifySsl(Boolean verifySsl) {
+        this.verifySsl = verifySsl;
+    }
+
+    public String getApiKey() {
+        return apiKey;
+    }
+
+    public void setApiKey(String apiKey) {
+        this.apiKey = apiKey;
+    }
+}
\ No newline at end of file
diff --git 
a/components-starter/camel-ibm-watsonx-ai-starter/src/main/java/org/apache/camel/component/ibm/watsonx/ai/springboot/WatsonxAiComponentConverter.java
 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/java/org/apache/camel/component/ibm/watsonx/ai/springboot/WatsonxAiComponentConverter.java
new file mode 100644
index 00000000000..6c081dab25c
--- /dev/null
+++ 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/java/org/apache/camel/component/ibm/watsonx/ai/springboot/WatsonxAiComponentConverter.java
@@ -0,0 +1,63 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.component.ibm.watsonx.ai.springboot;
+
+import java.util.LinkedHashSet;
+import java.util.Set;
+import org.springframework.beans.factory.annotation.Autowired;
+import 
org.springframework.boot.context.properties.ConfigurationPropertiesBinding;
+import org.springframework.context.ApplicationContext;
+import org.springframework.context.annotation.Configuration;
+import org.springframework.core.convert.TypeDescriptor;
+import org.springframework.core.convert.converter.GenericConverter;
+import org.springframework.stereotype.Component;
+
+/**
+ * Generated by camel-package-maven-plugin - do not edit this file!
+ */
+@Configuration(proxyBeanMethods = false)
+@ConfigurationPropertiesBinding
+@Component
+public class WatsonxAiComponentConverter implements GenericConverter {
+
+    @Autowired
+    private ApplicationContext applicationContext;
+
+    public Set<ConvertiblePair> getConvertibleTypes() {
+        Set<ConvertiblePair> answer = new LinkedHashSet<>();
+        answer.add(new ConvertiblePair(String.class, 
org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration.class));
+        return answer;
+    }
+
+    public Object convert(
+            Object source,
+            TypeDescriptor sourceType,
+            TypeDescriptor targetType) {
+        if (source == null) {
+            return null;
+        }
+        String ref = source.toString();
+        if (!ref.startsWith("#")) {
+            return null;
+        }
+        ref = ref.startsWith("#bean:") ? ref.substring(6) : ref.substring(1);
+        switch (targetType.getName()) {
+            case 
"org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration": return 
applicationContext.getBean(ref, 
org.apache.camel.component.ibm.watsonx.ai.WatsonxAiConfiguration.class);
+        }
+        return null;
+    }
+}
\ No newline at end of file
diff --git 
a/components-starter/camel-ibm-watsonx-ai-starter/src/main/resources/META-INF/LICENSE.txt
 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/resources/META-INF/LICENSE.txt
new file mode 100644
index 00000000000..6b0b1270ff0
--- /dev/null
+++ 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/resources/META-INF/LICENSE.txt
@@ -0,0 +1,203 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
diff --git 
a/components-starter/camel-ibm-watsonx-ai-starter/src/main/resources/META-INF/NOTICE.txt
 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/resources/META-INF/NOTICE.txt
new file mode 100644
index 00000000000..2e215bf2e6b
--- /dev/null
+++ 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/resources/META-INF/NOTICE.txt
@@ -0,0 +1,11 @@
+   =========================================================================
+   ==  NOTICE file corresponding to the section 4 d of                    ==
+   ==  the Apache License, Version 2.0,                                   ==
+   ==  in this case for the Apache Camel distribution.                    ==
+   =========================================================================
+
+   This product includes software developed by
+   The Apache Software Foundation (http://www.apache.org/).
+
+   Please read the different LICENSE files present in the licenses directory of
+   this distribution.
diff --git 
a/components-starter/camel-ibm-watsonx-ai-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
new file mode 100644
index 00000000000..3c17daa09ae
--- /dev/null
+++ 
b/components-starter/camel-ibm-watsonx-ai-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
@@ -0,0 +1,18 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+##
+##      http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
+org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentConverter
+org.apache.camel.component.ibm.watsonx.ai.springboot.WatsonxAiComponentAutoConfiguration
diff --git a/components-starter/pom.xml b/components-starter/pom.xml
index 4cfcf451c2c..9791bb02eab 100644
--- a/components-starter/pom.xml
+++ b/components-starter/pom.xml
@@ -271,6 +271,7 @@
     <module>camel-ibm-watson-language-starter</module>
     <module>camel-ibm-watson-speech-to-text-starter</module>
     <module>camel-ibm-watson-text-to-speech-starter</module>
+    <module>camel-ibm-watsonx-ai-starter</module>
     <module>camel-ical-starter</module>
     <module>camel-iec60870-starter</module>
     <module>camel-iggy-starter</module>
diff --git a/tooling/camel-spring-boot-bom/pom.xml 
b/tooling/camel-spring-boot-bom/pom.xml
index 353bbbd513d..c829cd88d02 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -893,6 +893,11 @@
         <artifactId>camel-ibm-watson-text-to-speech-starter</artifactId>
         <version>4.18.0-SNAPSHOT</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>camel-ibm-watsonx-ai-starter</artifactId>
+        <version>4.18.0-SNAPSHOT</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-ical-starter</artifactId>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 384a633422f..8dbbb045cf1 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -1162,6 +1162,11 @@
         <artifactId>camel-ibm-watson-text-to-speech-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>camel-ibm-watsonx-ai-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-ical-starter</artifactId>
@@ -3439,6 +3444,11 @@
         <artifactId>camel-ibm-watson-text-to-speech</artifactId>
         <version>4.18.0-SNAPSHOT</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-ibm-watsonx-ai</artifactId>
+        <version>4.18.0-SNAPSHOT</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-ical</artifactId>

Reply via email to