@futdevpro/fsm-dynamo 1.15.16 → 1.15.18

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.
Files changed (134) hide show
  1. package/.dynamo/pipeline.cicd.config.json +128 -0
  2. package/build/_modules/ai/_collections/ai-model-registry.util.d.ts +24 -0
  3. package/build/_modules/ai/_collections/ai-model-registry.util.d.ts.map +1 -0
  4. package/build/_modules/ai/_collections/ai-model-registry.util.js +31 -0
  5. package/build/_modules/ai/_collections/ai-model-registry.util.js.map +1 -0
  6. package/build/_modules/ai/_enums/ai-message-role.enum.d.ts +3 -1
  7. package/build/_modules/ai/_enums/ai-message-role.enum.d.ts.map +1 -1
  8. package/build/_modules/ai/_enums/ai-message-role.enum.js +2 -0
  9. package/build/_modules/ai/_enums/ai-message-role.enum.js.map +1 -1
  10. package/build/_modules/ai/_enums/ai-model-type.enum.d.ts +3 -1
  11. package/build/_modules/ai/_enums/ai-model-type.enum.d.ts.map +1 -1
  12. package/build/_modules/ai/_enums/ai-model-type.enum.js +2 -0
  13. package/build/_modules/ai/_enums/ai-model-type.enum.js.map +1 -1
  14. package/build/_modules/ai/_models/ai-call-settings.interface.d.ts +21 -0
  15. package/build/_modules/ai/_models/ai-call-settings.interface.d.ts.map +1 -1
  16. package/build/_modules/ai/_models/ai-call-settings.interface.js +21 -0
  17. package/build/_modules/ai/_models/ai-call-settings.interface.js.map +1 -1
  18. package/build/_modules/ai/_models/ai-llm-response.interface.d.ts +5 -0
  19. package/build/_modules/ai/_models/ai-llm-response.interface.d.ts.map +1 -1
  20. package/build/_modules/ai/_models/ai-message.interface.d.ts +5 -0
  21. package/build/_modules/ai/_models/ai-message.interface.d.ts.map +1 -1
  22. package/build/_modules/ai/_models/ai-model-capabilities.interface.d.ts +36 -0
  23. package/build/_modules/ai/_models/ai-model-capabilities.interface.d.ts.map +1 -0
  24. package/build/_modules/ai/_models/ai-model-capabilities.interface.js +3 -0
  25. package/build/_modules/ai/_models/ai-model-capabilities.interface.js.map +1 -0
  26. package/build/_modules/ai/_models/ai-model-info.interface.d.ts +62 -0
  27. package/build/_modules/ai/_models/ai-model-info.interface.d.ts.map +1 -0
  28. package/build/_modules/ai/_models/ai-model-info.interface.js +3 -0
  29. package/build/_modules/ai/_models/ai-model-info.interface.js.map +1 -0
  30. package/build/_modules/ai/_models/ai-model-settings-schema.interface.d.ts +52 -0
  31. package/build/_modules/ai/_models/ai-model-settings-schema.interface.d.ts.map +1 -0
  32. package/build/_modules/ai/_models/ai-model-settings-schema.interface.js +3 -0
  33. package/build/_modules/ai/_models/ai-model-settings-schema.interface.js.map +1 -0
  34. package/build/_modules/ai/_models/ai-tool-call.interface.d.ts +19 -0
  35. package/build/_modules/ai/_models/ai-tool-call.interface.d.ts.map +1 -0
  36. package/build/_modules/ai/_models/ai-tool-call.interface.js +3 -0
  37. package/build/_modules/ai/_models/ai-tool-call.interface.js.map +1 -0
  38. package/build/_modules/ai/_models/ai-tool-handler.type.d.ts +11 -0
  39. package/build/_modules/ai/_models/ai-tool-handler.type.d.ts.map +1 -0
  40. package/build/_modules/ai/_models/ai-tool-handler.type.js +3 -0
  41. package/build/_modules/ai/_models/ai-tool-handler.type.js.map +1 -0
  42. package/build/_modules/ai/_models/ai-tool-result.interface.d.ts +17 -0
  43. package/build/_modules/ai/_models/ai-tool-result.interface.d.ts.map +1 -0
  44. package/build/_modules/ai/_models/ai-tool-result.interface.js +3 -0
  45. package/build/_modules/ai/_models/ai-tool-result.interface.js.map +1 -0
  46. package/build/_modules/ai/_models/ai-tool.interface.d.ts +17 -0
  47. package/build/_modules/ai/_models/ai-tool.interface.d.ts.map +1 -0
  48. package/build/_modules/ai/_models/ai-tool.interface.js +3 -0
  49. package/build/_modules/ai/_models/ai-tool.interface.js.map +1 -0
  50. package/build/_modules/ai/_modules/anthropic/_collections/aai-models.const.d.ts +14 -0
  51. package/build/_modules/ai/_modules/anthropic/_collections/aai-models.const.d.ts.map +1 -0
  52. package/build/_modules/ai/_modules/anthropic/_collections/aai-models.const.js +83 -0
  53. package/build/_modules/ai/_modules/anthropic/_collections/aai-models.const.js.map +1 -0
  54. package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.d.ts +4 -0
  55. package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.d.ts.map +1 -1
  56. package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.js +7 -0
  57. package/build/_modules/ai/_modules/anthropic/_enums/aai-model.enum.js.map +1 -1
  58. package/build/_modules/ai/_modules/anthropic/index.d.ts +1 -0
  59. package/build/_modules/ai/_modules/anthropic/index.d.ts.map +1 -1
  60. package/build/_modules/ai/_modules/anthropic/index.js +2 -0
  61. package/build/_modules/ai/_modules/anthropic/index.js.map +1 -1
  62. package/build/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.d.ts +12 -0
  63. package/build/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.d.ts.map +1 -0
  64. package/build/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.js +36 -0
  65. package/build/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.js.map +1 -0
  66. package/build/_modules/ai/_modules/fdp-ai/index.d.ts +1 -0
  67. package/build/_modules/ai/_modules/fdp-ai/index.d.ts.map +1 -1
  68. package/build/_modules/ai/_modules/fdp-ai/index.js +2 -0
  69. package/build/_modules/ai/_modules/fdp-ai/index.js.map +1 -1
  70. package/build/_modules/ai/_modules/google-ai/_collections/gai-models.const.d.ts +13 -0
  71. package/build/_modules/ai/_modules/google-ai/_collections/gai-models.const.d.ts.map +1 -0
  72. package/build/_modules/ai/_modules/google-ai/_collections/gai-models.const.js +101 -0
  73. package/build/_modules/ai/_modules/google-ai/_collections/gai-models.const.js.map +1 -0
  74. package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.d.ts +4 -0
  75. package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.d.ts.map +1 -1
  76. package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.js +8 -1
  77. package/build/_modules/ai/_modules/google-ai/_enums/gai-model.enum.js.map +1 -1
  78. package/build/_modules/ai/_modules/google-ai/index.d.ts +1 -0
  79. package/build/_modules/ai/_modules/google-ai/index.d.ts.map +1 -1
  80. package/build/_modules/ai/_modules/google-ai/index.js +2 -0
  81. package/build/_modules/ai/_modules/google-ai/index.js.map +1 -1
  82. package/build/_modules/ai/_modules/local-ai/_collections/lai-models.const.d.ts +13 -0
  83. package/build/_modules/ai/_modules/local-ai/_collections/lai-models.const.d.ts.map +1 -0
  84. package/build/_modules/ai/_modules/local-ai/_collections/lai-models.const.js +55 -0
  85. package/build/_modules/ai/_modules/local-ai/_collections/lai-models.const.js.map +1 -0
  86. package/build/_modules/ai/_modules/local-ai/index.d.ts +1 -0
  87. package/build/_modules/ai/_modules/local-ai/index.d.ts.map +1 -1
  88. package/build/_modules/ai/_modules/local-ai/index.js +2 -0
  89. package/build/_modules/ai/_modules/local-ai/index.js.map +1 -1
  90. package/build/_modules/ai/_modules/open-ai/_collections/oai-models.const.d.ts +13 -0
  91. package/build/_modules/ai/_modules/open-ai/_collections/oai-models.const.d.ts.map +1 -0
  92. package/build/_modules/ai/_modules/open-ai/_collections/oai-models.const.js +251 -0
  93. package/build/_modules/ai/_modules/open-ai/_collections/oai-models.const.js.map +1 -0
  94. package/build/_modules/ai/_modules/open-ai/_enums/oai-model.enum.d.ts +8 -0
  95. package/build/_modules/ai/_modules/open-ai/_enums/oai-model.enum.d.ts.map +1 -1
  96. package/build/_modules/ai/_modules/open-ai/_enums/oai-model.enum.js +10 -0
  97. package/build/_modules/ai/_modules/open-ai/_enums/oai-model.enum.js.map +1 -1
  98. package/build/_modules/ai/_modules/open-ai/index.d.ts +1 -0
  99. package/build/_modules/ai/_modules/open-ai/index.d.ts.map +1 -1
  100. package/build/_modules/ai/_modules/open-ai/index.js +1 -0
  101. package/build/_modules/ai/_modules/open-ai/index.js.map +1 -1
  102. package/build/_modules/ai/index.d.ts +8 -0
  103. package/build/_modules/ai/index.d.ts.map +1 -1
  104. package/build/_modules/ai/index.js +8 -0
  105. package/build/_modules/ai/index.js.map +1 -1
  106. package/package.json +1 -1
  107. package/src/_modules/ai/_collections/ai-model-registry.util.spec.ts +37 -0
  108. package/src/_modules/ai/_collections/ai-model-registry.util.ts +30 -0
  109. package/src/_modules/ai/_enums/ai-message-role.enum.ts +2 -0
  110. package/src/_modules/ai/_enums/ai-model-type.enum.ts +2 -0
  111. package/src/_modules/ai/_models/ai-call-settings.interface.ts +21 -0
  112. package/src/_modules/ai/_models/ai-llm-response.interface.ts +5 -0
  113. package/src/_modules/ai/_models/ai-message.interface.ts +5 -0
  114. package/src/_modules/ai/_models/ai-model-capabilities.interface.ts +35 -0
  115. package/src/_modules/ai/_models/ai-model-info.interface.ts +63 -0
  116. package/src/_modules/ai/_models/ai-model-settings-schema.interface.ts +52 -0
  117. package/src/_modules/ai/_models/ai-tool-call.interface.ts +18 -0
  118. package/src/_modules/ai/_models/ai-tool-handler.type.ts +11 -0
  119. package/src/_modules/ai/_models/ai-tool-result.interface.ts +16 -0
  120. package/src/_modules/ai/_models/ai-tool.interface.ts +16 -0
  121. package/src/_modules/ai/_modules/anthropic/_collections/aai-models.const.ts +81 -0
  122. package/src/_modules/ai/_modules/anthropic/_enums/aai-model.enum.ts +8 -0
  123. package/src/_modules/ai/_modules/anthropic/index.ts +3 -0
  124. package/src/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.ts +34 -0
  125. package/src/_modules/ai/_modules/fdp-ai/index.ts +3 -0
  126. package/src/_modules/ai/_modules/google-ai/_collections/gai-models.const.ts +99 -0
  127. package/src/_modules/ai/_modules/google-ai/_enums/gai-model.enum.ts +9 -1
  128. package/src/_modules/ai/_modules/google-ai/index.ts +3 -0
  129. package/src/_modules/ai/_modules/local-ai/_collections/lai-models.const.ts +53 -0
  130. package/src/_modules/ai/_modules/local-ai/index.ts +3 -0
  131. package/src/_modules/ai/_modules/open-ai/_collections/oai-models.const.ts +252 -0
  132. package/src/_modules/ai/_modules/open-ai/_enums/oai-model.enum.ts +11 -0
  133. package/src/_modules/ai/_modules/open-ai/index.ts +1 -0
  134. package/src/_modules/ai/index.ts +8 -0
