@futdevpro/fsm-dynamo 1.15.15 → 1.15.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dynamo/pipeline.cicd.config.json +128 -0
- package/build/_collections/utils/require-env.util.d.ts +3 -3
- package/build/_collections/utils/require-env.util.js +2 -2
- package/build/_models/interfaces/environment/global-settings.interface.d.ts +1 -1
- package/build/_modules/ai/_collections/ai-model-registry.util.d.ts +24 -0
- package/build/_modules/ai/_collections/ai-model-registry.util.d.ts.map +1 -0
- package/build/_modules/ai/_collections/ai-model-registry.util.js +31 -0
- package/build/_modules/ai/_collections/ai-model-registry.util.js.map +1 -0
- package/build/_modules/ai/_enums/ai-message-role.enum.d.ts +3 -1
- package/build/_modules/ai/_enums/ai-message-role.enum.d.ts.map +1 -1
- package/build/_modules/ai/_enums/ai-message-role.enum.js +2 -0
- package/build/_modules/ai/_enums/ai-message-role.enum.js.map +1 -1
- package/build/_modules/ai/_enums/ai-model-type.enum.d.ts +3 -1
- package/build/_modules/ai/_enums/ai-model-type.enum.d.ts.map +1 -1
- package/build/_modules/ai/_enums/ai-model-type.enum.js +2 -0
- package/build/_modules/ai/_enums/ai-model-type.enum.js.map +1 -1
- package/build/_modules/ai/_models/ai-call-settings.interface.d.ts +21 -0
- package/build/_modules/ai/_models/ai-call-settings.interface.d.ts.map +1 -1
- package/build/_modules/ai/_models/ai-call-settings.interface.js +21 -0
- package/build/_modules/ai/_models/ai-call-settings.interface.js.map +1 -1
- package/build/_modules/ai/_models/ai-llm-response.interface.d.ts +5 -0
- package/build/_modules/ai/_models/ai-llm-response.interface.d.ts.map +1 -1
- package/build/_modules/ai/_models/ai-message.interface.d.ts +5 -0
- package/build/_modules/ai/_models/ai-message.interface.d.ts.map +1 -1
- package/build/_modules/ai/_models/ai-model-capabilities.interface.d.ts +28 -0
- package/build/_modules/ai/_models/ai-model-capabilities.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-model-capabilities.interface.js +3 -0
- package/build/_modules/ai/_models/ai-model-capabilities.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-model-info.interface.d.ts +62 -0
- package/build/_modules/ai/_models/ai-model-info.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-model-info.interface.js +3 -0
- package/build/_modules/ai/_models/ai-model-info.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-model-settings-schema.interface.d.ts +52 -0
- package/build/_modules/ai/_models/ai-model-settings-schema.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-model-settings-schema.interface.js +3 -0
- package/build/_modules/ai/_models/ai-model-settings-schema.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-tool-call.interface.d.ts +19 -0
- package/build/_modules/ai/_models/ai-tool-call.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-tool-call.interface.js +3 -0
- package/build/_modules/ai/_models/ai-tool-call.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-tool-handler.type.d.ts +11 -0
- package/build/_modules/ai/_models/ai-tool-handler.type.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-tool-handler.type.js +3 -0
- package/build/_modules/ai/_models/ai-tool-handler.type.js.map +1 -0
- package/build/_modules/ai/_models/ai-tool-result.interface.d.ts +17 -0
- package/build/_modules/ai/_models/ai-tool-result.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-tool-result.interface.js +3 -0
- package/build/_modules/ai/_models/ai-tool-result.interface.js.map +1 -0
- package/build/_modules/ai/_models/ai-tool.interface.d.ts +17 -0
- package/build/_modules/ai/_models/ai-tool.interface.d.ts.map +1 -0
- package/build/_modules/ai/_models/ai-tool.interface.js +3 -0
- package/build/_modules/ai/_models/ai-tool.interface.js.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_collections/aai-models.const.d.ts +14 -0
- package/build/_modules/ai/_modules/anthropic/_collections/aai-models.const.d.ts.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_collections/aai-models.const.js +80 -0
- package/build/_modules/ai/_modules/anthropic/_collections/aai-models.const.js.map +1 -0
- package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.d.ts +4 -0
- package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.d.ts.map +1 -1
- package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.js +7 -0
- package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.js.map +1 -1
- package/build/_modules/ai/_modules/anthropic/index.d.ts +1 -0
- package/build/_modules/ai/_modules/anthropic/index.d.ts.map +1 -1
- package/build/_modules/ai/_modules/anthropic/index.js +2 -0
- package/build/_modules/ai/_modules/anthropic/index.js.map +1 -1
- package/build/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.d.ts +12 -0
- package/build/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.d.ts.map +1 -0
- package/build/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.js +35 -0
- package/build/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.js.map +1 -0
- package/build/_modules/ai/_modules/fdp-ai/index.d.ts +1 -0
- package/build/_modules/ai/_modules/fdp-ai/index.d.ts.map +1 -1
- package/build/_modules/ai/_modules/fdp-ai/index.js +2 -0
- package/build/_modules/ai/_modules/fdp-ai/index.js.map +1 -1
- package/build/_modules/ai/_modules/google-ai/_collections/gai-models.const.d.ts +13 -0
- package/build/_modules/ai/_modules/google-ai/_collections/gai-models.const.d.ts.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_collections/gai-models.const.js +97 -0
- package/build/_modules/ai/_modules/google-ai/_collections/gai-models.const.js.map +1 -0
- package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.d.ts +4 -0
- package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.d.ts.map +1 -1
- package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.js +8 -1
- package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.js.map +1 -1
- package/build/_modules/ai/_modules/google-ai/index.d.ts +1 -0
- package/build/_modules/ai/_modules/google-ai/index.d.ts.map +1 -1
- package/build/_modules/ai/_modules/google-ai/index.js +2 -0
- package/build/_modules/ai/_modules/google-ai/index.js.map +1 -1
- package/build/_modules/ai/_modules/local-ai/_collections/lai-models.const.d.ts +13 -0
- package/build/_modules/ai/_modules/local-ai/_collections/lai-models.const.d.ts.map +1 -0
- package/build/_modules/ai/_modules/local-ai/_collections/lai-models.const.js +53 -0
- package/build/_modules/ai/_modules/local-ai/_collections/lai-models.const.js.map +1 -0
- package/build/_modules/ai/_modules/local-ai/index.d.ts +1 -0
- package/build/_modules/ai/_modules/local-ai/index.d.ts.map +1 -1
- package/build/_modules/ai/_modules/local-ai/index.js +2 -0
- package/build/_modules/ai/_modules/local-ai/index.js.map +1 -1
- package/build/_modules/ai/_modules/open-ai/_collections/oai-models.const.d.ts +13 -0
- package/build/_modules/ai/_modules/open-ai/_collections/oai-models.const.d.ts.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_collections/oai-models.const.js +240 -0
- package/build/_modules/ai/_modules/open-ai/_collections/oai-models.const.js.map +1 -0
- package/build/_modules/ai/_modules/open-ai/_enums/oai-model.enum.d.ts +8 -0
- package/build/_modules/ai/_modules/open-ai/_enums/oai-model.enum.d.ts.map +1 -1
- package/build/_modules/ai/_modules/open-ai/_enums/oai-model.enum.js +10 -0
- package/build/_modules/ai/_modules/open-ai/_enums/oai-model.enum.js.map +1 -1
- package/build/_modules/ai/_modules/open-ai/index.d.ts +1 -0
- package/build/_modules/ai/_modules/open-ai/index.d.ts.map +1 -1
- package/build/_modules/ai/_modules/open-ai/index.js +1 -0
- package/build/_modules/ai/_modules/open-ai/index.js.map +1 -1
- package/build/_modules/ai/index.d.ts +8 -0
- package/build/_modules/ai/index.d.ts.map +1 -1
- package/build/_modules/ai/index.js +8 -0
- package/build/_modules/ai/index.js.map +1 -1
- package/package.json +1 -1
- package/src/_collections/utils/require-env.util.ts +3 -3
- package/src/_models/interfaces/environment/global-settings.interface.ts +1 -1
- package/src/_modules/ai/_collections/ai-model-registry.util.spec.ts +37 -0
- package/src/_modules/ai/_collections/ai-model-registry.util.ts +30 -0
- package/src/_modules/ai/_enums/ai-message-role.enum.ts +2 -0
- package/src/_modules/ai/_enums/ai-model-type.enum.ts +2 -0
- package/src/_modules/ai/_models/ai-call-settings.interface.ts +21 -0
- package/src/_modules/ai/_models/ai-llm-response.interface.ts +5 -0
- package/src/_modules/ai/_models/ai-message.interface.ts +5 -0
- package/src/_modules/ai/_models/ai-model-capabilities.interface.ts +27 -0
- package/src/_modules/ai/_models/ai-model-info.interface.ts +63 -0
- package/src/_modules/ai/_models/ai-model-settings-schema.interface.ts +52 -0
- package/src/_modules/ai/_models/ai-tool-call.interface.ts +18 -0
- package/src/_modules/ai/_models/ai-tool-handler.type.ts +11 -0
- package/src/_modules/ai/_models/ai-tool-result.interface.ts +16 -0
- package/src/_modules/ai/_models/ai-tool.interface.ts +16 -0
- package/src/_modules/ai/_modules/anthropic/_collections/aai-models.const.ts +78 -0
- package/src/_modules/ai/_modules/anthropic/_enums/aai-model.enum.ts +8 -0
- package/src/_modules/ai/_modules/anthropic/index.ts +3 -0
- package/src/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.ts +33 -0
- package/src/_modules/ai/_modules/fdp-ai/index.ts +3 -0
- package/src/_modules/ai/_modules/google-ai/_collections/gai-models.const.ts +95 -0
- package/src/_modules/ai/_modules/google-ai/_enums/gai-model.enum.ts +9 -1
- package/src/_modules/ai/_modules/google-ai/index.ts +3 -0
- package/src/_modules/ai/_modules/local-ai/_collections/lai-models.const.ts +51 -0
- package/src/_modules/ai/_modules/local-ai/index.ts +3 -0
- package/src/_modules/ai/_modules/open-ai/_collections/oai-models.const.ts +241 -0
- package/src/_modules/ai/_modules/open-ai/_enums/oai-model.enum.ts +11 -0
- package/src/_modules/ai/_modules/open-ai/index.ts +1 -0
- package/src/_modules/ai/index.ts +8 -0
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
import { DyFM_AI_Provider } from '../../../_enums/ai-provider.enum';
|
|
2
|
+
import { DyFM_AI_ModelType } from '../../../_enums/ai-model-type.enum';
|
|
3
|
+
import { DyFM_AI_ModelInfo } from '../../../_models/ai-model-info.interface';
|
|
4
|
+
import { DyFM_OAI_Model } from '../_enums/oai-model.enum';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* OpenAI model registry — verified 2026-06-01 against developers.openai.com docs.
|
|
8
|
+
*
|
|
9
|
+
* Contains current GA + still-callable legacy models. Retired models are omitted;
|
|
10
|
+
* sunsetting ones carry `status: 'deprecated'` + `successorId` + `sunsetDate`.
|
|
11
|
+
*
|
|
12
|
+
* Tool-calling note: native function calling is universal across current OpenAI
|
|
13
|
+
* chat models. The `-pro` reasoning models support tools but NOT streaming and
|
|
14
|
+
* are Responses-API-only — reflected in `capabilities.streaming`.
|
|
15
|
+
*/
|
|
16
|
+
export const DyFM_OAI_Models: DyFM_AI_ModelInfo[] = [
|
|
17
|
+
// ── Chat / reasoning (current GA) ──
|
|
18
|
+
{
|
|
19
|
+
id: DyFM_OAI_Model.gpt55,
|
|
20
|
+
provider: DyFM_AI_Provider.OpenAI,
|
|
21
|
+
modelType: DyFM_AI_ModelType.Chat,
|
|
22
|
+
displayName: 'GPT-5.5',
|
|
23
|
+
tier: 'flagship',
|
|
24
|
+
status: 'ga',
|
|
25
|
+
contextWindow: 1_050_000,
|
|
26
|
+
maxOutputTokens: 128_000,
|
|
27
|
+
capabilities: {
|
|
28
|
+
functionCalling: true,
|
|
29
|
+
vision: true,
|
|
30
|
+
streaming: true,
|
|
31
|
+
jsonMode: true,
|
|
32
|
+
audioInput: false,
|
|
33
|
+
audioOutput: false,
|
|
34
|
+
imageGeneration: false,
|
|
35
|
+
embeddings: false,
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
id: DyFM_OAI_Model.gpt55_pro,
|
|
40
|
+
provider: DyFM_AI_Provider.OpenAI,
|
|
41
|
+
modelType: DyFM_AI_ModelType.Chat,
|
|
42
|
+
displayName: 'GPT-5.5 Pro',
|
|
43
|
+
tier: 'pro',
|
|
44
|
+
status: 'ga',
|
|
45
|
+
contextWindow: 1_050_000,
|
|
46
|
+
maxOutputTokens: 128_000,
|
|
47
|
+
capabilities: {
|
|
48
|
+
functionCalling: true,
|
|
49
|
+
vision: true,
|
|
50
|
+
streaming: false, // Responses-API-only, no streaming
|
|
51
|
+
jsonMode: true,
|
|
52
|
+
audioInput: false,
|
|
53
|
+
audioOutput: false,
|
|
54
|
+
imageGeneration: false,
|
|
55
|
+
embeddings: false,
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
id: DyFM_OAI_Model.gpt54,
|
|
60
|
+
provider: DyFM_AI_Provider.OpenAI,
|
|
61
|
+
modelType: DyFM_AI_ModelType.Chat,
|
|
62
|
+
displayName: 'GPT-5.4',
|
|
63
|
+
tier: 'flagship',
|
|
64
|
+
status: 'ga',
|
|
65
|
+
contextWindow: 1_000_000,
|
|
66
|
+
maxOutputTokens: 128_000,
|
|
67
|
+
capabilities: {
|
|
68
|
+
functionCalling: true,
|
|
69
|
+
vision: true,
|
|
70
|
+
streaming: true,
|
|
71
|
+
jsonMode: true,
|
|
72
|
+
audioInput: false,
|
|
73
|
+
audioOutput: false,
|
|
74
|
+
imageGeneration: false,
|
|
75
|
+
embeddings: false,
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
id: DyFM_OAI_Model.gpt54_mini,
|
|
80
|
+
provider: DyFM_AI_Provider.OpenAI,
|
|
81
|
+
modelType: DyFM_AI_ModelType.Chat,
|
|
82
|
+
displayName: 'GPT-5.4 mini',
|
|
83
|
+
tier: 'mini',
|
|
84
|
+
status: 'ga',
|
|
85
|
+
contextWindow: 400_000,
|
|
86
|
+
maxOutputTokens: 128_000,
|
|
87
|
+
capabilities: {
|
|
88
|
+
functionCalling: true,
|
|
89
|
+
vision: true,
|
|
90
|
+
streaming: true,
|
|
91
|
+
jsonMode: true,
|
|
92
|
+
audioInput: false,
|
|
93
|
+
audioOutput: false,
|
|
94
|
+
imageGeneration: false,
|
|
95
|
+
embeddings: false,
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
id: DyFM_OAI_Model.gpt54_nano,
|
|
100
|
+
provider: DyFM_AI_Provider.OpenAI,
|
|
101
|
+
modelType: DyFM_AI_ModelType.Chat,
|
|
102
|
+
displayName: 'GPT-5.4 nano',
|
|
103
|
+
tier: 'nano',
|
|
104
|
+
status: 'ga',
|
|
105
|
+
contextWindow: 400_000,
|
|
106
|
+
maxOutputTokens: 128_000,
|
|
107
|
+
capabilities: {
|
|
108
|
+
functionCalling: true,
|
|
109
|
+
vision: true,
|
|
110
|
+
streaming: true,
|
|
111
|
+
jsonMode: true,
|
|
112
|
+
audioInput: false,
|
|
113
|
+
audioOutput: false,
|
|
114
|
+
imageGeneration: false,
|
|
115
|
+
embeddings: false,
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
id: DyFM_OAI_Model.o3_pro,
|
|
120
|
+
provider: DyFM_AI_Provider.OpenAI,
|
|
121
|
+
modelType: DyFM_AI_ModelType.Chat,
|
|
122
|
+
displayName: 'o3-pro',
|
|
123
|
+
tier: 'pro',
|
|
124
|
+
status: 'ga',
|
|
125
|
+
contextWindow: 200_000,
|
|
126
|
+
maxOutputTokens: 100_000,
|
|
127
|
+
capabilities: {
|
|
128
|
+
functionCalling: true,
|
|
129
|
+
vision: true,
|
|
130
|
+
streaming: false, // Responses-API-only, no streaming
|
|
131
|
+
jsonMode: true,
|
|
132
|
+
audioInput: false,
|
|
133
|
+
audioOutput: false,
|
|
134
|
+
imageGeneration: false,
|
|
135
|
+
embeddings: false,
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
|
|
139
|
+
// ── Chat (legacy-active, sunsetting) ──
|
|
140
|
+
{
|
|
141
|
+
id: DyFM_OAI_Model.gpt4o,
|
|
142
|
+
provider: DyFM_AI_Provider.OpenAI,
|
|
143
|
+
modelType: DyFM_AI_ModelType.Chat,
|
|
144
|
+
displayName: 'GPT-4o',
|
|
145
|
+
tier: 'legacy',
|
|
146
|
+
status: 'deprecated',
|
|
147
|
+
successorId: DyFM_OAI_Model.gpt54_mini,
|
|
148
|
+
sunsetDate: '2026-10-23',
|
|
149
|
+
contextWindow: 128_000,
|
|
150
|
+
maxOutputTokens: 16_384,
|
|
151
|
+
capabilities: {
|
|
152
|
+
functionCalling: true,
|
|
153
|
+
vision: true,
|
|
154
|
+
streaming: true,
|
|
155
|
+
jsonMode: true,
|
|
156
|
+
audioInput: false,
|
|
157
|
+
audioOutput: false,
|
|
158
|
+
imageGeneration: false,
|
|
159
|
+
embeddings: false,
|
|
160
|
+
},
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
id: DyFM_OAI_Model.gpt4o_mini,
|
|
164
|
+
provider: DyFM_AI_Provider.OpenAI,
|
|
165
|
+
modelType: DyFM_AI_ModelType.Chat,
|
|
166
|
+
displayName: 'GPT-4o mini',
|
|
167
|
+
tier: 'legacy',
|
|
168
|
+
status: 'deprecated',
|
|
169
|
+
successorId: DyFM_OAI_Model.gpt54_mini,
|
|
170
|
+
sunsetDate: '2026-10-23',
|
|
171
|
+
contextWindow: 128_000,
|
|
172
|
+
maxOutputTokens: 16_384,
|
|
173
|
+
capabilities: {
|
|
174
|
+
functionCalling: true,
|
|
175
|
+
vision: true,
|
|
176
|
+
streaming: true,
|
|
177
|
+
jsonMode: true,
|
|
178
|
+
audioInput: false,
|
|
179
|
+
audioOutput: false,
|
|
180
|
+
imageGeneration: false,
|
|
181
|
+
embeddings: false,
|
|
182
|
+
},
|
|
183
|
+
},
|
|
184
|
+
|
|
185
|
+
// ── Embeddings (current GA) ──
|
|
186
|
+
{
|
|
187
|
+
id: DyFM_OAI_Model.textEmbedding_3Small,
|
|
188
|
+
provider: DyFM_AI_Provider.OpenAI,
|
|
189
|
+
modelType: DyFM_AI_ModelType.Embedding,
|
|
190
|
+
displayName: 'text-embedding-3-small',
|
|
191
|
+
status: 'ga',
|
|
192
|
+
contextWindow: 8_191,
|
|
193
|
+
capabilities: {
|
|
194
|
+
functionCalling: false,
|
|
195
|
+
vision: false,
|
|
196
|
+
streaming: false,
|
|
197
|
+
jsonMode: false,
|
|
198
|
+
audioInput: false,
|
|
199
|
+
audioOutput: false,
|
|
200
|
+
imageGeneration: false,
|
|
201
|
+
embeddings: true,
|
|
202
|
+
},
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
id: DyFM_OAI_Model.textEmbedding_3Large,
|
|
206
|
+
provider: DyFM_AI_Provider.OpenAI,
|
|
207
|
+
modelType: DyFM_AI_ModelType.Embedding,
|
|
208
|
+
displayName: 'text-embedding-3-large',
|
|
209
|
+
status: 'ga',
|
|
210
|
+
contextWindow: 8_191,
|
|
211
|
+
capabilities: {
|
|
212
|
+
functionCalling: false,
|
|
213
|
+
vision: false,
|
|
214
|
+
streaming: false,
|
|
215
|
+
jsonMode: false,
|
|
216
|
+
audioInput: false,
|
|
217
|
+
audioOutput: false,
|
|
218
|
+
imageGeneration: false,
|
|
219
|
+
embeddings: true,
|
|
220
|
+
},
|
|
221
|
+
},
|
|
222
|
+
|
|
223
|
+
// ── Image generation (current GA) ──
|
|
224
|
+
{
|
|
225
|
+
id: DyFM_OAI_Model.gptImage_2,
|
|
226
|
+
provider: DyFM_AI_Provider.OpenAI,
|
|
227
|
+
modelType: DyFM_AI_ModelType.Image,
|
|
228
|
+
displayName: 'GPT Image 2',
|
|
229
|
+
status: 'ga',
|
|
230
|
+
capabilities: {
|
|
231
|
+
functionCalling: false,
|
|
232
|
+
vision: true, // accepts image input for editing
|
|
233
|
+
streaming: false,
|
|
234
|
+
jsonMode: false,
|
|
235
|
+
audioInput: false,
|
|
236
|
+
audioOutput: false,
|
|
237
|
+
imageGeneration: true,
|
|
238
|
+
embeddings: false,
|
|
239
|
+
},
|
|
240
|
+
},
|
|
241
|
+
];
|
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
* Models available through the OpenAI API.
|
|
8
8
|
*/
|
|
9
9
|
export enum DyFM_OAI_Model {
|
|
10
|
+
// GPT-5.5 / 5.4 (current flagships — verified 2026-06)
|
|
11
|
+
gpt55 = 'gpt-5.5',
|
|
12
|
+
gpt55_pro = 'gpt-5.5-pro',
|
|
13
|
+
gpt54 = 'gpt-5.4',
|
|
14
|
+
gpt54_mini = 'gpt-5.4-mini',
|
|
15
|
+
gpt54_nano = 'gpt-5.4-nano',
|
|
16
|
+
o3_pro = 'o3-pro',
|
|
17
|
+
// Image generation (current)
|
|
18
|
+
gptImage_2 = 'gpt-image-2',
|
|
19
|
+
gptImage_1 = 'gpt-image-1',
|
|
20
|
+
|
|
10
21
|
// GPT-5
|
|
11
22
|
gpt5 = 'gpt-5',
|
|
12
23
|
gpt51 = 'gpt-5.1',
|
package/src/_modules/ai/index.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// COLLECTIONS
|
|
2
2
|
export * from './_collections/ai-model-ref.util';
|
|
3
|
+
export * from './_collections/ai-model-registry.util';
|
|
3
4
|
|
|
4
5
|
// ENUMS
|
|
5
6
|
export * from './_enums/ai-provider.enum';
|
|
@@ -14,6 +15,13 @@ export * from './_models/ai-embedding-response.interface';
|
|
|
14
15
|
export * from './_models/ai-llm-request.interface';
|
|
15
16
|
export * from './_models/ai-llm-response.interface';
|
|
16
17
|
export * from './_models/ai-message.interface';
|
|
18
|
+
export * from './_models/ai-model-capabilities.interface';
|
|
19
|
+
export * from './_models/ai-model-info.interface';
|
|
20
|
+
export * from './_models/ai-model-settings-schema.interface';
|
|
17
21
|
export * from './_models/ai-provider-capabilities.interface';
|
|
18
22
|
export * from './_models/ai-settings.interface';
|
|
23
|
+
export * from './_models/ai-tool.interface';
|
|
24
|
+
export * from './_models/ai-tool-call.interface';
|
|
25
|
+
export * from './_models/ai-tool-result.interface';
|
|
26
|
+
export * from './_models/ai-tool-handler.type';
|
|
19
27
|
export * from './_models/ai-user-provider-config.control-model';
|