|
9 | 9 | |------------ | ------------- | ------------- | -------------| |
10 | 10 | | **id** | **AiModelId** | | [optional] | |
11 | 11 | | **createdTime** | **Long** | Entity creation timestamp in milliseconds since Unix epoch | [optional] [readonly] | |
12 | | -| **tenantId** | **TenantId** | JSON object representing the ID of the tenant associated with this AI model | [readonly] | |
13 | | -| **version** | **Long** | Version of the AI model record; increments automatically whenever the record is changed | [readonly] | |
| 12 | +| **tenantId** | **TenantId** | JSON object representing the ID of the tenant associated with this AI model | [optional] [readonly] | |
| 13 | +| **version** | **Long** | Version of the AI model record; increments automatically whenever the record is changed | [optional] [readonly] | |
14 | 14 | | **name** | **String** | Display name for this AI model configuration; not the technical model identifier | | |
15 | 15 | | **_configuration** | **AiModelConfig** | Configuration of the AI model | [optional] | |
16 | 16 |
|
|
28 | 28 | #### AmazonBedrockChatModelConfig *(extends AiModelConfig, provider=`AMAZON_BEDROCK`)* |
29 | 29 | | Name | Type | Description | Notes | |
30 | 30 | |------|------|-------------|-------| |
31 | | -| modelType | AiModelType | | [optional] [readonly] | |
32 | 31 | | providerConfig | AmazonBedrockProviderConfig | | | |
33 | 32 | | modelId | String | | | |
34 | 33 | | temperature | Double | | [optional] | |
35 | 34 | | topP | Double | | [optional] | |
36 | 35 | | maxOutputTokens | Integer | | [optional] | |
37 | 36 | | timeoutSeconds | Integer | | [optional] | |
38 | 37 | | maxRetries | Integer | | [optional] | |
| 38 | +| modelType | AiModelType | | [optional] [readonly] | |
39 | 39 |
|
40 | 40 | #### AnthropicChatModelConfig *(extends AiModelConfig, provider=`ANTHROPIC`)* |
41 | 41 | | Name | Type | Description | Notes | |
42 | 42 | |------|------|-------------|-------| |
43 | | -| modelType | AiModelType | | [optional] [readonly] | |
44 | 43 | | providerConfig | AnthropicProviderConfig | | | |
45 | 44 | | modelId | String | | | |
46 | 45 | | temperature | Double | | [optional] | |
|
49 | 48 | | maxOutputTokens | Integer | | [optional] | |
50 | 49 | | timeoutSeconds | Integer | | [optional] | |
51 | 50 | | maxRetries | Integer | | [optional] | |
| 51 | +| modelType | AiModelType | | [optional] [readonly] | |
52 | 52 |
|
53 | 53 | #### AzureOpenAiChatModelConfig *(extends AiModelConfig, provider=`AZURE_OPENAI`)* |
54 | 54 | | Name | Type | Description | Notes | |
55 | 55 | |------|------|-------------|-------| |
56 | | -| modelType | AiModelType | | [optional] [readonly] | |
57 | 56 | | providerConfig | AzureOpenAiProviderConfig | | | |
58 | 57 | | modelId | String | | | |
59 | 58 | | temperature | Double | | [optional] | |
|
63 | 62 | | maxOutputTokens | Integer | | [optional] | |
64 | 63 | | timeoutSeconds | Integer | | [optional] | |
65 | 64 | | maxRetries | Integer | | [optional] | |
| 65 | +| modelType | AiModelType | | [optional] [readonly] | |
66 | 66 |
|
67 | 67 | #### GitHubModelsChatModelConfig *(extends AiModelConfig, provider=`GITHUB_MODELS`)* |
68 | 68 | | Name | Type | Description | Notes | |
69 | 69 | |------|------|-------------|-------| |
70 | | -| modelType | AiModelType | | [optional] [readonly] | |
71 | 70 | | providerConfig | GitHubModelsProviderConfig | | | |
72 | 71 | | modelId | String | | | |
73 | 72 | | temperature | Double | | [optional] | |
|
77 | 76 | | maxOutputTokens | Integer | | [optional] | |
78 | 77 | | timeoutSeconds | Integer | | [optional] | |
79 | 78 | | maxRetries | Integer | | [optional] | |
| 79 | +| modelType | AiModelType | | [optional] [readonly] | |
80 | 80 |
|
81 | 81 | #### GoogleAiGeminiChatModelConfig *(extends AiModelConfig, provider=`GOOGLE_AI_GEMINI`)* |
82 | 82 | | Name | Type | Description | Notes | |
83 | 83 | |------|------|-------------|-------| |
84 | | -| modelType | AiModelType | | [optional] [readonly] | |
85 | 84 | | providerConfig | GoogleAiGeminiProviderConfig | | | |
86 | 85 | | modelId | String | | | |
87 | 86 | | temperature | Double | | [optional] | |
|
92 | 91 | | maxOutputTokens | Integer | | [optional] | |
93 | 92 | | timeoutSeconds | Integer | | [optional] | |
94 | 93 | | maxRetries | Integer | | [optional] | |
| 94 | +| modelType | AiModelType | | [optional] [readonly] | |
95 | 95 |
|
96 | 96 | #### GoogleVertexAiGeminiChatModelConfig *(extends AiModelConfig, provider=`GOOGLE_VERTEX_AI_GEMINI`)* |
97 | 97 | | Name | Type | Description | Notes | |
98 | 98 | |------|------|-------------|-------| |
99 | | -| modelType | AiModelType | | [optional] [readonly] | |
100 | 99 | | providerConfig | GoogleVertexAiGeminiProviderConfig | | | |
101 | 100 | | modelId | String | | | |
102 | 101 | | temperature | Double | | [optional] | |
|
107 | 106 | | maxOutputTokens | Integer | | [optional] | |
108 | 107 | | timeoutSeconds | Integer | | [optional] | |
109 | 108 | | maxRetries | Integer | | [optional] | |
| 109 | +| modelType | AiModelType | | [optional] [readonly] | |
110 | 110 |
|
111 | 111 | #### MistralAiChatModelConfig *(extends AiModelConfig, provider=`MISTRAL_AI`)* |
112 | 112 | | Name | Type | Description | Notes | |
113 | 113 | |------|------|-------------|-------| |
114 | | -| modelType | AiModelType | | [optional] [readonly] | |
115 | 114 | | providerConfig | MistralAiProviderConfig | | | |
116 | 115 | | modelId | String | | | |
117 | 116 | | temperature | Double | | [optional] | |
|
121 | 120 | | maxOutputTokens | Integer | | [optional] | |
122 | 121 | | timeoutSeconds | Integer | | [optional] | |
123 | 122 | | maxRetries | Integer | | [optional] | |
| 123 | +| modelType | AiModelType | | [optional] [readonly] | |
124 | 124 |
|
125 | 125 | #### OllamaChatModelConfig *(extends AiModelConfig, provider=`OLLAMA`)* |
126 | 126 | | Name | Type | Description | Notes | |
127 | 127 | |------|------|-------------|-------| |
128 | | -| modelType | AiModelType | | [optional] [readonly] | |
129 | 128 | | providerConfig | OllamaProviderConfig | | | |
130 | 129 | | modelId | String | | | |
131 | 130 | | temperature | Double | | [optional] | |
|
135 | 134 | | maxOutputTokens | Integer | | [optional] | |
136 | 135 | | timeoutSeconds | Integer | | [optional] | |
137 | 136 | | maxRetries | Integer | | [optional] | |
| 137 | +| modelType | AiModelType | | [optional] [readonly] | |
138 | 138 |
|
139 | 139 | #### OpenAiChatModelConfig *(extends AiModelConfig, provider=`OPENAI`)* |
140 | 140 | | Name | Type | Description | Notes | |
141 | 141 | |------|------|-------------|-------| |
142 | | -| modelType | AiModelType | | [optional] [readonly] | |
143 | 142 | | providerConfig | OpenAiProviderConfig | | | |
144 | 143 | | modelId | String | | | |
145 | 144 | | temperature | Double | | [optional] | |
|
149 | 148 | | maxOutputTokens | Integer | | [optional] | |
150 | 149 | | timeoutSeconds | Integer | | [optional] | |
151 | 150 | | maxRetries | Integer | | [optional] | |
| 151 | +| modelType | AiModelType | | [optional] [readonly] | |
152 | 152 |
|
153 | 153 | #### EntityType (enum) |
154 | 154 | `TENANT` | `CUSTOMER` | `USER` | `DASHBOARD` | `ASSET` | `DEVICE` | `ALARM` | `ENTITY_GROUP` | `CONVERTER` | `INTEGRATION` | … (52 values total) |
155 | 155 |
|
156 | | -#### AiModelType (enum) |
157 | | -`CHAT` |
158 | | - |
159 | 156 | #### OpenAiProviderConfig |
160 | 157 | | Name | Type | Description | Notes | |
161 | 158 | |------|------|-------------|-------| |
162 | 159 | | baseUrl | String | | [optional] | |
163 | 160 | | apiKey | String | | [optional] | |
164 | 161 |
|
| 162 | +#### AiModelType (enum) |
| 163 | +`CHAT` |
| 164 | + |
165 | 165 | #### AzureOpenAiProviderConfig |
166 | 166 | | Name | Type | Description | Notes | |
167 | 167 | |------|------|-------------|-------| |
|
0 commit comments