@@ -0,0 +1,17 @@
1
+ /**
2
+ * The result of executing a tool, fed back to the model.
3
+ *
4
+ * Translated per provider:
5
+ * - OpenAI: { role:'tool', tool_call_id: toolCallId, content }
6
+ * - Anthropic: content block { type:'tool_result', tool_use_id: toolCallId, content, is_error: isError }
7
+ * - Gemini: part { functionResponse: { id: toolCallId, name, response: { result: content } } }
8
+ */
9
+ export interface DyFM_AI_ToolResult {
10
+ /** Must echo the originating {@link DyFM_AI_ToolCall.id}. */
11
+ toolCallId: string;
12
+ /** The tool's output (or an error message — see {@link isError}). */
13
+ content: string;
14
+ /** True when the tool failed; the model is told so it can correct. */
15
+ isError?: boolean;
16
+ }
17
+ //# sourceMappingURL=ai-tool-result.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-tool-result.interface.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-tool-result.interface.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,WAAW,kBAAkB;IACjC,6DAA6D;IAC7D,UAAU,EAAE,MAAM,CAAC;IACnB,qEAAqE;IACrE,OAAO,EAAE,MAAM,CAAC;IAChB,sEAAsE;IACtE,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ai-tool-result.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-tool-result.interface.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-tool-result.interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Provider-neutral tool (function) definition for native function calling.
3
+ *
4
+ * One agnostic shape, translated per provider by the execution layer:
5
+ * - OpenAI-wire: → { type:'function', function:{ name, description, parameters } }
6
+ * - Anthropic: → { name, description, input_schema: parameters }
7
+ * - Gemini: → tools:[{ functionDeclarations:[{ name, description, parameters }] }]
8
+ */
9
+ export interface DyFM_AI_Tool {
10
+ /** Function name. No spaces / special chars (Gemini constraint). */
11
+ name: string;
12
+ /** What the tool does — the model uses this to decide when to call it. */
13
+ description: string;
14
+ /** JSON Schema (object schema) describing the arguments. Translated to each provider's param shape. */
15
+ parameters: object;
16
+ }
17
+ //# sourceMappingURL=ai-tool.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-tool.interface.d.ts","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-tool.interface.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,WAAW,YAAY;IAC3B,oEAAoE;IACpE,IAAI,EAAE,MAAM,CAAC;IACb,0EAA0E;IAC1E,WAAW,EAAE,MAAM,CAAC;IACpB,uGAAuG;IACvG,UAAU,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ai-tool.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-tool.interface.js","sourceRoot":"","sources":["../../../../src/_modules/ai/_models/ai-tool.interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { DyFM_AI_ModelInfo } from '../../../_models/ai-model-info.interface';
2
+ /**
3
+ * Anthropic Claude model registry — verified 2026-06-01 against platform.claude.com docs.
4
+ *
5
+ * All Claude models are chat (Messages API) models — Anthropic has NO embeddings API.
6
+ * Tool use is universal (content-block `tool_use` / `tool_result` wire format).
7
+ * Anthropic has no dedicated JSON-mode flag (structured output is done via tools),
8
+ * so `jsonMode` is false across the board.
9
+ *
10
+ * Param note (translator): Opus 4.7+ reject `temperature`/`top_p`/`top_k` with 400 —
11
+ * not modelled here, handled in the Anthropic call translator.
12
+ */
13
+ export declare const DyFM_AAI_Models: DyFM_AI_ModelInfo[];
14
+ //# sourceMappingURL=aai-models.const.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aai-models.const.d.ts","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/anthropic/_collections/aai-models.const.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAG7E;;;;;;;;;;GAUG;AACH,eAAO,MAAM,eAAe,EAAE,iBAAiB,EAgE9C,CAAC"}
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DyFM_AAI_Models = void 0;
4
+ const ai_provider_enum_1 = require("../../../_enums/ai-provider.enum");
5
+ const ai_model_type_enum_1 = require("../../../_enums/ai-model-type.enum");
6
+ const aai_model_enum_1 = require("../_enums/aai-model.enum");
7
+ /**
8
+ * Anthropic Claude model registry — verified 2026-06-01 against platform.claude.com docs.
9
+ *
10
+ * All Claude models are chat (Messages API) models — Anthropic has NO embeddings API.
11
+ * Tool use is universal (content-block `tool_use` / `tool_result` wire format).
12
+ * Anthropic has no dedicated JSON-mode flag (structured output is done via tools),
13
+ * so `jsonMode` is false across the board.
14
+ *
15
+ * Param note (translator): Opus 4.7+ reject `temperature`/`top_p`/`top_k` with 400 —
16
+ * not modelled here, handled in the Anthropic call translator.
17
+ */
18
+ exports.DyFM_AAI_Models = [
19
+ {
20
+ id: aai_model_enum_1.DyFM_AAI_Model.claude_opus_4_8,
21
+ provider: ai_provider_enum_1.DyFM_AI_Provider.Anthropic,
22
+ modelType: ai_model_type_enum_1.DyFM_AI_ModelType.Chat,
23
+ displayName: 'Claude Opus 4.8',
24
+ tier: 'Opus',
25
+ status: 'ga',
26
+ contextWindow: 1_000_000,
27
+ maxOutputTokens: 128_000,
28
+ capabilities: {
29
+ functionCalling: true,
30
+ vision: true,
31
+ streaming: true,
32
+ jsonMode: false,
33
+ audioInput: false,
34
+ audioOutput: false,
35
+ imageGeneration: false,
36
+ embeddings: false,
37
+ adultContent: false,
38
+ },
39
+ },
40
+ {
41
+ id: aai_model_enum_1.DyFM_AAI_Model.claude_sonnet_4_6,
42
+ provider: ai_provider_enum_1.DyFM_AI_Provider.Anthropic,
43
+ modelType: ai_model_type_enum_1.DyFM_AI_ModelType.Chat,
44
+ displayName: 'Claude Sonnet 4.6',
45
+ tier: 'Sonnet',
46
+ status: 'ga',
47
+ contextWindow: 1_000_000,
48
+ maxOutputTokens: 64_000,
49
+ capabilities: {
50
+ functionCalling: true,
51
+ vision: true,
52
+ streaming: true,
53
+ jsonMode: false,
54
+ audioInput: false,
55
+ audioOutput: false,
56
+ imageGeneration: false,
57
+ embeddings: false,
58
+ adultContent: false,
59
+ },
60
+ },
61
+ {
62
+ id: aai_model_enum_1.DyFM_AAI_Model.claude_haiku_4_5,
63
+ provider: ai_provider_enum_1.DyFM_AI_Provider.Anthropic,
64
+ modelType: ai_model_type_enum_1.DyFM_AI_ModelType.Chat,
65
+ displayName: 'Claude Haiku 4.5',
66
+ tier: 'Haiku',
67
+ status: 'ga',
68
+ contextWindow: 200_000,
69
+ maxOutputTokens: 64_000,
70
+ capabilities: {
71
+ functionCalling: true,
72
+ vision: true,
73
+ streaming: true,
74
+ jsonMode: false,
75
+ audioInput: false,
76
+ audioOutput: false,
77
+ imageGeneration: false,
78
+ embeddings: false,
79
+ adultContent: false,
80
+ },
81
+ },
82
+ ];
83
+ //# sourceMappingURL=aai-models.const.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aai-models.const.js","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/anthropic/_collections/aai-models.const.ts"],"names":[],"mappings":";;;AAAA,uEAAoE;AACpE,2EAAuE;AAEvE,6DAA0D;AAE1D;;;;;;;;;;GAUG;AACU,QAAA,eAAe,GAAwB;IAClD;QACE,EAAE,EAAE,+BAAc,CAAC,eAAe;QAClC,QAAQ,EAAE,mCAAgB,CAAC,SAAS;QACpC,SAAS,EAAE,sCAAiB,CAAC,IAAI;QACjC,WAAW,EAAE,iBAAiB;QAC9B,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,IAAI;QACZ,aAAa,EAAE,SAAS;QACxB,eAAe,EAAE,OAAO;QACxB,YAAY,EAAE;YACZ,eAAe,EAAE,IAAI;YACrB,MAAM,EAAE,IAAI;YACZ,SAAS,EAAE,IAAI;YACf,QAAQ,EAAE,KAAK;YACf,UAAU,EAAE,KAAK;YACjB,WAAW,EAAE,KAAK;YAClB,eAAe,EAAE,KAAK;YACtB,UAAU,EAAE,KAAK;YACjB,YAAY,EAAE,KAAK;SACpB;KACF;IACD;QACE,EAAE,EAAE,+BAAc,CAAC,iBAAiB;QACpC,QAAQ,EAAE,mCAAgB,CAAC,SAAS;QACpC,SAAS,EAAE,sCAAiB,CAAC,IAAI;QACjC,WAAW,EAAE,mBAAmB;QAChC,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,IAAI;QACZ,aAAa,EAAE,SAAS;QACxB,eAAe,EAAE,MAAM;QACvB,YAAY,EAAE;YACZ,eAAe,EAAE,IAAI;YACrB,MAAM,EAAE,IAAI;YACZ,SAAS,EAAE,IAAI;YACf,QAAQ,EAAE,KAAK;YACf,UAAU,EAAE,KAAK;YACjB,WAAW,EAAE,KAAK;YAClB,eAAe,EAAE,KAAK;YACtB,UAAU,EAAE,KAAK;YACjB,YAAY,EAAE,KAAK;SACpB;KACF;IACD;QACE,EAAE,EAAE,+BAAc,CAAC,gBAAgB;QACnC,QAAQ,EAAE,mCAAgB,CAAC,SAAS;QACpC,SAAS,EAAE,sCAAiB,CAAC,IAAI;QACjC,WAAW,EAAE,kBAAkB;QAC/B,IAAI,EAAE,OAAO;QACb,MAAM,EAAE,IAAI;QACZ,aAAa,EAAE,OAAO;QACtB,eAAe,EAAE,MAAM;QACvB,YAAY,EAAE;YACZ,eAAe,EAAE,IAAI;YACrB,MAAM,EAAE,IAAI;YACZ,SAAS,EAAE,IAAI;YACf,QAAQ,EAAE,KAAK;YACf,UAAU,EAAE,KAAK;YACjB,WAAW,EAAE,KAAK;YAClB,eAAe,EAAE,KAAK;YACtB,UAAU,EAAE,KAAK;YACjB,YAAY,EAAE,KAAK;SACpB;KACF;CACF,CAAC"}
@@ -1,4 +1,8 @@
1
1
  export declare enum DyFM_AAI_Model {
2
+ claude_opus_4_8 = "claude-opus-4-8",
3
+ claude_sonnet_4_6 = "claude-sonnet-4-6",
4
+ claude_haiku_4_5 = "claude-haiku-4-5",
5
+ claude_haiku_4_5_20251001 = "claude-haiku-4-5-20251001",
2
6
  claude_3_5_sonnet_latest = "claude-3-5-sonnet-latest",
3
7
  claude_3_5_sonnet_20241022 = "claude-3-5-sonnet-20241022",
4
8
  claude_3_5_haiku_latest = "claude-3-5-haiku-latest",
@@ -1 +1 @@
1
- {"version":3,"file":"aai-model.enum.d.ts","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/anthropic/_enums/aai-model.enum.ts"],"names":[],"mappings":"AACA,oBAAY,cAAc;IACxB,wBAAwB,6BAA6B;IACrD,0BAA0B,+BAA+B;IACzD,uBAAuB,4BAA4B;IACnD,oBAAoB,yBAAyB;IAC7C,sBAAsB,2BAA2B;IACjD,qBAAqB,0BAA0B;CAChD"}
1
+ {"version":3,"file":"aai-model.enum.d.ts","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/anthropic/_enums/aai-model.enum.ts"],"names":[],"mappings":"AACA,oBAAY,cAAc;IAGxB,eAAe,oBAAoB;IACnC,iBAAiB,sBAAsB;IACvC,gBAAgB,qBAAqB;IACrC,yBAAyB,8BAA8B;IAGvD,wBAAwB,6BAA6B;IACrD,0BAA0B,+BAA+B;IACzD,uBAAuB,4BAA4B;IACnD,oBAAoB,yBAAyB;IAC7C,sBAAsB,2BAA2B;IACjD,qBAAqB,0BAA0B;CAChD"}
@@ -4,6 +4,13 @@ exports.DyFM_AAI_Model = void 0;
4
4
  // Based on @anthropic-ai/sdk model identifiers
5
5
  var DyFM_AAI_Model;
6
6
  (function (DyFM_AAI_Model) {
7
+ // Current GA (verified 2026-06). From the 4.6 generation the ids are
8
+ // dateless-but-pinned snapshots — there is NO `-latest` alias for these.
9
+ DyFM_AAI_Model["claude_opus_4_8"] = "claude-opus-4-8";
10
+ DyFM_AAI_Model["claude_sonnet_4_6"] = "claude-sonnet-4-6";
11
+ DyFM_AAI_Model["claude_haiku_4_5"] = "claude-haiku-4-5";
12
+ DyFM_AAI_Model["claude_haiku_4_5_20251001"] = "claude-haiku-4-5-20251001";
13
+ // Legacy / retired (kept for back-compat; NOT in the active registry)
7
14
  DyFM_AAI_Model["claude_3_5_sonnet_latest"] = "claude-3-5-sonnet-latest";
8
15
  DyFM_AAI_Model["claude_3_5_sonnet_20241022"] = "claude-3-5-sonnet-20241022";
9
16
  DyFM_AAI_Model["claude_3_5_haiku_latest"] = "claude-3-5-haiku-latest";
@@ -1 +1 @@
1
- {"version":3,"file":"aai-model.enum.js","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/anthropic/_enums/aai-model.enum.ts"],"names":[],"mappings":";;;AAAA,+CAA+C;AAC/C,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,uEAAqD,CAAA;IACrD,2EAAyD,CAAA;IACzD,qEAAmD,CAAA;IACnD,+DAA6C,CAAA;IAC7C,mEAAiD,CAAA;IACjD,iEAA+C,CAAA;AACjD,CAAC,EAPW,cAAc,8BAAd,cAAc,QAOzB"}
1
+ {"version":3,"file":"aai-model.enum.js","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/anthropic/_enums/aai-model.enum.ts"],"names":[],"mappings":";;;AAAA,+CAA+C;AAC/C,IAAY,cAeX;AAfD,WAAY,cAAc;IACxB,qEAAqE;IACrE,yEAAyE;IACzE,qDAAmC,CAAA;IACnC,yDAAuC,CAAA;IACvC,uDAAqC,CAAA;IACrC,yEAAuD,CAAA;IAEvD,sEAAsE;IACtE,uEAAqD,CAAA;IACrD,2EAAyD,CAAA;IACzD,qEAAmD,CAAA;IACnD,+DAA6C,CAAA;IAC7C,mEAAiD,CAAA;IACjD,iEAA+C,CAAA;AACjD,CAAC,EAfW,cAAc,8BAAd,cAAc,QAezB"}
@@ -1,3 +1,4 @@
1
+ export * from './_collections/aai-models.const';
1
2
  export * from './_enums/aai-model.enum';
2
3
  export * from './_models/aai-client-options.interface';
3
4
  export * from './_models/aai-call-settings.control-model';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/anthropic/index.ts"],"names":[],"mappings":"AACA,cAAc,yBAAyB,CAAC;AAGxC,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sCAAsC,CAAC;AACrD,cAAc,kDAAkD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/anthropic/index.ts"],"names":[],"mappings":"AACA,cAAc,iCAAiC,CAAC;AAGhD,cAAc,yBAAyB,CAAC;AAGxC,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sCAAsC,CAAC;AACrD,cAAc,kDAAkD,CAAC"}
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ // COLLECTIONS
5
+ tslib_1.__exportStar(require("./_collections/aai-models.const"), exports);
4
6
  // ENUMS
5
7
  tslib_1.__exportStar(require("./_enums/aai-model.enum"), exports);
6
8
  // MODELS
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/anthropic/index.ts"],"names":[],"mappings":";;;AAAA,QAAQ;AACR,kEAAwC;AAExC,SAAS;AACT,iFAAuD;AACvD,oFAA0D;AAC1D,+EAAqD;AACrD,2FAAiE"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/anthropic/index.ts"],"names":[],"mappings":";;;AAAA,cAAc;AACd,0EAAgD;AAEhD,QAAQ;AACR,kEAAwC;AAExC,SAAS;AACT,iFAAuD;AACvD,oFAA0D;AAC1D,+EAAqD;AACrD,2FAAiE"}
@@ -0,0 +1,12 @@
1
+ import { DyFM_AI_ModelInfo } from '../../../_models/ai-model-info.interface';
2
+ /**
3
+ * FDP-AI model registry.
4
+ *
5
+ * FDP-AI is an internal, OpenAI-wire-compatible HTTP gateway (`/chat/completions`),
6
+ * so tool calling follows the OpenAI format. Capabilities ultimately depend on the
7
+ * backing gateway/model — `functionCalling` is declared true on the assumption the
8
+ * gateway forwards OpenAI-style tools; confirm against the live FDP-AI deployment.
9
+ * Context window is gateway-defined and therefore left unset.
10
+ */
11
+ export declare const DyFM_FdpAI_Models: DyFM_AI_ModelInfo[];
12
+ //# sourceMappingURL=fdpai-models.const.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fdpai-models.const.d.ts","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAG7E;;;;;;;;GAQG;AACH,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,EAmBhD,CAAC"}
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DyFM_FdpAI_Models = void 0;
4
+ const ai_provider_enum_1 = require("../../../_enums/ai-provider.enum");
5
+ const ai_model_type_enum_1 = require("../../../_enums/ai-model-type.enum");
6
+ const fdpai_model_enum_1 = require("../_enums/fdpai-model.enum");
7
+ /**
8
+ * FDP-AI model registry.
9
+ *
10
+ * FDP-AI is an internal, OpenAI-wire-compatible HTTP gateway (`/chat/completions`),
11
+ * so tool calling follows the OpenAI format. Capabilities ultimately depend on the
12
+ * backing gateway/model — `functionCalling` is declared true on the assumption the
13
+ * gateway forwards OpenAI-style tools; confirm against the live FDP-AI deployment.
14
+ * Context window is gateway-defined and therefore left unset.
15
+ */
16
+ exports.DyFM_FdpAI_Models = [
17
+ {
18
+ id: fdpai_model_enum_1.DyFM_FdpAI_Model.fdpBase1,
19
+ provider: ai_provider_enum_1.DyFM_AI_Provider.FdpAI,
20
+ modelType: ai_model_type_enum_1.DyFM_AI_ModelType.Chat,
21
+ displayName: 'FDP Base 1',
22
+ status: 'ga',
23
+ capabilities: {
24
+ functionCalling: true, // OpenAI-wire compatible — verify against the live gateway
25
+ vision: false,
26
+ streaming: true,
27
+ jsonMode: false,
28
+ audioInput: false,
29
+ audioOutput: false,
30
+ imageGeneration: false,
31
+ embeddings: false,
32
+ adultContent: false,
33
+ },
34
+ },
35
+ ];
36
+ //# sourceMappingURL=fdpai-models.const.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fdpai-models.const.js","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/fdp-ai/_collections/fdpai-models.const.ts"],"names":[],"mappings":";;;AAAA,uEAAoE;AACpE,2EAAuE;AAEvE,iEAA8D;AAE9D;;;;;;;;GAQG;AACU,QAAA,iBAAiB,GAAwB;IACpD;QACE,EAAE,EAAE,mCAAgB,CAAC,QAAQ;QAC7B,QAAQ,EAAE,mCAAgB,CAAC,KAAK;QAChC,SAAS,EAAE,sCAAiB,CAAC,IAAI;QACjC,WAAW,EAAE,YAAY;QACzB,MAAM,EAAE,IAAI;QACZ,YAAY,EAAE;YACZ,eAAe,EAAE,IAAI,EAAE,2DAA2D;YAClF,MAAM,EAAE,KAAK;YACb,SAAS,EAAE,IAAI;YACf,QAAQ,EAAE,KAAK;YACf,UAAU,EAAE,KAAK;YACjB,WAAW,EAAE,KAAK;YAClB,eAAe,EAAE,KAAK;YACtB,UAAU,EAAE,KAAK;YACjB,YAAY,EAAE,KAAK;SACpB;KACF;CACF,CAAC"}
@@ -1,3 +1,4 @@
1
+ export * from './_collections/fdpai-models.const';
1
2
  export * from './_enums/fdpai-model.enum';
2
3
  export * from './_models/fdpai-client-options.interface';
3
4
  export * from './_models/fdpai-call-settings.control-model';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/fdp-ai/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC;AAG1C,cAAc,0CAA0C,CAAC;AACzD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wCAAwC,CAAC;AACvD,cAAc,oDAAoD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/fdp-ai/index.ts"],"names":[],"mappings":"AACA,cAAc,mCAAmC,CAAC;AAGlD,cAAc,2BAA2B,CAAC;AAG1C,cAAc,0CAA0C,CAAC;AACzD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wCAAwC,CAAC;AACvD,cAAc,oDAAoD,CAAC"}
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ // COLLECTIONS
5
+ tslib_1.__exportStar(require("./_collections/fdpai-models.const"), exports);
4
6
  // ENUMS
5
7
  tslib_1.__exportStar(require("./_enums/fdpai-model.enum"), exports);
6
8
  // MODELS
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/fdp-ai/index.ts"],"names":[],"mappings":";;;AAAA,QAAQ;AACR,oEAA0C;AAE1C,SAAS;AACT,mFAAyD;AACzD,sFAA4D;AAC5D,iFAAuD;AACvD,6FAAmE"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/fdp-ai/index.ts"],"names":[],"mappings":";;;AAAA,cAAc;AACd,4EAAkD;AAElD,QAAQ;AACR,oEAA0C;AAE1C,SAAS;AACT,mFAAyD;AACzD,sFAA4D;AAC5D,iFAAuD;AACvD,6FAAmE"}
@@ -0,0 +1,13 @@
1
+ import { DyFM_AI_ModelInfo } from '../../../_models/ai-model-info.interface';
2
+ /**
3
+ * Google Gemini model registry — verified 2026-06-01 against ai.google.dev docs.
4
+ *
5
+ * SDK note: depend on `@google/genai` (the old `@google/generative-ai` was sunset
6
+ * 2025-11-30). Tool use via `functionDeclarations`; tool results are returned under
7
+ * a `user`-role `functionResponse` part (no dedicated tool role).
8
+ *
9
+ * Video input is a real Gemini capability but is not yet modelled in
10
+ * {@link DyFM_AI_ModelCapabilities} — `vision` covers image input only.
11
+ */
12
+ export declare const DyFM_GAI_Models: DyFM_AI_ModelInfo[];
13
+ //# sourceMappingURL=gai-models.const.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gai-models.const.d.ts","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/google-ai/_collections/gai-models.const.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAG7E;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe,EAAE,iBAAiB,EAmF9C,CAAC"}
@@ -0,0 +1,101 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DyFM_GAI_Models = void 0;
4
+ const ai_provider_enum_1 = require("../../../_enums/ai-provider.enum");
5
+ const ai_model_type_enum_1 = require("../../../_enums/ai-model-type.enum");
6
+ const gai_model_enum_1 = require("../_enums/gai-model.enum");
7
+ /**
8
+ * Google Gemini model registry — verified 2026-06-01 against ai.google.dev docs.
9
+ *
10
+ * SDK note: depend on `@google/genai` (the old `@google/generative-ai` was sunset
11
+ * 2025-11-30). Tool use via `functionDeclarations`; tool results are returned under
12
+ * a `user`-role `functionResponse` part (no dedicated tool role).
13
+ *
14
+ * Video input is a real Gemini capability but is not yet modelled in
15
+ * {@link DyFM_AI_ModelCapabilities} — `vision` covers image input only.
16
+ */
17
+ exports.DyFM_GAI_Models = [
18
+ {
19
+ id: gai_model_enum_1.DyFM_GAI_Model.gemini_3_5_flash,
20
+ provider: ai_provider_enum_1.DyFM_AI_Provider.Google,
21
+ modelType: ai_model_type_enum_1.DyFM_AI_ModelType.Chat,
22
+ displayName: 'Gemini 3.5 Flash',
23
+ tier: 'flash',
24
+ status: 'ga',
25
+ contextWindow: 1_048_576,
26
+ maxOutputTokens: 65_536,
27
+ capabilities: {
28
+ functionCalling: true,
29
+ vision: true,
30
+ streaming: true,
31
+ jsonMode: true,
32
+ audioInput: true,
33
+ audioOutput: false,
34
+ imageGeneration: false,
35
+ embeddings: false,
36
+ adultContent: false,
37
+ },
38
+ },
39
+ {
40
+ id: gai_model_enum_1.DyFM_GAI_Model.gemini_3_1_pro_preview,
41
+ provider: ai_provider_enum_1.DyFM_AI_Provider.Google,
42
+ modelType: ai_model_type_enum_1.DyFM_AI_ModelType.Chat,
43
+ displayName: 'Gemini 3.1 Pro (preview)',
44
+ tier: 'pro',
45
+ status: 'preview',
46
+ contextWindow: 1_048_576,
47
+ maxOutputTokens: 65_536,
48
+ capabilities: {
49
+ functionCalling: true,
50
+ vision: true,
51
+ streaming: true,
52
+ jsonMode: true,
53
+ audioInput: true,
54
+ audioOutput: false,
55
+ imageGeneration: false,
56
+ embeddings: false,
57
+ adultContent: false,
58
+ },
59
+ },
60
+ {
61
+ id: gai_model_enum_1.DyFM_GAI_Model.gemini_3_1_flash_lite,
62
+ provider: ai_provider_enum_1.DyFM_AI_Provider.Google,
63
+ modelType: ai_model_type_enum_1.DyFM_AI_ModelType.Chat,
64
+ displayName: 'Gemini 3.1 Flash-Lite',
65
+ tier: 'flash-lite',
66
+ status: 'ga',
67
+ contextWindow: 1_048_576,
68
+ maxOutputTokens: 65_536,
69
+ capabilities: {
70
+ functionCalling: true,
71
+ vision: true,
72
+ streaming: true,
73
+ jsonMode: true,
74
+ audioInput: true,
75
+ audioOutput: false,
76
+ imageGeneration: false,
77
+ embeddings: false,
78
+ adultContent: false,
79
+ },
80
+ },
81
+ {
82
+ id: gai_model_enum_1.DyFM_GAI_Model.gemini_embedding_2,
83
+ provider: ai_provider_enum_1.DyFM_AI_Provider.Google,
84
+ modelType: ai_model_type_enum_1.DyFM_AI_ModelType.Embedding,
85
+ displayName: 'Gemini Embedding 2',
86
+ status: 'ga',
87
+ contextWindow: 8_192,
88
+ capabilities: {
89
+ functionCalling: false,
90
+ vision: true, // multimodal embedding (text / image / audio)
91
+ streaming: false,
92
+ jsonMode: false,
93
+ audioInput: true,
94
+ audioOutput: false,
95
+ imageGeneration: false,
96
+ embeddings: true,
97
+ adultContent: false,
98
+ },
99
+ },
100
+ ];
101
+ //# sourceMappingURL=gai-models.const.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gai-models.const.js","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/google-ai/_collections/gai-models.const.ts"],"names":[],"mappings":";;;AAAA,uEAAoE;AACpE,2EAAuE;AAEvE,6DAA0D;AAE1D;;;;;;;;;GASG;AACU,QAAA,eAAe,GAAwB;IAClD;QACE,EAAE,EAAE,+BAAc,CAAC,gBAAgB;QACnC,QAAQ,EAAE,mCAAgB,CAAC,MAAM;QACjC,SAAS,EAAE,sCAAiB,CAAC,IAAI;QACjC,WAAW,EAAE,kBAAkB;QAC/B,IAAI,EAAE,OAAO;QACb,MAAM,EAAE,IAAI;QACZ,aAAa,EAAE,SAAS;QACxB,eAAe,EAAE,MAAM;QACvB,YAAY,EAAE;YACZ,eAAe,EAAE,IAAI;YACrB,MAAM,EAAE,IAAI;YACZ,SAAS,EAAE,IAAI;YACf,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,IAAI;YAChB,WAAW,EAAE,KAAK;YAClB,eAAe,EAAE,KAAK;YACtB,UAAU,EAAE,KAAK;YACjB,YAAY,EAAE,KAAK;SACpB;KACF;IACD;QACE,EAAE,EAAE,+BAAc,CAAC,sBAAsB;QACzC,QAAQ,EAAE,mCAAgB,CAAC,MAAM;QACjC,SAAS,EAAE,sCAAiB,CAAC,IAAI;QACjC,WAAW,EAAE,0BAA0B;QACvC,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,SAAS;QACjB,aAAa,EAAE,SAAS;QACxB,eAAe,EAAE,MAAM;QACvB,YAAY,EAAE;YACZ,eAAe,EAAE,IAAI;YACrB,MAAM,EAAE,IAAI;YACZ,SAAS,EAAE,IAAI;YACf,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,IAAI;YAChB,WAAW,EAAE,KAAK;YAClB,eAAe,EAAE,KAAK;YACtB,UAAU,EAAE,KAAK;YACjB,YAAY,EAAE,KAAK;SACpB;KACF;IACD;QACE,EAAE,EAAE,+BAAc,CAAC,qBAAqB;QACxC,QAAQ,EAAE,mCAAgB,CAAC,MAAM;QACjC,SAAS,EAAE,sCAAiB,CAAC,IAAI;QACjC,WAAW,EAAE,uBAAuB;QACpC,IAAI,EAAE,YAAY;QAClB,MAAM,EAAE,IAAI;QACZ,aAAa,EAAE,SAAS;QACxB,eAAe,EAAE,MAAM;QACvB,YAAY,EAAE;YACZ,eAAe,EAAE,IAAI;YACrB,MAAM,EAAE,IAAI;YACZ,SAAS,EAAE,IAAI;YACf,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,IAAI;YAChB,WAAW,EAAE,KAAK;YAClB,eAAe,EAAE,KAAK;YACtB,UAAU,EAAE,KAAK;YACjB,YAAY,EAAE,KAAK;SACpB;KACF;IACD;QACE,EAAE,EAAE,+BAAc,CAAC,kBAAkB;QACrC,QAAQ,EAAE,mCAAgB,CAAC,MAAM;QACjC,SAAS,EAAE,sCAAiB,CAAC,SAAS;QACtC,WAAW,EAAE,oBAAoB;QACjC,MAAM,EAAE,IAAI;QACZ,aAAa,EAAE,KAAK;QACpB,YAAY,EAAE;YACZ,eAAe,EAAE,KAAK;YACtB,MAAM,EAAE,IAAI,EAAE,8CAA8C;YAC5D,SAAS,EAAE,KAAK;YAChB,QAAQ,EAAE,KAAK;YACf,UAAU,EAAE,IAAI;YAChB,WAAW,EAAE,KAAK;YAClB,eAAe,EAAE,KAAK;YACtB,UAAU,EAAE,IAAI;YAChB,YAAY,EAAE,KAAK;SACpB;KACF;CACF,CAAC"}
@@ -1,4 +1,8 @@
1
1
  export declare enum DyFM_GAI_Model {
2
+ gemini_3_5_flash = "gemini-3.5-flash",
3
+ gemini_3_1_pro_preview = "gemini-3.1-pro-preview",
4
+ gemini_3_1_flash_lite = "gemini-3.1-flash-lite",
5
+ gemini_embedding_2 = "gemini-embedding-2",
2
6
  gemini_1_5_pro_latest = "gemini-1.5-pro-latest",
3
7
  gemini_1_5_flash_latest = "gemini-1.5-flash-latest",
4
8
  text_embedding_004 = "text-embedding-004"
@@ -1 +1 @@
1
- {"version":3,"file":"gai-model.enum.d.ts","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/google-ai/_enums/gai-model.enum.ts"],"names":[],"mappings":"AACA,oBAAY,cAAc;IACxB,qBAAqB,0BAA0B;IAC/C,uBAAuB,4BAA4B;IACnD,kBAAkB,uBAAuB;CAC1C"}
1
+ {"version":3,"file":"gai-model.enum.d.ts","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/google-ai/_enums/gai-model.enum.ts"],"names":[],"mappings":"AAEA,oBAAY,cAAc;IAExB,gBAAgB,qBAAqB;IACrC,sBAAsB,2BAA2B;IACjD,qBAAqB,0BAA0B;IAC/C,kBAAkB,uBAAuB;IAGzC,qBAAqB,0BAA0B;IAC/C,uBAAuB,4BAA4B;IACnD,kBAAkB,uBAAuB;CAC1C"}
@@ -1,9 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DyFM_GAI_Model = void 0;
4
- // Based on @google/generative-ai model identifiers
4
+ // Based on the @google/genai SDK model identifiers
5
+ // (the older @google/generative-ai SDK was sunset 2025-11-30).
5
6
  var DyFM_GAI_Model;
6
7
  (function (DyFM_GAI_Model) {
8
+ // Current (verified 2026-06)
9
+ DyFM_GAI_Model["gemini_3_5_flash"] = "gemini-3.5-flash";
10
+ DyFM_GAI_Model["gemini_3_1_pro_preview"] = "gemini-3.1-pro-preview";
11
+ DyFM_GAI_Model["gemini_3_1_flash_lite"] = "gemini-3.1-flash-lite";
12
+ DyFM_GAI_Model["gemini_embedding_2"] = "gemini-embedding-2";
13
+ // Legacy (deprecated / removed from the active line-up)
7
14
  DyFM_GAI_Model["gemini_1_5_pro_latest"] = "gemini-1.5-pro-latest";
8
15
  DyFM_GAI_Model["gemini_1_5_flash_latest"] = "gemini-1.5-flash-latest";
9
16
  DyFM_GAI_Model["text_embedding_004"] = "text-embedding-004";
@@ -1 +1 @@
1
- {"version":3,"file":"gai-model.enum.js","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/google-ai/_enums/gai-model.enum.ts"],"names":[],"mappings":";;;AAAA,mDAAmD;AACnD,IAAY,cAIX;AAJD,WAAY,cAAc;IACxB,iEAA+C,CAAA;IAC/C,qEAAmD,CAAA;IACnD,2DAAyC,CAAA;AAC3C,CAAC,EAJW,cAAc,8BAAd,cAAc,QAIzB"}
1
+ {"version":3,"file":"gai-model.enum.js","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/google-ai/_enums/gai-model.enum.ts"],"names":[],"mappings":";;;AAAA,mDAAmD;AACnD,+DAA+D;AAC/D,IAAY,cAWX;AAXD,WAAY,cAAc;IACxB,6BAA6B;IAC7B,uDAAqC,CAAA;IACrC,mEAAiD,CAAA;IACjD,iEAA+C,CAAA;IAC/C,2DAAyC,CAAA;IAEzC,wDAAwD;IACxD,iEAA+C,CAAA;IAC/C,qEAAmD,CAAA;IACnD,2DAAyC,CAAA;AAC3C,CAAC,EAXW,cAAc,8BAAd,cAAc,QAWzB"}
@@ -1,3 +1,4 @@
1
+ export * from './_collections/gai-models.const';
1
2
  export * from './_enums/gai-model.enum';
2
3
  export * from './_models/gai-client-options.interface';
3
4
  export * from './_models/gai-call-settings.control-model';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/google-ai/index.ts"],"names":[],"mappings":"AACA,cAAc,yBAAyB,CAAC;AAGxC,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sCAAsC,CAAC;AACrD,cAAc,kDAAkD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/google-ai/index.ts"],"names":[],"mappings":"AACA,cAAc,iCAAiC,CAAC;AAGhD,cAAc,yBAAyB,CAAC;AAGxC,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sCAAsC,CAAC;AACrD,cAAc,kDAAkD,CAAC"}
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ // COLLECTIONS
5
+ tslib_1.__exportStar(require("./_collections/gai-models.const"), exports);
4
6
  // ENUMS
5
7
  tslib_1.__exportStar(require("./_enums/gai-model.enum"), exports);
6
8
  // MODELS
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/google-ai/index.ts"],"names":[],"mappings":";;;AAAA,QAAQ;AACR,kEAAwC;AAExC,SAAS;AACT,iFAAuD;AACvD,oFAA0D;AAC1D,+EAAqD;AACrD,2FAAiE"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/google-ai/index.ts"],"names":[],"mappings":";;;AAAA,cAAc;AACd,0EAAgD;AAEhD,QAAQ;AACR,kEAAwC;AAExC,SAAS;AACT,iFAAuD;AACvD,oFAA0D;AAC1D,+EAAqD;AACrD,2FAAiE"}
@@ -0,0 +1,13 @@
1
+ import { DyFM_AI_ModelInfo } from '../../../_models/ai-model-info.interface';
2
+ /**
3
+ * Local-AI model registry.
4
+ *
5
+ * Local models are served by a self-hosted, OpenAI-wire-compatible server
6
+ * (lm-studio / ollama / vllm). These are GENERIC descriptors — the real
7
+ * capabilities depend entirely on the model the user has loaded at runtime.
8
+ * In particular `functionCalling` is left FALSE here because many local models
9
+ * do not support tool calling; it must be confirmed per loaded model rather than
10
+ * assumed. Context window is model-defined and therefore left unset.
11
+ */
12
+ export declare const DyFM_LAI_Models: DyFM_AI_ModelInfo[];
13
+ //# sourceMappingURL=lai-models.const.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lai-models.const.d.ts","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/local-ai/_collections/lai-models.const.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAG7E;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe,EAAE,iBAAiB,EAqC9C,CAAC"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DyFM_LAI_Models = void 0;
4
+ const ai_provider_enum_1 = require("../../../_enums/ai-provider.enum");
5
+ const ai_model_type_enum_1 = require("../../../_enums/ai-model-type.enum");
6
+ const lai_model_enum_1 = require("../_enums/lai-model.enum");
7
+ /**
8
+ * Local-AI model registry.
9
+ *
10
+ * Local models are served by a self-hosted, OpenAI-wire-compatible server
11
+ * (lm-studio / ollama / vllm). These are GENERIC descriptors — the real
12
+ * capabilities depend entirely on the model the user has loaded at runtime.
13
+ * In particular `functionCalling` is left FALSE here because many local models
14
+ * do not support tool calling; it must be confirmed per loaded model rather than
15
+ * assumed. Context window is model-defined and therefore left unset.
16
+ */
17
+ exports.DyFM_LAI_Models = [
18
+ {
19
+ id: lai_model_enum_1.DyFM_LAI_Model.generic_llm,
20
+ provider: ai_provider_enum_1.DyFM_AI_Provider.LocalAI,
21
+ modelType: ai_model_type_enum_1.DyFM_AI_ModelType.Chat,
22
+ displayName: 'Local generic LLM',
23
+ status: 'ga',
24
+ capabilities: {
25
+ functionCalling: false, // runtime/model-dependent — confirm per loaded model
26
+ vision: false,
27
+ streaming: true,
28
+ jsonMode: false,
29
+ audioInput: false,
30
+ audioOutput: false,
31
+ imageGeneration: false,
32
+ embeddings: false,
33
+ adultContent: false,
34
+ },
35
+ },
36
+ {
37
+ id: lai_model_enum_1.DyFM_LAI_Model.text_embedding,
38
+ provider: ai_provider_enum_1.DyFM_AI_Provider.LocalAI,
39
+ modelType: ai_model_type_enum_1.DyFM_AI_ModelType.Embedding,
40
+ displayName: 'Local text embedding',
41
+ status: 'ga',
42
+ capabilities: {
43
+ functionCalling: false,
44
+ vision: false,
45
+ streaming: false,
46
+ jsonMode: false,
47
+ audioInput: false,
48
+ audioOutput: false,
49
+ imageGeneration: false,
50
+ embeddings: true,
51
+ adultContent: false,
52
+ },
53
+ },
54
+ ];
55
+ //# sourceMappingURL=lai-models.const.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lai-models.const.js","sourceRoot":"","sources":["../../../../../../src/_modules/ai/_modules/local-ai/_collections/lai-models.const.ts"],"names":[],"mappings":";;;AAAA,uEAAoE;AACpE,2EAAuE;AAEvE,6DAA0D;AAE1D;;;;;;;;;GASG;AACU,QAAA,eAAe,GAAwB;IAClD;QACE,EAAE,EAAE,+BAAc,CAAC,WAAW;QAC9B,QAAQ,EAAE,mCAAgB,CAAC,OAAO;QAClC,SAAS,EAAE,sCAAiB,CAAC,IAAI;QACjC,WAAW,EAAE,mBAAmB;QAChC,MAAM,EAAE,IAAI;QACZ,YAAY,EAAE;YACZ,eAAe,EAAE,KAAK,EAAE,qDAAqD;YAC7E,MAAM,EAAE,KAAK;YACb,SAAS,EAAE,IAAI;YACf,QAAQ,EAAE,KAAK;YACf,UAAU,EAAE,KAAK;YACjB,WAAW,EAAE,KAAK;YAClB,eAAe,EAAE,KAAK;YACtB,UAAU,EAAE,KAAK;YACjB,YAAY,EAAE,KAAK;SACpB;KACF;IACD;QACE,EAAE,EAAE,+BAAc,CAAC,cAAc;QACjC,QAAQ,EAAE,mCAAgB,CAAC,OAAO;QAClC,SAAS,EAAE,sCAAiB,CAAC,SAAS;QACtC,WAAW,EAAE,sBAAsB;QACnC,MAAM,EAAE,IAAI;QACZ,YAAY,EAAE;YACZ,eAAe,EAAE,KAAK;YACtB,MAAM,EAAE,KAAK;YACb,SAAS,EAAE,KAAK;YAChB,QAAQ,EAAE,KAAK;YACf,UAAU,EAAE,KAAK;YACjB,WAAW,EAAE,KAAK;YAClB,eAAe,EAAE,KAAK;YACtB,UAAU,EAAE,IAAI;YAChB,YAAY,EAAE,KAAK;SACpB;KACF;CACF,CAAC"}
@@ -1,3 +1,4 @@
1
+ export * from './_collections/lai-models.const';
1
2
  export * from './_enums/lai-model.enum';
2
3
  export * from './_models/lai-client-options.interface';
3
4
  export * from './_models/lai-call-settings.control-model';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/local-ai/index.ts"],"names":[],"mappings":"AACA,cAAc,yBAAyB,CAAC;AAGxC,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sCAAsC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/local-ai/index.ts"],"names":[],"mappings":"AACA,cAAc,iCAAiC,CAAC;AAGhD,cAAc,yBAAyB,CAAC;AAGxC,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sCAAsC,CAAC"}
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ // COLLECTIONS
5
+ tslib_1.__exportStar(require("./_collections/lai-models.const"), exports);
4
6
  // ENUMS
5
7
  tslib_1.__exportStar(require("./_enums/lai-model.enum"), exports);
6
8
  // MODELS
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/local-ai/index.ts"],"names":[],"mappings":";;;AAAA,QAAQ;AACR,kEAAwC;AAExC,SAAS;AACT,iFAAuD;AACvD,oFAA0D;AAC1D,+EAAqD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/_modules/ai/_modules/local-ai/index.ts"],"names":[],"mappings":";;;AAAA,cAAc;AACd,0EAAgD;AAEhD,QAAQ;AACR,kEAAwC;AAExC,SAAS;AACT,iFAAuD;AACvD,oFAA0D;AAC1D,+EAAqD"}