@juspay/neurolink 11.13.0 → 11.13.2
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/CHANGELOG.md +2 -6
- package/dist/browser/neurolink.min.js +681 -842
- package/dist/cli/commands/agent.js +2 -2
- package/dist/cli/commands/auth.d.ts +1 -1
- package/dist/cli/commands/auth.js +11 -11
- package/dist/cli/commands/authProviders.d.ts +1 -1
- package/dist/cli/commands/authProviders.js +2 -2
- package/dist/cli/commands/autoresearch.js +5 -5
- package/dist/cli/commands/config.d.ts +1 -1
- package/dist/cli/commands/config.js +4 -4
- package/dist/cli/commands/docs.d.ts +1 -1
- package/dist/cli/commands/evaluate.d.ts +1 -1
- package/dist/cli/commands/evaluate.js +4 -4
- package/dist/cli/commands/mcp.js +14 -14
- package/dist/cli/commands/models.js +3 -3
- package/dist/cli/commands/observability.d.ts +1 -1
- package/dist/cli/commands/observability.js +3 -3
- package/dist/cli/commands/ollama.js +1 -1
- package/dist/cli/commands/proxy.d.ts +2 -2
- package/dist/cli/commands/proxy.js +45 -45
- package/dist/cli/commands/proxyAnalyze.d.ts +1 -1
- package/dist/cli/commands/proxyAnalyze.js +2 -2
- package/dist/cli/commands/proxyReplay.d.ts +1 -1
- package/dist/cli/commands/proxyReplay.js +2 -2
- package/dist/cli/commands/rag.js +10 -10
- package/dist/cli/commands/serve.js +7 -7
- package/dist/cli/commands/server.js +6 -6
- package/dist/cli/commands/setup-anthropic.d.ts +1 -1
- package/dist/cli/commands/setup-anthropic.js +3 -3
- package/dist/cli/commands/setup-azure.d.ts +1 -1
- package/dist/cli/commands/setup-azure.js +3 -3
- package/dist/cli/commands/setup-bedrock.d.ts +1 -1
- package/dist/cli/commands/setup-bedrock.js +3 -3
- package/dist/cli/commands/setup-gcp.d.ts +1 -1
- package/dist/cli/commands/setup-gcp.js +1 -1
- package/dist/cli/commands/setup-google-ai.d.ts +1 -1
- package/dist/cli/commands/setup-google-ai.js +4 -4
- package/dist/cli/commands/setup-huggingface.d.ts +1 -1
- package/dist/cli/commands/setup-huggingface.js +1 -1
- package/dist/cli/commands/setup-mistral.d.ts +1 -1
- package/dist/cli/commands/setup-mistral.js +3 -3
- package/dist/cli/commands/setup-openai.d.ts +1 -1
- package/dist/cli/commands/setup-openai.js +3 -3
- package/dist/cli/commands/setup.d.ts +1 -1
- package/dist/cli/commands/setup.js +4 -4
- package/dist/cli/commands/task.js +4 -4
- package/dist/cli/commands/telemetry.d.ts +1 -1
- package/dist/cli/commands/telemetry.js +4 -4
- package/dist/cli/commands/voiceServer.d.ts +1 -1
- package/dist/cli/commands/voiceServer.js +6 -2
- package/dist/cli/commands/workflow.js +5 -5
- package/dist/cli/errorHandler.js +3 -3
- package/dist/cli/factories/commandFactory.js +13 -13
- package/dist/cli/factories/ollamaCommandFactory.js +3 -3
- package/dist/cli/factories/sagemakerCommandFactory.js +5 -5
- package/dist/cli/index.js +1 -1
- package/dist/cli/loop/conversationSelector.d.ts +1 -1
- package/dist/cli/loop/conversationSelector.js +3 -3
- package/dist/cli/loop/optionsSchema.d.ts +1 -1
- package/dist/cli/loop/optionsSchema.js +1 -1
- package/dist/cli/loop/session.d.ts +1 -1
- package/dist/cli/loop/session.js +6 -6
- package/dist/cli/parser.js +10 -2
- package/dist/cli/proxy-clients/claudeCode.d.ts +1 -1
- package/dist/cli/proxy-clients/claudeCode.js +1 -1
- package/dist/cli/proxy-clients/codex.d.ts +1 -1
- package/dist/cli/proxy-clients/codex.js +1 -1
- package/dist/cli/proxy-clients/copilot.d.ts +1 -1
- package/dist/cli/proxy-clients/copilot.js +1 -1
- package/dist/cli/proxy-clients/openCode.d.ts +1 -1
- package/dist/cli/proxy-clients/openCode.js +1 -1
- package/dist/cli/proxy-clients/qwenCode.d.ts +1 -1
- package/dist/cli/proxy-clients/qwenCode.js +1 -1
- package/dist/cli/proxy-clients/registry.d.ts +1 -1
- package/dist/cli/proxy-clients/registry.js +1 -1
- package/dist/cli/utils/audioFileUtils.d.ts +1 -1
- package/dist/cli/utils/audioPlayer.d.ts +1 -1
- package/dist/cli/utils/classifierRouterFlags.d.ts +1 -1
- package/dist/cli/utils/classifierRouterFlags.js +1 -1
- package/dist/cli/utils/completeSetup.d.ts +1 -1
- package/dist/cli/utils/completeSetup.js +1 -1
- package/dist/cli/utils/envManager.d.ts +1 -1
- package/dist/cli/utils/envManager.js +1 -1
- package/dist/cli/utils/inputValidation.js +2 -2
- package/dist/cli/utils/interactiveSetup.d.ts +2 -2
- package/dist/cli/utils/interactiveSetup.js +3 -3
- package/dist/cli/utils/ollamaUtils.d.ts +1 -1
- package/dist/cli/utils/ollamaUtils.js +1 -1
- package/dist/cli/utils/skillsFlags.d.ts +1 -1
- package/dist/cli/utils/toolRoutingFlags.d.ts +1 -1
- package/dist/cli/utils/toolRoutingFlags.js +1 -1
- package/dist/cli/utils/videoFileUtils.d.ts +1 -1
- package/dist/processors/data/XmlProcessor.d.ts +14 -0
- package/dist/processors/data/XmlProcessor.js +14 -0
- package/dist/processors/document/PptxProcessor.d.ts +9 -0
- package/dist/processors/document/PptxProcessor.js +9 -0
- package/dist/processors/media/VideoProcessor.js +30 -2
- package/dist/providers/amazonBedrock/client.js +1 -2
- package/dist/providers/googleVertex/index.d.ts +0 -1
- package/dist/providers/googleVertex/index.js +0 -1
- package/dist/rag/document/loaders.js +49 -21
- package/dist/server/abstract/baseServerAdapter.d.ts +13 -0
- package/dist/server/abstract/baseServerAdapter.js +39 -1
- package/dist/server/adapters/expressAdapter.js +15 -5
- package/dist/server/adapters/fastifyAdapter.js +15 -5
- package/dist/server/adapters/koaAdapter.js +16 -6
- package/dist/types/generate.d.ts +7 -0
- package/dist/types/stream.d.ts +1 -1
- package/docs-site/mcp-server/search.js +20 -12
- package/docs-site/mcp-server/types.d.ts +12 -5
- package/docs-site/static/search-index.json +1 -0
- package/package.json +16 -16
- package/dist/lib/action/actionExecutor.d.ts +0 -29
- package/dist/lib/action/actionExecutor.js +0 -291
- package/dist/lib/action/actionInputs.d.ts +0 -25
- package/dist/lib/action/actionInputs.js +0 -294
- package/dist/lib/action/githubIntegration.d.ts +0 -21
- package/dist/lib/action/githubIntegration.js +0 -188
- package/dist/lib/action/index.d.ts +0 -7
- package/dist/lib/action/index.js +0 -13
- package/dist/lib/adapters/audioFormatSupport.d.ts +0 -53
- package/dist/lib/adapters/audioFormatSupport.js +0 -201
- package/dist/lib/adapters/imageFormatSupport.d.ts +0 -75
- package/dist/lib/adapters/imageFormatSupport.js +0 -284
- package/dist/lib/adapters/providerImageAdapter.d.ts +0 -51
- package/dist/lib/adapters/providerImageAdapter.js +0 -704
- package/dist/lib/adapters/replicate/auth.d.ts +0 -19
- package/dist/lib/adapters/replicate/auth.js +0 -33
- package/dist/lib/adapters/replicate/predictionLifecycle.d.ts +0 -46
- package/dist/lib/adapters/replicate/predictionLifecycle.js +0 -289
- package/dist/lib/adapters/tts/cartesiaHandler.d.ts +0 -12
- package/dist/lib/adapters/tts/cartesiaHandler.js +0 -131
- package/dist/lib/adapters/tts/googleTTSHandler.d.ts +0 -97
- package/dist/lib/adapters/tts/googleTTSHandler.js +0 -353
- package/dist/lib/adapters/video/directorPipeline.d.ts +0 -31
- package/dist/lib/adapters/video/directorPipeline.js +0 -523
- package/dist/lib/adapters/video/ffmpegAdapter.d.ts +0 -84
- package/dist/lib/adapters/video/ffmpegAdapter.js +0 -207
- package/dist/lib/adapters/video/frameExtractor.d.ts +0 -28
- package/dist/lib/adapters/video/frameExtractor.js +0 -144
- package/dist/lib/adapters/video/klingVideoHandler.d.ts +0 -37
- package/dist/lib/adapters/video/klingVideoHandler.js +0 -306
- package/dist/lib/adapters/video/replicateVideoHandler.d.ts +0 -29
- package/dist/lib/adapters/video/replicateVideoHandler.js +0 -168
- package/dist/lib/adapters/video/runwayVideoHandler.d.ts +0 -32
- package/dist/lib/adapters/video/runwayVideoHandler.js +0 -317
- package/dist/lib/adapters/video/vertexVideoHandler.d.ts +0 -119
- package/dist/lib/adapters/video/vertexVideoHandler.js +0 -804
- package/dist/lib/adapters/video/videoAnalyzer.d.ts +0 -26
- package/dist/lib/adapters/video/videoAnalyzer.js +0 -239
- package/dist/lib/adapters/video/videoMerger.d.ts +0 -22
- package/dist/lib/adapters/video/videoMerger.js +0 -172
- package/dist/lib/agent/agent.d.ts +0 -104
- package/dist/lib/agent/agent.js +0 -433
- package/dist/lib/agent/agentNetwork.d.ts +0 -87
- package/dist/lib/agent/agentNetwork.js +0 -501
- package/dist/lib/agent/agentToolRegistrar.d.ts +0 -48
- package/dist/lib/agent/agentToolRegistrar.js +0 -337
- package/dist/lib/agent/communication/index.d.ts +0 -9
- package/dist/lib/agent/communication/index.js +0 -10
- package/dist/lib/agent/communication/message-bus.d.ts +0 -113
- package/dist/lib/agent/communication/message-bus.js +0 -407
- package/dist/lib/agent/coordination/coordinator.d.ts +0 -83
- package/dist/lib/agent/coordination/coordinator.js +0 -599
- package/dist/lib/agent/coordination/index.d.ts +0 -10
- package/dist/lib/agent/coordination/index.js +0 -11
- package/dist/lib/agent/coordination/task-distributor.d.ts +0 -113
- package/dist/lib/agent/coordination/task-distributor.js +0 -586
- package/dist/lib/agent/directTools.d.ts +0 -306
- package/dist/lib/agent/directTools.js +0 -907
- package/dist/lib/agent/index.d.ts +0 -41
- package/dist/lib/agent/index.js +0 -49
- package/dist/lib/agent/isolatedAgentRunner.d.ts +0 -73
- package/dist/lib/agent/isolatedAgentRunner.js +0 -947
- package/dist/lib/agent/orchestration/index.d.ts +0 -10
- package/dist/lib/agent/orchestration/index.js +0 -11
- package/dist/lib/agent/orchestration/orchestrator.d.ts +0 -114
- package/dist/lib/agent/orchestration/orchestrator.js +0 -479
- package/dist/lib/agent/orchestration/topology.d.ts +0 -164
- package/dist/lib/agent/orchestration/topology.js +0 -521
- package/dist/lib/agent/prompts/routingPrompts.d.ts +0 -63
- package/dist/lib/agent/prompts/routingPrompts.js +0 -202
- package/dist/lib/agent/structuredRecovery.d.ts +0 -30
- package/dist/lib/agent/structuredRecovery.js +0 -105
- package/dist/lib/analytics/index.d.ts +0 -7
- package/dist/lib/analytics/index.js +0 -8
- package/dist/lib/analytics/parseQualityScore.d.ts +0 -9
- package/dist/lib/analytics/parseQualityScore.js +0 -30
- package/dist/lib/analytics/pricing.d.ts +0 -27
- package/dist/lib/analytics/pricing.js +0 -42
- package/dist/lib/analytics/service.d.ts +0 -36
- package/dist/lib/analytics/service.js +0 -394
- package/dist/lib/analytics/storage.d.ts +0 -19
- package/dist/lib/analytics/storage.js +0 -33
- package/dist/lib/artifacts/artifactStore.d.ts +0 -55
- package/dist/lib/artifacts/artifactStore.js +0 -145
- package/dist/lib/auth/AuthProviderFactory.d.ts +0 -69
- package/dist/lib/auth/AuthProviderFactory.js +0 -112
- package/dist/lib/auth/AuthProviderRegistry.d.ts +0 -33
- package/dist/lib/auth/AuthProviderRegistry.js +0 -191
- package/dist/lib/auth/RequestContext.d.ts +0 -23
- package/dist/lib/auth/RequestContext.js +0 -79
- package/dist/lib/auth/accountPool.d.ts +0 -68
- package/dist/lib/auth/accountPool.js +0 -179
- package/dist/lib/auth/anthropicOAuth.d.ts +0 -400
- package/dist/lib/auth/anthropicOAuth.js +0 -1143
- package/dist/lib/auth/authContext.d.ts +0 -198
- package/dist/lib/auth/authContext.js +0 -315
- package/dist/lib/auth/codexOAuth.d.ts +0 -67
- package/dist/lib/auth/codexOAuth.js +0 -203
- package/dist/lib/auth/errors.d.ts +0 -63
- package/dist/lib/auth/errors.js +0 -40
- package/dist/lib/auth/index.d.ts +0 -41
- package/dist/lib/auth/index.js +0 -86
- package/dist/lib/auth/middleware/AuthMiddleware.d.ts +0 -127
- package/dist/lib/auth/middleware/AuthMiddleware.js +0 -523
- package/dist/lib/auth/middleware/rateLimitByUser.d.ts +0 -193
- package/dist/lib/auth/middleware/rateLimitByUser.js +0 -559
- package/dist/lib/auth/providers/BaseAuthProvider.d.ts +0 -259
- package/dist/lib/auth/providers/BaseAuthProvider.js +0 -724
- package/dist/lib/auth/providers/CognitoProvider.d.ts +0 -61
- package/dist/lib/auth/providers/CognitoProvider.js +0 -308
- package/dist/lib/auth/providers/KeycloakProvider.d.ts +0 -61
- package/dist/lib/auth/providers/KeycloakProvider.js +0 -396
- package/dist/lib/auth/providers/auth0.d.ts +0 -59
- package/dist/lib/auth/providers/auth0.js +0 -275
- package/dist/lib/auth/providers/betterAuth.d.ts +0 -51
- package/dist/lib/auth/providers/betterAuth.js +0 -183
- package/dist/lib/auth/providers/clerk.d.ts +0 -65
- package/dist/lib/auth/providers/clerk.js +0 -318
- package/dist/lib/auth/providers/custom.d.ts +0 -64
- package/dist/lib/auth/providers/custom.js +0 -113
- package/dist/lib/auth/providers/firebase.d.ts +0 -63
- package/dist/lib/auth/providers/firebase.js +0 -231
- package/dist/lib/auth/providers/jwt.d.ts +0 -68
- package/dist/lib/auth/providers/jwt.js +0 -217
- package/dist/lib/auth/providers/oauth2.d.ts +0 -73
- package/dist/lib/auth/providers/oauth2.js +0 -304
- package/dist/lib/auth/providers/supabase.d.ts +0 -63
- package/dist/lib/auth/providers/supabase.js +0 -260
- package/dist/lib/auth/providers/workos.d.ts +0 -61
- package/dist/lib/auth/providers/workos.js +0 -289
- package/dist/lib/auth/serverBridge.d.ts +0 -14
- package/dist/lib/auth/serverBridge.js +0 -26
- package/dist/lib/auth/sessionManager.d.ts +0 -118
- package/dist/lib/auth/sessionManager.js +0 -511
- package/dist/lib/auth/tokenStore.d.ts +0 -283
- package/dist/lib/auth/tokenStore.js +0 -929
- package/dist/lib/autoresearch/config.d.ts +0 -11
- package/dist/lib/autoresearch/config.js +0 -109
- package/dist/lib/autoresearch/errors.d.ts +0 -40
- package/dist/lib/autoresearch/errors.js +0 -21
- package/dist/lib/autoresearch/index.d.ts +0 -23
- package/dist/lib/autoresearch/index.js +0 -35
- package/dist/lib/autoresearch/phasePolicy.d.ts +0 -9
- package/dist/lib/autoresearch/phasePolicy.js +0 -70
- package/dist/lib/autoresearch/promptCompiler.d.ts +0 -15
- package/dist/lib/autoresearch/promptCompiler.js +0 -121
- package/dist/lib/autoresearch/repoPolicy.d.ts +0 -32
- package/dist/lib/autoresearch/repoPolicy.js +0 -129
- package/dist/lib/autoresearch/resultRecorder.d.ts +0 -20
- package/dist/lib/autoresearch/resultRecorder.js +0 -131
- package/dist/lib/autoresearch/runner.d.ts +0 -10
- package/dist/lib/autoresearch/runner.js +0 -109
- package/dist/lib/autoresearch/stateStore.d.ts +0 -12
- package/dist/lib/autoresearch/stateStore.js +0 -164
- package/dist/lib/autoresearch/summaryParser.d.ts +0 -16
- package/dist/lib/autoresearch/summaryParser.js +0 -95
- package/dist/lib/autoresearch/tools.d.ts +0 -27
- package/dist/lib/autoresearch/tools.js +0 -618
- package/dist/lib/autoresearch/worker.d.ts +0 -71
- package/dist/lib/autoresearch/worker.js +0 -418
- package/dist/lib/avatar/index.d.ts +0 -26
- package/dist/lib/avatar/index.js +0 -86
- package/dist/lib/avatar/providers/DIDAvatar.d.ts +0 -49
- package/dist/lib/avatar/providers/DIDAvatar.js +0 -502
- package/dist/lib/avatar/providers/HeyGenAvatar.d.ts +0 -30
- package/dist/lib/avatar/providers/HeyGenAvatar.js +0 -338
- package/dist/lib/avatar/providers/ReplicateAvatar.d.ts +0 -36
- package/dist/lib/avatar/providers/ReplicateAvatar.js +0 -268
- package/dist/lib/client/aiSdkAdapter.d.ts +0 -196
- package/dist/lib/client/aiSdkAdapter.js +0 -498
- package/dist/lib/client/auth.d.ts +0 -248
- package/dist/lib/client/auth.js +0 -469
- package/dist/lib/client/errors.d.ts +0 -298
- package/dist/lib/client/errors.js +0 -553
- package/dist/lib/client/httpClient.d.ts +0 -296
- package/dist/lib/client/httpClient.js +0 -851
- package/dist/lib/client/index.d.ts +0 -103
- package/dist/lib/client/index.js +0 -174
- package/dist/lib/client/interceptors.d.ts +0 -207
- package/dist/lib/client/interceptors.js +0 -620
- package/dist/lib/client/reactHooks.d.ts +0 -238
- package/dist/lib/client/reactHooks.js +0 -1168
- package/dist/lib/client/sseClient.d.ts +0 -115
- package/dist/lib/client/sseClient.js +0 -575
- package/dist/lib/client/streamingClient.d.ts +0 -255
- package/dist/lib/client/streamingClient.js +0 -963
- package/dist/lib/client/wsClient.d.ts +0 -127
- package/dist/lib/client/wsClient.js +0 -450
- package/dist/lib/config/configManager.d.ts +0 -60
- package/dist/lib/config/configManager.js +0 -304
- package/dist/lib/config/conversationMemory.d.ts +0 -51
- package/dist/lib/config/conversationMemory.js +0 -87
- package/dist/lib/config/modelSpecificPrompts.d.ts +0 -9
- package/dist/lib/config/modelSpecificPrompts.js +0 -39
- package/dist/lib/config/taskClassificationConfig.d.ts +0 -51
- package/dist/lib/config/taskClassificationConfig.js +0 -149
- package/dist/lib/constants/contextWindows.d.ts +0 -89
- package/dist/lib/constants/contextWindows.js +0 -568
- package/dist/lib/constants/enums.d.ts +0 -979
- package/dist/lib/constants/enums.js +0 -1247
- package/dist/lib/constants/index.d.ts +0 -184
- package/dist/lib/constants/index.js +0 -209
- package/dist/lib/constants/networkErrorCodes.d.ts +0 -14
- package/dist/lib/constants/networkErrorCodes.js +0 -22
- package/dist/lib/constants/performance.d.ts +0 -366
- package/dist/lib/constants/performance.js +0 -390
- package/dist/lib/constants/retry.d.ts +0 -224
- package/dist/lib/constants/retry.js +0 -267
- package/dist/lib/constants/timeouts.d.ts +0 -225
- package/dist/lib/constants/timeouts.js +0 -183
- package/dist/lib/constants/tokens.d.ts +0 -294
- package/dist/lib/constants/tokens.js +0 -381
- package/dist/lib/constants/videoErrors.d.ts +0 -49
- package/dist/lib/constants/videoErrors.js +0 -51
- package/dist/lib/context/anthropicLoopGuard.d.ts +0 -47
- package/dist/lib/context/anthropicLoopGuard.js +0 -186
- package/dist/lib/context/budgetChecker.d.ts +0 -33
- package/dist/lib/context/budgetChecker.js +0 -132
- package/dist/lib/context/contextCompactor.d.ts +0 -19
- package/dist/lib/context/contextCompactor.js +0 -258
- package/dist/lib/context/effectiveHistory.d.ts +0 -52
- package/dist/lib/context/effectiveHistory.js +0 -106
- package/dist/lib/context/emergencyTruncation.d.ts +0 -21
- package/dist/lib/context/emergencyTruncation.js +0 -89
- package/dist/lib/context/errorDetection.d.ts +0 -36
- package/dist/lib/context/errorDetection.js +0 -190
- package/dist/lib/context/errors.d.ts +0 -19
- package/dist/lib/context/errors.js +0 -22
- package/dist/lib/context/fileSummarizationService.d.ts +0 -45
- package/dist/lib/context/fileSummarizationService.js +0 -256
- package/dist/lib/context/fileSummarizer.d.ts +0 -55
- package/dist/lib/context/fileSummarizer.js +0 -146
- package/dist/lib/context/fileTokenBudget.d.ts +0 -52
- package/dist/lib/context/fileTokenBudget.js +0 -128
- package/dist/lib/context/geminiLoopGuard.d.ts +0 -54
- package/dist/lib/context/geminiLoopGuard.js +0 -141
- package/dist/lib/context/loopGuardCore.d.ts +0 -43
- package/dist/lib/context/loopGuardCore.js +0 -146
- package/dist/lib/context/openaiCompatLoopGuard.d.ts +0 -42
- package/dist/lib/context/openaiCompatLoopGuard.js +0 -173
- package/dist/lib/context/prompts/summarizationPrompt.d.ts +0 -16
- package/dist/lib/context/prompts/summarizationPrompt.js +0 -118
- package/dist/lib/context/stages/fileReadDeduplicator.d.ts +0 -8
- package/dist/lib/context/stages/fileReadDeduplicator.js +0 -67
- package/dist/lib/context/stages/slidingWindowTruncator.d.ts +0 -15
- package/dist/lib/context/stages/slidingWindowTruncator.js +0 -237
- package/dist/lib/context/stages/structuredSummarizer.d.ts +0 -8
- package/dist/lib/context/stages/structuredSummarizer.js +0 -123
- package/dist/lib/context/stages/toolOutputPruner.d.ts +0 -8
- package/dist/lib/context/stages/toolOutputPruner.js +0 -53
- package/dist/lib/context/stepBudgetGuard.d.ts +0 -61
- package/dist/lib/context/stepBudgetGuard.js +0 -358
- package/dist/lib/context/summarizationEngine.d.ts +0 -45
- package/dist/lib/context/summarizationEngine.js +0 -162
- package/dist/lib/context/toolOutputLimits.d.ts +0 -36
- package/dist/lib/context/toolOutputLimits.js +0 -95
- package/dist/lib/context/toolPairRepair.d.ts +0 -43
- package/dist/lib/context/toolPairRepair.js +0 -242
- package/dist/lib/core/analytics.d.ts +0 -11
- package/dist/lib/core/analytics.js +0 -117
- package/dist/lib/core/baseProvider.d.ts +0 -500
- package/dist/lib/core/baseProvider.js +0 -2081
- package/dist/lib/core/constants.d.ts +0 -146
- package/dist/lib/core/constants.js +0 -278
- package/dist/lib/core/conversationMemoryFactory.d.ts +0 -19
- package/dist/lib/core/conversationMemoryFactory.js +0 -147
- package/dist/lib/core/conversationMemoryInitializer.d.ts +0 -14
- package/dist/lib/core/conversationMemoryInitializer.js +0 -129
- package/dist/lib/core/conversationMemoryManager.d.ts +0 -110
- package/dist/lib/core/conversationMemoryManager.js +0 -471
- package/dist/lib/core/dynamicModels.d.ts +0 -89
- package/dist/lib/core/dynamicModels.js +0 -337
- package/dist/lib/core/evaluation.d.ts +0 -18
- package/dist/lib/core/evaluation.js +0 -310
- package/dist/lib/core/evaluationProviders.d.ts +0 -60
- package/dist/lib/core/evaluationProviders.js +0 -249
- package/dist/lib/core/factory.d.ts +0 -54
- package/dist/lib/core/factory.js +0 -364
- package/dist/lib/core/geminiLoopAdapter.d.ts +0 -20
- package/dist/lib/core/geminiLoopAdapter.js +0 -171
- package/dist/lib/core/handlerRegistry.d.ts +0 -29
- package/dist/lib/core/handlerRegistry.js +0 -62
- package/dist/lib/core/infrastructure/baseError.d.ts +0 -21
- package/dist/lib/core/infrastructure/baseError.js +0 -23
- package/dist/lib/core/infrastructure/baseFactory.d.ts +0 -16
- package/dist/lib/core/infrastructure/baseFactory.js +0 -55
- package/dist/lib/core/infrastructure/baseRegistry.d.ts +0 -19
- package/dist/lib/core/infrastructure/baseRegistry.js +0 -54
- package/dist/lib/core/infrastructure/index.d.ts +0 -5
- package/dist/lib/core/infrastructure/index.js +0 -6
- package/dist/lib/core/infrastructure/retry.d.ts +0 -2
- package/dist/lib/core/infrastructure/retry.js +0 -21
- package/dist/lib/core/infrastructure/typedEventEmitter.d.ts +0 -8
- package/dist/lib/core/infrastructure/typedEventEmitter.js +0 -24
- package/dist/lib/core/loopEngine.d.ts +0 -21
- package/dist/lib/core/loopEngine.js +0 -272
- package/dist/lib/core/modelConfiguration.d.ts +0 -179
- package/dist/lib/core/modelConfiguration.js +0 -549
- package/dist/lib/core/modules/GenerationHandler.d.ts +0 -135
- package/dist/lib/core/modules/GenerationHandler.js +0 -1028
- package/dist/lib/core/modules/MessageBuilder.d.ts +0 -24
- package/dist/lib/core/modules/MessageBuilder.js +0 -311
- package/dist/lib/core/modules/StreamHandler.d.ts +0 -70
- package/dist/lib/core/modules/StreamHandler.js +0 -229
- package/dist/lib/core/modules/TelemetryHandler.d.ts +0 -70
- package/dist/lib/core/modules/TelemetryHandler.js +0 -229
- package/dist/lib/core/modules/ToolsManager.d.ts +0 -105
- package/dist/lib/core/modules/ToolsManager.js +0 -737
- package/dist/lib/core/modules/Utilities.d.ts +0 -90
- package/dist/lib/core/modules/Utilities.js +0 -347
- package/dist/lib/core/modules/structuredOutputPolicy.d.ts +0 -91
- package/dist/lib/core/modules/structuredOutputPolicy.js +0 -136
- package/dist/lib/core/nativeToolFormat.d.ts +0 -33
- package/dist/lib/core/nativeToolFormat.js +0 -31
- package/dist/lib/core/redisConversationMemoryManager.d.ts +0 -235
- package/dist/lib/core/redisConversationMemoryManager.js +0 -1724
- package/dist/lib/core/serviceRegistry.d.ts +0 -40
- package/dist/lib/core/serviceRegistry.js +0 -113
- package/dist/lib/core/streamAnalytics.d.ts +0 -27
- package/dist/lib/core/streamAnalytics.js +0 -132
- package/dist/lib/core/streamChannel.d.ts +0 -10
- package/dist/lib/core/streamChannel.js +0 -77
- package/dist/lib/core/toolDedup.d.ts +0 -51
- package/dist/lib/core/toolDedup.js +0 -197
- package/dist/lib/core/toolEvents.d.ts +0 -2
- package/dist/lib/core/toolEvents.js +0 -8
- package/dist/lib/core/toolExecutionRecorder.d.ts +0 -76
- package/dist/lib/core/toolExecutionRecorder.js +0 -261
- package/dist/lib/core/toolRouting.d.ts +0 -68
- package/dist/lib/core/toolRouting.js +0 -496
- package/dist/lib/core/toolRoutingCache.d.ts +0 -64
- package/dist/lib/core/toolRoutingCache.js +0 -155
- package/dist/lib/core/toolRoutingEmbedding.d.ts +0 -112
- package/dist/lib/core/toolRoutingEmbedding.js +0 -323
- package/dist/lib/dynamic/dynamicResolver.d.ts +0 -282
- package/dist/lib/dynamic/dynamicResolver.js +0 -634
- package/dist/lib/dynamic/index.d.ts +0 -10
- package/dist/lib/dynamic/index.js +0 -13
- package/dist/lib/dynamic/resolution.d.ts +0 -17
- package/dist/lib/dynamic/resolution.js +0 -22
- package/dist/lib/evaluation/BatchEvaluator.d.ts +0 -65
- package/dist/lib/evaluation/BatchEvaluator.js +0 -271
- package/dist/lib/evaluation/EvaluationAggregator.d.ts +0 -156
- package/dist/lib/evaluation/EvaluationAggregator.js +0 -378
- package/dist/lib/evaluation/EvaluatorFactory.d.ts +0 -102
- package/dist/lib/evaluation/EvaluatorFactory.js +0 -281
- package/dist/lib/evaluation/EvaluatorRegistry.d.ts +0 -111
- package/dist/lib/evaluation/EvaluatorRegistry.js +0 -185
- package/dist/lib/evaluation/contextBuilder.d.ts +0 -44
- package/dist/lib/evaluation/contextBuilder.js +0 -132
- package/dist/lib/evaluation/errors/EvaluationError.d.ts +0 -161
- package/dist/lib/evaluation/errors/EvaluationError.js +0 -207
- package/dist/lib/evaluation/errors/index.d.ts +0 -4
- package/dist/lib/evaluation/errors/index.js +0 -5
- package/dist/lib/evaluation/hooks/index.d.ts +0 -6
- package/dist/lib/evaluation/hooks/index.js +0 -7
- package/dist/lib/evaluation/hooks/langfuseAdapter.d.ts +0 -62
- package/dist/lib/evaluation/hooks/langfuseAdapter.js +0 -173
- package/dist/lib/evaluation/hooks/observabilityHooks.d.ts +0 -77
- package/dist/lib/evaluation/hooks/observabilityHooks.js +0 -187
- package/dist/lib/evaluation/index.d.ts +0 -41
- package/dist/lib/evaluation/index.js +0 -78
- package/dist/lib/evaluation/pipeline/evaluationPipeline.d.ts +0 -83
- package/dist/lib/evaluation/pipeline/evaluationPipeline.js +0 -397
- package/dist/lib/evaluation/pipeline/index.d.ts +0 -8
- package/dist/lib/evaluation/pipeline/index.js +0 -9
- package/dist/lib/evaluation/pipeline/pipelineBuilder.d.ts +0 -126
- package/dist/lib/evaluation/pipeline/pipelineBuilder.js +0 -261
- package/dist/lib/evaluation/pipeline/presets.d.ts +0 -66
- package/dist/lib/evaluation/pipeline/presets.js +0 -225
- package/dist/lib/evaluation/pipeline/strategies/batchStrategy.d.ts +0 -46
- package/dist/lib/evaluation/pipeline/strategies/batchStrategy.js +0 -242
- package/dist/lib/evaluation/pipeline/strategies/index.d.ts +0 -6
- package/dist/lib/evaluation/pipeline/strategies/index.js +0 -7
- package/dist/lib/evaluation/pipeline/strategies/samplingStrategy.d.ts +0 -76
- package/dist/lib/evaluation/pipeline/strategies/samplingStrategy.js +0 -247
- package/dist/lib/evaluation/prompts.d.ts +0 -22
- package/dist/lib/evaluation/prompts.js +0 -74
- package/dist/lib/evaluation/ragasEvaluator.d.ts +0 -28
- package/dist/lib/evaluation/ragasEvaluator.js +0 -127
- package/dist/lib/evaluation/reporting/index.d.ts +0 -6
- package/dist/lib/evaluation/reporting/index.js +0 -7
- package/dist/lib/evaluation/reporting/metricsCollector.d.ts +0 -88
- package/dist/lib/evaluation/reporting/metricsCollector.js +0 -286
- package/dist/lib/evaluation/reporting/reportGenerator.d.ts +0 -57
- package/dist/lib/evaluation/reporting/reportGenerator.js +0 -375
- package/dist/lib/evaluation/retryManager.d.ts +0 -39
- package/dist/lib/evaluation/retryManager.js +0 -79
- package/dist/lib/evaluation/scorers/baseScorer.d.ts +0 -82
- package/dist/lib/evaluation/scorers/baseScorer.js +0 -233
- package/dist/lib/evaluation/scorers/customScorerUtils.d.ts +0 -86
- package/dist/lib/evaluation/scorers/customScorerUtils.js +0 -382
- package/dist/lib/evaluation/scorers/index.d.ts +0 -10
- package/dist/lib/evaluation/scorers/index.js +0 -17
- package/dist/lib/evaluation/scorers/llm/answerRelevancyScorer.d.ts +0 -12
- package/dist/lib/evaluation/scorers/llm/answerRelevancyScorer.js +0 -100
- package/dist/lib/evaluation/scorers/llm/baseLLMScorer.d.ts +0 -69
- package/dist/lib/evaluation/scorers/llm/baseLLMScorer.js +0 -282
- package/dist/lib/evaluation/scorers/llm/biasDetectionScorer.d.ts +0 -12
- package/dist/lib/evaluation/scorers/llm/biasDetectionScorer.js +0 -128
- package/dist/lib/evaluation/scorers/llm/contextPrecisionScorer.d.ts +0 -12
- package/dist/lib/evaluation/scorers/llm/contextPrecisionScorer.js +0 -93
- package/dist/lib/evaluation/scorers/llm/contextRelevancyScorer.d.ts +0 -12
- package/dist/lib/evaluation/scorers/llm/contextRelevancyScorer.js +0 -108
- package/dist/lib/evaluation/scorers/llm/faithfulnessScorer.d.ts +0 -12
- package/dist/lib/evaluation/scorers/llm/faithfulnessScorer.js +0 -122
- package/dist/lib/evaluation/scorers/llm/hallucinationScorer.d.ts +0 -12
- package/dist/lib/evaluation/scorers/llm/hallucinationScorer.js +0 -141
- package/dist/lib/evaluation/scorers/llm/index.d.ts +0 -15
- package/dist/lib/evaluation/scorers/llm/index.js +0 -17
- package/dist/lib/evaluation/scorers/llm/promptAlignmentScorer.d.ts +0 -12
- package/dist/lib/evaluation/scorers/llm/promptAlignmentScorer.js +0 -107
- package/dist/lib/evaluation/scorers/llm/summarizationScorer.d.ts +0 -12
- package/dist/lib/evaluation/scorers/llm/summarizationScorer.js +0 -115
- package/dist/lib/evaluation/scorers/llm/toneConsistencyScorer.d.ts +0 -12
- package/dist/lib/evaluation/scorers/llm/toneConsistencyScorer.js +0 -107
- package/dist/lib/evaluation/scorers/llm/toxicityScorer.d.ts +0 -12
- package/dist/lib/evaluation/scorers/llm/toxicityScorer.js +0 -122
- package/dist/lib/evaluation/scorers/rule/baseRuleScorer.d.ts +0 -77
- package/dist/lib/evaluation/scorers/rule/baseRuleScorer.js +0 -234
- package/dist/lib/evaluation/scorers/rule/contentSimilarityScorer.d.ts +0 -81
- package/dist/lib/evaluation/scorers/rule/contentSimilarityScorer.js +0 -353
- package/dist/lib/evaluation/scorers/rule/formatScorer.d.ts +0 -107
- package/dist/lib/evaluation/scorers/rule/formatScorer.js +0 -471
- package/dist/lib/evaluation/scorers/rule/index.d.ts +0 -9
- package/dist/lib/evaluation/scorers/rule/index.js +0 -11
- package/dist/lib/evaluation/scorers/rule/keywordCoverageScorer.d.ts +0 -66
- package/dist/lib/evaluation/scorers/rule/keywordCoverageScorer.js +0 -348
- package/dist/lib/evaluation/scorers/rule/lengthScorer.d.ts +0 -74
- package/dist/lib/evaluation/scorers/rule/lengthScorer.js +0 -352
- package/dist/lib/evaluation/scorers/scorerBuilder.d.ts +0 -160
- package/dist/lib/evaluation/scorers/scorerBuilder.js +0 -421
- package/dist/lib/evaluation/scorers/scorerRegistry.d.ts +0 -65
- package/dist/lib/evaluation/scorers/scorerRegistry.js +0 -540
- package/dist/lib/evaluation/scoring.d.ts +0 -15
- package/dist/lib/evaluation/scoring.js +0 -61
- package/dist/lib/factories/providerDescriptors.d.ts +0 -18
- package/dist/lib/factories/providerDescriptors.js +0 -547
- package/dist/lib/factories/providerFactory.d.ts +0 -87
- package/dist/lib/factories/providerFactory.js +0 -199
- package/dist/lib/factories/providerRegistry.d.ts +0 -58
- package/dist/lib/factories/providerRegistry.js +0 -549
- package/dist/lib/features/ppt/constants.d.ts +0 -121
- package/dist/lib/features/ppt/constants.js +0 -897
- package/dist/lib/features/ppt/contentPlanner.d.ts +0 -47
- package/dist/lib/features/ppt/contentPlanner.js +0 -558
- package/dist/lib/features/ppt/index.d.ts +0 -11
- package/dist/lib/features/ppt/index.js +0 -33
- package/dist/lib/features/ppt/pptError.d.ts +0 -38
- package/dist/lib/features/ppt/pptError.js +0 -54
- package/dist/lib/features/ppt/presentationOrchestrator.d.ts +0 -37
- package/dist/lib/features/ppt/presentationOrchestrator.js +0 -231
- package/dist/lib/features/ppt/slideGenerator.d.ts +0 -56
- package/dist/lib/features/ppt/slideGenerator.js +0 -542
- package/dist/lib/features/ppt/slideRenderers.d.ts +0 -347
- package/dist/lib/features/ppt/slideRenderers.js +0 -2384
- package/dist/lib/features/ppt/slideTypeInference.d.ts +0 -91
- package/dist/lib/features/ppt/slideTypeInference.js +0 -406
- package/dist/lib/features/ppt/utils.d.ts +0 -103
- package/dist/lib/features/ppt/utils.js +0 -446
- package/dist/lib/files/fileReferenceRegistry.d.ts +0 -275
- package/dist/lib/files/fileReferenceRegistry.js +0 -1559
- package/dist/lib/files/fileTools.d.ts +0 -176
- package/dist/lib/files/fileTools.js +0 -435
- package/dist/lib/files/index.d.ts +0 -13
- package/dist/lib/files/index.js +0 -14
- package/dist/lib/files/streamingReader.d.ts +0 -93
- package/dist/lib/files/streamingReader.js +0 -322
- package/dist/lib/hitl/hitlErrors.d.ts +0 -38
- package/dist/lib/hitl/hitlErrors.js +0 -55
- package/dist/lib/hitl/hitlManager.d.ts +0 -100
- package/dist/lib/hitl/hitlManager.js +0 -461
- package/dist/lib/hitl/index.d.ts +0 -7
- package/dist/lib/hitl/index.js +0 -10
- package/dist/lib/image-gen/ImageGenService.d.ts +0 -146
- package/dist/lib/image-gen/ImageGenService.js +0 -349
- package/dist/lib/image-gen/imageGenTools.d.ts +0 -109
- package/dist/lib/image-gen/imageGenTools.js +0 -305
- package/dist/lib/image-gen/index.d.ts +0 -45
- package/dist/lib/image-gen/index.js +0 -49
- package/dist/lib/index.d.ts +0 -447
- package/dist/lib/index.js +0 -748
- package/dist/lib/knowledge/context.d.ts +0 -18
- package/dist/lib/knowledge/context.js +0 -92
- package/dist/lib/knowledge/defaults.d.ts +0 -24
- package/dist/lib/knowledge/defaults.js +0 -30
- package/dist/lib/knowledge/engine.d.ts +0 -35
- package/dist/lib/knowledge/engine.js +0 -180
- package/dist/lib/knowledge/index.d.ts +0 -15
- package/dist/lib/knowledge/index.js +0 -16
- package/dist/lib/knowledge/indexCache.d.ts +0 -19
- package/dist/lib/knowledge/indexCache.js +0 -110
- package/dist/lib/knowledge/knowledgeIndex.d.ts +0 -41
- package/dist/lib/knowledge/knowledgeIndex.js +0 -205
- package/dist/lib/knowledge/normalize.d.ts +0 -32
- package/dist/lib/knowledge/normalize.js +0 -75
- package/dist/lib/knowledge/resolve.d.ts +0 -18
- package/dist/lib/knowledge/resolve.js +0 -157
- package/dist/lib/knowledge/retrieval.d.ts +0 -16
- package/dist/lib/knowledge/retrieval.js +0 -222
- package/dist/lib/mcp/agentExposure.d.ts +0 -83
- package/dist/lib/mcp/agentExposure.js +0 -357
- package/dist/lib/mcp/auth/index.d.ts +0 -6
- package/dist/lib/mcp/auth/index.js +0 -12
- package/dist/lib/mcp/auth/oauthClientProvider.d.ts +0 -93
- package/dist/lib/mcp/auth/oauthClientProvider.js +0 -331
- package/dist/lib/mcp/auth/tokenStorage.d.ts +0 -56
- package/dist/lib/mcp/auth/tokenStorage.js +0 -135
- package/dist/lib/mcp/batching/index.d.ts +0 -1
- package/dist/lib/mcp/batching/index.js +0 -2
- package/dist/lib/mcp/batching/requestBatcher.d.ts +0 -130
- package/dist/lib/mcp/batching/requestBatcher.js +0 -468
- package/dist/lib/mcp/caching/index.d.ts +0 -1
- package/dist/lib/mcp/caching/index.js +0 -2
- package/dist/lib/mcp/caching/toolCache.d.ts +0 -154
- package/dist/lib/mcp/caching/toolCache.js +0 -434
- package/dist/lib/mcp/elicitation/elicitationManager.d.ts +0 -169
- package/dist/lib/mcp/elicitation/elicitationManager.js +0 -377
- package/dist/lib/mcp/elicitation/index.d.ts +0 -1
- package/dist/lib/mcp/elicitation/index.js +0 -3
- package/dist/lib/mcp/elicitationProtocol.d.ts +0 -139
- package/dist/lib/mcp/elicitationProtocol.js +0 -376
- package/dist/lib/mcp/enhancedToolDiscovery.d.ts +0 -125
- package/dist/lib/mcp/enhancedToolDiscovery.js +0 -482
- package/dist/lib/mcp/externalServerManager.d.ts +0 -189
- package/dist/lib/mcp/externalServerManager.js +0 -1525
- package/dist/lib/mcp/factory.d.ts +0 -60
- package/dist/lib/mcp/factory.js +0 -162
- package/dist/lib/mcp/flexibleToolValidator.d.ts +0 -46
- package/dist/lib/mcp/flexibleToolValidator.js +0 -162
- package/dist/lib/mcp/httpRateLimiter.d.ts +0 -152
- package/dist/lib/mcp/httpRateLimiter.js +0 -386
- package/dist/lib/mcp/httpRetryHandler.d.ts +0 -62
- package/dist/lib/mcp/httpRetryHandler.js +0 -180
- package/dist/lib/mcp/index.d.ts +0 -60
- package/dist/lib/mcp/index.js +0 -82
- package/dist/lib/mcp/mcpCircuitBreaker.d.ts +0 -123
- package/dist/lib/mcp/mcpCircuitBreaker.js +0 -428
- package/dist/lib/mcp/mcpClientFactory.d.ts +0 -109
- package/dist/lib/mcp/mcpClientFactory.js +0 -714
- package/dist/lib/mcp/mcpOutputNormalizer.d.ts +0 -47
- package/dist/lib/mcp/mcpOutputNormalizer.js +0 -183
- package/dist/lib/mcp/mcpRegistryClient.d.ts +0 -129
- package/dist/lib/mcp/mcpRegistryClient.js +0 -489
- package/dist/lib/mcp/mcpServerBase.d.ts +0 -162
- package/dist/lib/mcp/mcpServerBase.js +0 -377
- package/dist/lib/mcp/multiServerManager.d.ts +0 -182
- package/dist/lib/mcp/multiServerManager.js +0 -580
- package/dist/lib/mcp/registry.d.ts +0 -94
- package/dist/lib/mcp/registry.js +0 -159
- package/dist/lib/mcp/routing/index.d.ts +0 -1
- package/dist/lib/mcp/routing/index.js +0 -2
- package/dist/lib/mcp/routing/toolRouter.d.ts +0 -110
- package/dist/lib/mcp/routing/toolRouter.js +0 -417
- package/dist/lib/mcp/serverCapabilities.d.ts +0 -175
- package/dist/lib/mcp/serverCapabilities.js +0 -503
- package/dist/lib/mcp/servers/agent/directToolsServer.d.ts +0 -8
- package/dist/lib/mcp/servers/agent/directToolsServer.js +0 -152
- package/dist/lib/mcp/servers/aiProviders/aiAnalysisTools.d.ts +0 -6
- package/dist/lib/mcp/servers/aiProviders/aiAnalysisTools.js +0 -364
- package/dist/lib/mcp/servers/aiProviders/aiCoreServer.d.ts +0 -10
- package/dist/lib/mcp/servers/aiProviders/aiCoreServer.js +0 -232
- package/dist/lib/mcp/servers/aiProviders/aiWorkflowTools.d.ts +0 -5
- package/dist/lib/mcp/servers/aiProviders/aiWorkflowTools.js +0 -584
- package/dist/lib/mcp/servers/utilities/utilityServer.d.ts +0 -8
- package/dist/lib/mcp/servers/utilities/utilityServer.js +0 -327
- package/dist/lib/mcp/toolAnnotations.d.ts +0 -57
- package/dist/lib/mcp/toolAnnotations.js +0 -240
- package/dist/lib/mcp/toolConverter.d.ts +0 -87
- package/dist/lib/mcp/toolConverter.js +0 -259
- package/dist/lib/mcp/toolDiscoveryService.d.ts +0 -144
- package/dist/lib/mcp/toolDiscoveryService.js +0 -978
- package/dist/lib/mcp/toolIntegration.d.ts +0 -92
- package/dist/lib/mcp/toolIntegration.js +0 -335
- package/dist/lib/mcp/toolRegistry.d.ts +0 -151
- package/dist/lib/mcp/toolRegistry.js +0 -755
- package/dist/lib/memory/hippocampusInitializer.d.ts +0 -2
- package/dist/lib/memory/hippocampusInitializer.js +0 -50
- package/dist/lib/memory/memoryRetrievalTools.d.ts +0 -13
- package/dist/lib/memory/memoryRetrievalTools.js +0 -267
- package/dist/lib/middleware/builtin/analytics.d.ts +0 -16
- package/dist/lib/middleware/builtin/analytics.js +0 -133
- package/dist/lib/middleware/builtin/autoEvaluation.d.ts +0 -11
- package/dist/lib/middleware/builtin/autoEvaluation.js +0 -201
- package/dist/lib/middleware/builtin/guardrails.d.ts +0 -7
- package/dist/lib/middleware/builtin/guardrails.js +0 -110
- package/dist/lib/middleware/builtin/lifecycle.d.ts +0 -2
- package/dist/lib/middleware/builtin/lifecycle.js +0 -161
- package/dist/lib/middleware/factory.d.ts +0 -69
- package/dist/lib/middleware/factory.js +0 -328
- package/dist/lib/middleware/index.d.ts +0 -11
- package/dist/lib/middleware/index.js +0 -17
- package/dist/lib/middleware/registry.d.ts +0 -76
- package/dist/lib/middleware/registry.js +0 -296
- package/dist/lib/middleware/utils/guardrailsUtils.d.ts +0 -50
- package/dist/lib/middleware/utils/guardrailsUtils.js +0 -397
- package/dist/lib/models/anthropicModels.d.ts +0 -261
- package/dist/lib/models/anthropicModels.js +0 -556
- package/dist/lib/models/manifestRegistry.d.ts +0 -33
- package/dist/lib/models/manifestRegistry.js +0 -174
- package/dist/lib/models/manifests/anthropic.d.ts +0 -9
- package/dist/lib/models/manifests/anthropic.js +0 -346
- package/dist/lib/models/manifests/azure.d.ts +0 -2
- package/dist/lib/models/manifests/azure.js +0 -87
- package/dist/lib/models/manifests/bedrock.d.ts +0 -2
- package/dist/lib/models/manifests/bedrock.js +0 -75
- package/dist/lib/models/manifests/cloudflare.d.ts +0 -8
- package/dist/lib/models/manifests/cloudflare.js +0 -19
- package/dist/lib/models/manifests/cohere.d.ts +0 -8
- package/dist/lib/models/manifests/cohere.js +0 -19
- package/dist/lib/models/manifests/deepseek.d.ts +0 -8
- package/dist/lib/models/manifests/deepseek.js +0 -19
- package/dist/lib/models/manifests/fireworks.d.ts +0 -8
- package/dist/lib/models/manifests/fireworks.js +0 -19
- package/dist/lib/models/manifests/google-ai.d.ts +0 -2
- package/dist/lib/models/manifests/google-ai.js +0 -28
- package/dist/lib/models/manifests/groq.d.ts +0 -8
- package/dist/lib/models/manifests/groq.js +0 -19
- package/dist/lib/models/manifests/huggingface.d.ts +0 -8
- package/dist/lib/models/manifests/huggingface.js +0 -19
- package/dist/lib/models/manifests/ideogram.d.ts +0 -8
- package/dist/lib/models/manifests/ideogram.js +0 -19
- package/dist/lib/models/manifests/jina.d.ts +0 -8
- package/dist/lib/models/manifests/jina.js +0 -19
- package/dist/lib/models/manifests/litellm.d.ts +0 -8
- package/dist/lib/models/manifests/litellm.js +0 -19
- package/dist/lib/models/manifests/llamacpp.d.ts +0 -8
- package/dist/lib/models/manifests/llamacpp.js +0 -19
- package/dist/lib/models/manifests/lm-studio.d.ts +0 -8
- package/dist/lib/models/manifests/lm-studio.js +0 -19
- package/dist/lib/models/manifests/mistral.d.ts +0 -2
- package/dist/lib/models/manifests/mistral.js +0 -50
- package/dist/lib/models/manifests/nvidia-nim.d.ts +0 -8
- package/dist/lib/models/manifests/nvidia-nim.js +0 -19
- package/dist/lib/models/manifests/ollama.d.ts +0 -2
- package/dist/lib/models/manifests/ollama.js +0 -72
- package/dist/lib/models/manifests/openai-compatible.d.ts +0 -8
- package/dist/lib/models/manifests/openai-compatible.js +0 -19
- package/dist/lib/models/manifests/openai.d.ts +0 -11
- package/dist/lib/models/manifests/openai.js +0 -560
- package/dist/lib/models/manifests/openrouter.d.ts +0 -8
- package/dist/lib/models/manifests/openrouter.js +0 -19
- package/dist/lib/models/manifests/perplexity.d.ts +0 -8
- package/dist/lib/models/manifests/perplexity.js +0 -19
- package/dist/lib/models/manifests/recraft.d.ts +0 -8
- package/dist/lib/models/manifests/recraft.js +0 -19
- package/dist/lib/models/manifests/replicate.d.ts +0 -8
- package/dist/lib/models/manifests/replicate.js +0 -19
- package/dist/lib/models/manifests/sagemaker.d.ts +0 -8
- package/dist/lib/models/manifests/sagemaker.js +0 -19
- package/dist/lib/models/manifests/stability.d.ts +0 -8
- package/dist/lib/models/manifests/stability.js +0 -19
- package/dist/lib/models/manifests/together-ai.d.ts +0 -8
- package/dist/lib/models/manifests/together-ai.js +0 -19
- package/dist/lib/models/manifests/vertex.d.ts +0 -8
- package/dist/lib/models/manifests/vertex.js +0 -19
- package/dist/lib/models/manifests/voyage.d.ts +0 -8
- package/dist/lib/models/manifests/voyage.js +0 -19
- package/dist/lib/models/manifests/xai.d.ts +0 -8
- package/dist/lib/models/manifests/xai.js +0 -19
- package/dist/lib/models/modelRegistry.d.ts +0 -74
- package/dist/lib/models/modelRegistry.js +0 -2695
- package/dist/lib/models/modelResolver.d.ts +0 -74
- package/dist/lib/models/modelResolver.js +0 -470
- package/dist/lib/music/index.d.ts +0 -27
- package/dist/lib/music/index.js +0 -94
- package/dist/lib/music/providers/BeatovenMusic.d.ts +0 -31
- package/dist/lib/music/providers/BeatovenMusic.js +0 -334
- package/dist/lib/music/providers/ElevenLabsMusic.d.ts +0 -30
- package/dist/lib/music/providers/ElevenLabsMusic.js +0 -169
- package/dist/lib/music/providers/LyriaMusic.d.ts +0 -29
- package/dist/lib/music/providers/LyriaMusic.js +0 -173
- package/dist/lib/music/providers/ReplicateMusic.d.ts +0 -31
- package/dist/lib/music/providers/ReplicateMusic.js +0 -262
- package/dist/lib/neurolink.d.ts +0 -2662
- package/dist/lib/neurolink.js +0 -12946
- package/dist/lib/observability/exporterRegistry.d.ts +0 -133
- package/dist/lib/observability/exporterRegistry.js +0 -414
- package/dist/lib/observability/exporters/arizeExporter.d.ts +0 -32
- package/dist/lib/observability/exporters/arizeExporter.js +0 -139
- package/dist/lib/observability/exporters/baseExporter.d.ts +0 -117
- package/dist/lib/observability/exporters/baseExporter.js +0 -191
- package/dist/lib/observability/exporters/braintrustExporter.d.ts +0 -30
- package/dist/lib/observability/exporters/braintrustExporter.js +0 -155
- package/dist/lib/observability/exporters/datadogExporter.d.ts +0 -37
- package/dist/lib/observability/exporters/datadogExporter.js +0 -197
- package/dist/lib/observability/exporters/index.d.ts +0 -13
- package/dist/lib/observability/exporters/index.js +0 -14
- package/dist/lib/observability/exporters/laminarExporter.d.ts +0 -48
- package/dist/lib/observability/exporters/laminarExporter.js +0 -304
- package/dist/lib/observability/exporters/langfuseExporter.d.ts +0 -48
- package/dist/lib/observability/exporters/langfuseExporter.js +0 -210
- package/dist/lib/observability/exporters/langsmithExporter.d.ts +0 -26
- package/dist/lib/observability/exporters/langsmithExporter.js +0 -144
- package/dist/lib/observability/exporters/otelExporter.d.ts +0 -39
- package/dist/lib/observability/exporters/otelExporter.js +0 -165
- package/dist/lib/observability/exporters/posthogExporter.d.ts +0 -48
- package/dist/lib/observability/exporters/posthogExporter.js +0 -289
- package/dist/lib/observability/exporters/sentryExporter.d.ts +0 -32
- package/dist/lib/observability/exporters/sentryExporter.js +0 -167
- package/dist/lib/observability/index.d.ts +0 -23
- package/dist/lib/observability/index.js +0 -32
- package/dist/lib/observability/metricsAggregator.d.ts +0 -126
- package/dist/lib/observability/metricsAggregator.js +0 -553
- package/dist/lib/observability/otelBridge.d.ts +0 -49
- package/dist/lib/observability/otelBridge.js +0 -141
- package/dist/lib/observability/retryPolicy.d.ts +0 -154
- package/dist/lib/observability/retryPolicy.js +0 -384
- package/dist/lib/observability/sampling/index.d.ts +0 -4
- package/dist/lib/observability/sampling/index.js +0 -5
- package/dist/lib/observability/sampling/samplers.d.ts +0 -104
- package/dist/lib/observability/sampling/samplers.js +0 -217
- package/dist/lib/observability/spanProcessor.d.ts +0 -115
- package/dist/lib/observability/spanProcessor.js +0 -304
- package/dist/lib/observability/tokenTracker.d.ts +0 -109
- package/dist/lib/observability/tokenTracker.js +0 -416
- package/dist/lib/observability/utils/index.d.ts +0 -4
- package/dist/lib/observability/utils/index.js +0 -5
- package/dist/lib/observability/utils/safeMetadata.d.ts +0 -10
- package/dist/lib/observability/utils/safeMetadata.js +0 -26
- package/dist/lib/observability/utils/spanSerializer.d.ts +0 -119
- package/dist/lib/observability/utils/spanSerializer.js +0 -314
- package/dist/lib/processors/archive/ArchiveProcessor.d.ts +0 -323
- package/dist/lib/processors/archive/ArchiveProcessor.js +0 -1662
- package/dist/lib/processors/archive/index.d.ts +0 -33
- package/dist/lib/processors/archive/index.js +0 -44
- package/dist/lib/processors/archive/zipEntryReader.d.ts +0 -51
- package/dist/lib/processors/archive/zipEntryReader.js +0 -81
- package/dist/lib/processors/base/BaseFileProcessor.d.ts +0 -309
- package/dist/lib/processors/base/BaseFileProcessor.js +0 -769
- package/dist/lib/processors/base/index.d.ts +0 -13
- package/dist/lib/processors/base/index.js +0 -23
- package/dist/lib/processors/cli/fileProcessorCli.d.ts +0 -124
- package/dist/lib/processors/cli/fileProcessorCli.js +0 -392
- package/dist/lib/processors/cli/index.d.ts +0 -36
- package/dist/lib/processors/cli/index.js +0 -53
- package/dist/lib/processors/code/ConfigProcessor.d.ts +0 -169
- package/dist/lib/processors/code/ConfigProcessor.js +0 -405
- package/dist/lib/processors/code/SourceCodeProcessor.d.ts +0 -172
- package/dist/lib/processors/code/SourceCodeProcessor.js +0 -309
- package/dist/lib/processors/code/index.d.ts +0 -44
- package/dist/lib/processors/code/index.js +0 -65
- package/dist/lib/processors/config/fileExtensions.d.ts +0 -280
- package/dist/lib/processors/config/fileExtensions.js +0 -485
- package/dist/lib/processors/config/fileTypeRegistry.d.ts +0 -106
- package/dist/lib/processors/config/fileTypeRegistry.js +0 -702
- package/dist/lib/processors/config/index.d.ts +0 -33
- package/dist/lib/processors/config/index.js +0 -104
- package/dist/lib/processors/config/languageMap.d.ts +0 -62
- package/dist/lib/processors/config/languageMap.js +0 -414
- package/dist/lib/processors/config/mimeConstants.d.ts +0 -373
- package/dist/lib/processors/config/mimeConstants.js +0 -348
- package/dist/lib/processors/config/sizeLimits.d.ts +0 -198
- package/dist/lib/processors/config/sizeLimits.js +0 -262
- package/dist/lib/processors/data/JsonProcessor.d.ts +0 -120
- package/dist/lib/processors/data/JsonProcessor.js +0 -206
- package/dist/lib/processors/data/XmlProcessor.d.ts +0 -158
- package/dist/lib/processors/data/XmlProcessor.js +0 -288
- package/dist/lib/processors/data/YamlProcessor.d.ts +0 -161
- package/dist/lib/processors/data/YamlProcessor.js +0 -297
- package/dist/lib/processors/data/index.d.ts +0 -49
- package/dist/lib/processors/data/index.js +0 -83
- package/dist/lib/processors/document/ExcelProcessor.d.ts +0 -250
- package/dist/lib/processors/document/ExcelProcessor.js +0 -615
- package/dist/lib/processors/document/OpenDocumentProcessor.d.ts +0 -67
- package/dist/lib/processors/document/OpenDocumentProcessor.js +0 -236
- package/dist/lib/processors/document/PptxProcessor.d.ts +0 -77
- package/dist/lib/processors/document/PptxProcessor.js +0 -262
- package/dist/lib/processors/document/RtfProcessor.d.ts +0 -150
- package/dist/lib/processors/document/RtfProcessor.js +0 -364
- package/dist/lib/processors/document/WordProcessor.d.ts +0 -166
- package/dist/lib/processors/document/WordProcessor.js +0 -365
- package/dist/lib/processors/document/index.d.ts +0 -55
- package/dist/lib/processors/document/index.js +0 -100
- package/dist/lib/processors/errors/FileErrorCode.d.ts +0 -86
- package/dist/lib/processors/errors/FileErrorCode.js +0 -256
- package/dist/lib/processors/errors/errorHelpers.d.ts +0 -121
- package/dist/lib/processors/errors/errorHelpers.js +0 -387
- package/dist/lib/processors/errors/errorSerializer.d.ts +0 -96
- package/dist/lib/processors/errors/errorSerializer.js +0 -508
- package/dist/lib/processors/errors/index.d.ts +0 -46
- package/dist/lib/processors/errors/index.js +0 -50
- package/dist/lib/processors/index.d.ts +0 -79
- package/dist/lib/processors/index.js +0 -133
- package/dist/lib/processors/integration/FileProcessorIntegration.d.ts +0 -176
- package/dist/lib/processors/integration/FileProcessorIntegration.js +0 -279
- package/dist/lib/processors/integration/index.d.ts +0 -41
- package/dist/lib/processors/integration/index.js +0 -48
- package/dist/lib/processors/markup/HtmlProcessor.d.ts +0 -167
- package/dist/lib/processors/markup/HtmlProcessor.js +0 -252
- package/dist/lib/processors/markup/MarkdownProcessor.d.ts +0 -163
- package/dist/lib/processors/markup/MarkdownProcessor.js +0 -249
- package/dist/lib/processors/markup/SvgProcessor.d.ts +0 -154
- package/dist/lib/processors/markup/SvgProcessor.js +0 -245
- package/dist/lib/processors/markup/TextProcessor.d.ts +0 -133
- package/dist/lib/processors/markup/TextProcessor.js +0 -191
- package/dist/lib/processors/markup/index.d.ts +0 -66
- package/dist/lib/processors/markup/index.js +0 -111
- package/dist/lib/processors/media/AudioProcessor.d.ts +0 -266
- package/dist/lib/processors/media/AudioProcessor.js +0 -712
- package/dist/lib/processors/media/VideoProcessor.d.ts +0 -337
- package/dist/lib/processors/media/VideoProcessor.js +0 -1154
- package/dist/lib/processors/media/index.d.ts +0 -26
- package/dist/lib/processors/media/index.js +0 -30
- package/dist/lib/processors/registry/ProcessorRegistry.d.ts +0 -347
- package/dist/lib/processors/registry/ProcessorRegistry.js +0 -715
- package/dist/lib/processors/registry/index.d.ts +0 -2
- package/dist/lib/processors/registry/index.js +0 -10
- package/dist/lib/providers/amazonBedrock/client.d.ts +0 -93
- package/dist/lib/providers/amazonBedrock/client.js +0 -1178
- package/dist/lib/providers/amazonBedrock/constants.d.ts +0 -1
- package/dist/lib/providers/amazonBedrock/constants.js +0 -3
- package/dist/lib/providers/amazonBedrock/index.d.ts +0 -3
- package/dist/lib/providers/amazonBedrock/index.js +0 -4
- package/dist/lib/providers/amazonBedrock/inferenceProfile.d.ts +0 -72
- package/dist/lib/providers/amazonBedrock/inferenceProfile.js +0 -186
- package/dist/lib/providers/amazonBedrock/loopAdapter.d.ts +0 -36
- package/dist/lib/providers/amazonBedrock/loopAdapter.js +0 -278
- package/dist/lib/providers/amazonBedrock/utils.d.ts +0 -1
- package/dist/lib/providers/amazonBedrock/utils.js +0 -4
- package/dist/lib/providers/amazonSagemaker.d.ts +0 -108
- package/dist/lib/providers/amazonSagemaker.js +0 -292
- package/dist/lib/providers/anthropic/cacheControl.d.ts +0 -12
- package/dist/lib/providers/anthropic/cacheControl.js +0 -15
- package/dist/lib/providers/anthropic/client.d.ts +0 -149
- package/dist/lib/providers/anthropic/client.js +0 -1862
- package/dist/lib/providers/anthropic/constants.d.ts +0 -3
- package/dist/lib/providers/anthropic/constants.js +0 -7
- package/dist/lib/providers/anthropic/index.d.ts +0 -2
- package/dist/lib/providers/anthropic/index.js +0 -3
- package/dist/lib/providers/anthropic/loopAdapter.d.ts +0 -26
- package/dist/lib/providers/anthropic/loopAdapter.js +0 -326
- package/dist/lib/providers/anthropic/rateLimitCapture.d.ts +0 -82
- package/dist/lib/providers/anthropic/rateLimitCapture.js +0 -375
- package/dist/lib/providers/anthropic/structuredOutput.d.ts +0 -58
- package/dist/lib/providers/anthropic/structuredOutput.js +0 -98
- package/dist/lib/providers/anthropic/toolOutput.d.ts +0 -9
- package/dist/lib/providers/anthropic/toolOutput.js +0 -39
- package/dist/lib/providers/anthropicImageBlocks.d.ts +0 -47
- package/dist/lib/providers/anthropicImageBlocks.js +0 -223
- package/dist/lib/providers/azureOpenai.d.ts +0 -67
- package/dist/lib/providers/azureOpenai.js +0 -230
- package/dist/lib/providers/cohere.d.ts +0 -54
- package/dist/lib/providers/cohere.js +0 -183
- package/dist/lib/providers/configuredOpenAICompat.d.ts +0 -24
- package/dist/lib/providers/configuredOpenAICompat.js +0 -67
- package/dist/lib/providers/deepseek.d.ts +0 -47
- package/dist/lib/providers/deepseek.js +0 -121
- package/dist/lib/providers/googleAiStudio/client.d.ts +0 -92
- package/dist/lib/providers/googleAiStudio/client.js +0 -1661
- package/dist/lib/providers/googleAiStudio/index.d.ts +0 -1
- package/dist/lib/providers/googleAiStudio/index.js +0 -2
- package/dist/lib/providers/googleNativeGemini3/index.d.ts +0 -1
- package/dist/lib/providers/googleNativeGemini3/index.js +0 -2
- package/dist/lib/providers/googleNativeGemini3/utils.d.ts +0 -482
- package/dist/lib/providers/googleNativeGemini3/utils.js +0 -1527
- package/dist/lib/providers/googleVertex/client.d.ts +0 -415
- package/dist/lib/providers/googleVertex/client.js +0 -7018
- package/dist/lib/providers/googleVertex/constants.d.ts +0 -5
- package/dist/lib/providers/googleVertex/constants.js +0 -27
- package/dist/lib/providers/googleVertex/index.d.ts +0 -3
- package/dist/lib/providers/googleVertex/index.js +0 -4
- package/dist/lib/providers/googleVertex/utils.d.ts +0 -12
- package/dist/lib/providers/googleVertex/utils.js +0 -287
- package/dist/lib/providers/huggingFace/client.d.ts +0 -31
- package/dist/lib/providers/huggingFace/client.js +0 -103
- package/dist/lib/providers/huggingFace/index.d.ts +0 -1
- package/dist/lib/providers/huggingFace/index.js +0 -2
- package/dist/lib/providers/ideogram.d.ts +0 -34
- package/dist/lib/providers/ideogram.js +0 -184
- package/dist/lib/providers/jina.d.ts +0 -58
- package/dist/lib/providers/jina.js +0 -217
- package/dist/lib/providers/litellm/client.d.ts +0 -84
- package/dist/lib/providers/litellm/client.js +0 -504
- package/dist/lib/providers/litellm/index.d.ts +0 -1
- package/dist/lib/providers/litellm/index.js +0 -2
- package/dist/lib/providers/llamaCpp.d.ts +0 -24
- package/dist/lib/providers/llamaCpp.js +0 -80
- package/dist/lib/providers/lmStudio.d.ts +0 -29
- package/dist/lib/providers/lmStudio.js +0 -88
- package/dist/lib/providers/nvidiaNim/client.d.ts +0 -60
- package/dist/lib/providers/nvidiaNim/client.js +0 -291
- package/dist/lib/providers/nvidiaNim/constants.d.ts +0 -1
- package/dist/lib/providers/nvidiaNim/constants.js +0 -2
- package/dist/lib/providers/nvidiaNim/index.d.ts +0 -2
- package/dist/lib/providers/nvidiaNim/index.js +0 -3
- package/dist/lib/providers/ollama/client.d.ts +0 -71
- package/dist/lib/providers/ollama/client.js +0 -283
- package/dist/lib/providers/ollama/constants.d.ts +0 -4
- package/dist/lib/providers/ollama/constants.js +0 -6
- package/dist/lib/providers/ollama/index.d.ts +0 -2
- package/dist/lib/providers/ollama/index.js +0 -3
- package/dist/lib/providers/openAI/client.d.ts +0 -76
- package/dist/lib/providers/openAI/client.js +0 -503
- package/dist/lib/providers/openAI/index.d.ts +0 -1
- package/dist/lib/providers/openAI/index.js +0 -2
- package/dist/lib/providers/openRouter/client.d.ts +0 -75
- package/dist/lib/providers/openRouter/client.js +0 -402
- package/dist/lib/providers/openRouter/constants.d.ts +0 -1
- package/dist/lib/providers/openRouter/constants.js +0 -2
- package/dist/lib/providers/openRouter/index.d.ts +0 -3
- package/dist/lib/providers/openRouter/index.js +0 -4
- package/dist/lib/providers/openRouter/utils.d.ts +0 -1
- package/dist/lib/providers/openRouter/utils.js +0 -6
- package/dist/lib/providers/openaiChatCompletionsBase.d.ts +0 -212
- package/dist/lib/providers/openaiChatCompletionsBase.js +0 -1154
- package/dist/lib/providers/openaiChatCompletionsClient.d.ts +0 -70
- package/dist/lib/providers/openaiChatCompletionsClient.js +0 -684
- package/dist/lib/providers/openaiCompatCatalog.d.ts +0 -24
- package/dist/lib/providers/openaiCompatCatalog.js +0 -270
- package/dist/lib/providers/openaiCompatible/client.d.ts +0 -21
- package/dist/lib/providers/openaiCompatible/client.js +0 -91
- package/dist/lib/providers/openaiCompatible/constants.d.ts +0 -1
- package/dist/lib/providers/openaiCompatible/constants.js +0 -2
- package/dist/lib/providers/openaiCompatible/index.d.ts +0 -3
- package/dist/lib/providers/openaiCompatible/index.js +0 -4
- package/dist/lib/providers/openaiCompatible/utils.d.ts +0 -5
- package/dist/lib/providers/openaiCompatible/utils.js +0 -17
- package/dist/lib/providers/providerTypeUtils.d.ts +0 -23
- package/dist/lib/providers/providerTypeUtils.js +0 -41
- package/dist/lib/providers/recraft.d.ts +0 -34
- package/dist/lib/providers/recraft.js +0 -197
- package/dist/lib/providers/replicate.d.ts +0 -74
- package/dist/lib/providers/replicate.js +0 -416
- package/dist/lib/providers/sagemaker/adaptive-semaphore.d.ts +0 -74
- package/dist/lib/providers/sagemaker/adaptive-semaphore.js +0 -216
- package/dist/lib/providers/sagemaker/client.d.ts +0 -161
- package/dist/lib/providers/sagemaker/client.js +0 -509
- package/dist/lib/providers/sagemaker/config.d.ts +0 -87
- package/dist/lib/providers/sagemaker/config.js +0 -355
- package/dist/lib/providers/sagemaker/detection.d.ts +0 -121
- package/dist/lib/providers/sagemaker/detection.js +0 -607
- package/dist/lib/providers/sagemaker/diagnostics.d.ts +0 -14
- package/dist/lib/providers/sagemaker/diagnostics.js +0 -138
- package/dist/lib/providers/sagemaker/error-constants.d.ts +0 -78
- package/dist/lib/providers/sagemaker/error-constants.js +0 -228
- package/dist/lib/providers/sagemaker/errors.d.ts +0 -90
- package/dist/lib/providers/sagemaker/errors.js +0 -301
- package/dist/lib/providers/sagemaker/index.d.ts +0 -34
- package/dist/lib/providers/sagemaker/index.js +0 -69
- package/dist/lib/providers/sagemaker/language-model.d.ts +0 -207
- package/dist/lib/providers/sagemaker/language-model.js +0 -805
- package/dist/lib/providers/sagemaker/parsers.d.ts +0 -111
- package/dist/lib/providers/sagemaker/parsers.js +0 -644
- package/dist/lib/providers/sagemaker/streaming.d.ts +0 -48
- package/dist/lib/providers/sagemaker/streaming.js +0 -390
- package/dist/lib/providers/sagemaker/structured-parser.d.ts +0 -117
- package/dist/lib/providers/sagemaker/structured-parser.js +0 -626
- package/dist/lib/providers/stability.d.ts +0 -37
- package/dist/lib/providers/stability.js +0 -191
- package/dist/lib/providers/voyage.d.ts +0 -46
- package/dist/lib/providers/voyage.js +0 -176
- package/dist/lib/proxy/accountCooldown.d.ts +0 -5
- package/dist/lib/proxy/accountCooldown.js +0 -121
- package/dist/lib/proxy/accountQuota.d.ts +0 -84
- package/dist/lib/proxy/accountQuota.js +0 -459
- package/dist/lib/proxy/accountQuotaRefreshCoordinator.d.ts +0 -19
- package/dist/lib/proxy/accountQuotaRefreshCoordinator.js +0 -105
- package/dist/lib/proxy/accountSelection.d.ts +0 -8
- package/dist/lib/proxy/accountSelection.js +0 -26
- package/dist/lib/proxy/accountUsage.d.ts +0 -45
- package/dist/lib/proxy/accountUsage.js +0 -302
- package/dist/lib/proxy/awsProxyIntegration.d.ts +0 -23
- package/dist/lib/proxy/awsProxyIntegration.js +0 -286
- package/dist/lib/proxy/claudeFormat.d.ts +0 -129
- package/dist/lib/proxy/claudeFormat.js +0 -600
- package/dist/lib/proxy/cloaking/index.d.ts +0 -43
- package/dist/lib/proxy/cloaking/index.js +0 -88
- package/dist/lib/proxy/cloaking/plugins/headerScrubber.d.ts +0 -9
- package/dist/lib/proxy/cloaking/plugins/headerScrubber.js +0 -87
- package/dist/lib/proxy/cloaking/plugins/sessionIdentity.d.ts +0 -11
- package/dist/lib/proxy/cloaking/plugins/sessionIdentity.js +0 -42
- package/dist/lib/proxy/cloaking/plugins/systemPromptInjector.d.ts +0 -11
- package/dist/lib/proxy/cloaking/plugins/systemPromptInjector.js +0 -84
- package/dist/lib/proxy/cloaking/plugins/tlsFingerprint.d.ts +0 -14
- package/dist/lib/proxy/cloaking/plugins/tlsFingerprint.js +0 -39
- package/dist/lib/proxy/cloaking/plugins/wordObfuscator.d.ts +0 -9
- package/dist/lib/proxy/cloaking/plugins/wordObfuscator.js +0 -122
- package/dist/lib/proxy/codexAccountUsage.d.ts +0 -26
- package/dist/lib/proxy/codexAccountUsage.js +0 -174
- package/dist/lib/proxy/codexUsage.d.ts +0 -68
- package/dist/lib/proxy/codexUsage.js +0 -247
- package/dist/lib/proxy/globalInstaller.d.ts +0 -19
- package/dist/lib/proxy/globalInstaller.js +0 -242
- package/dist/lib/proxy/logCleanupScheduler.d.ts +0 -12
- package/dist/lib/proxy/logCleanupScheduler.js +0 -74
- package/dist/lib/proxy/logCleanupWorkerEntry.d.ts +0 -1
- package/dist/lib/proxy/logCleanupWorkerEntry.js +0 -15
- package/dist/lib/proxy/modelRouter.d.ts +0 -34
- package/dist/lib/proxy/modelRouter.js +0 -74
- package/dist/lib/proxy/oauthFetch.d.ts +0 -36
- package/dist/lib/proxy/oauthFetch.js +0 -353
- package/dist/lib/proxy/openaiFormat.d.ts +0 -139
- package/dist/lib/proxy/openaiFormat.js +0 -817
- package/dist/lib/proxy/providerTransportCoordinator.d.ts +0 -17
- package/dist/lib/proxy/providerTransportCoordinator.js +0 -156
- package/dist/lib/proxy/proxyActivity.d.ts +0 -8
- package/dist/lib/proxy/proxyActivity.js +0 -117
- package/dist/lib/proxy/proxyAnalysis.d.ts +0 -3
- package/dist/lib/proxy/proxyAnalysis.js +0 -985
- package/dist/lib/proxy/proxyConfig.d.ts +0 -42
- package/dist/lib/proxy/proxyConfig.js +0 -700
- package/dist/lib/proxy/proxyDispatcher.d.ts +0 -5
- package/dist/lib/proxy/proxyDispatcher.js +0 -61
- package/dist/lib/proxy/proxyEnv.d.ts +0 -3
- package/dist/lib/proxy/proxyEnv.js +0 -73
- package/dist/lib/proxy/proxyFetch.d.ts +0 -50
- package/dist/lib/proxy/proxyFetch.js +0 -729
- package/dist/lib/proxy/proxyHealth.d.ts +0 -20
- package/dist/lib/proxy/proxyHealth.js +0 -76
- package/dist/lib/proxy/proxyLifecycle.d.ts +0 -13
- package/dist/lib/proxy/proxyLifecycle.js +0 -383
- package/dist/lib/proxy/proxyPaths.d.ts +0 -17
- package/dist/lib/proxy/proxyPaths.js +0 -42
- package/dist/lib/proxy/proxyReplay.d.ts +0 -10
- package/dist/lib/proxy/proxyReplay.js +0 -765
- package/dist/lib/proxy/proxyTracer.d.ts +0 -128
- package/dist/lib/proxy/proxyTracer.js +0 -748
- package/dist/lib/proxy/proxyTranslationEngine.d.ts +0 -125
- package/dist/lib/proxy/proxyTranslationEngine.js +0 -740
- package/dist/lib/proxy/quietDetector.d.ts +0 -17
- package/dist/lib/proxy/quietDetector.js +0 -125
- package/dist/lib/proxy/quotaHeaders.d.ts +0 -73
- package/dist/lib/proxy/quotaHeaders.js +0 -189
- package/dist/lib/proxy/rawStreamCapture.d.ts +0 -2
- package/dist/lib/proxy/rawStreamCapture.js +0 -129
- package/dist/lib/proxy/requestLogger.d.ts +0 -78
- package/dist/lib/proxy/requestLogger.js +0 -770
- package/dist/lib/proxy/rollingProxyServer.d.ts +0 -3
- package/dist/lib/proxy/rollingProxyServer.js +0 -220
- package/dist/lib/proxy/rollingWorkerProcess.d.ts +0 -2
- package/dist/lib/proxy/rollingWorkerProcess.js +0 -199
- package/dist/lib/proxy/rollingWorkerProtocol.d.ts +0 -5
- package/dist/lib/proxy/rollingWorkerProtocol.js +0 -46
- package/dist/lib/proxy/rollingWorkerSupervisor.d.ts +0 -44
- package/dist/lib/proxy/rollingWorkerSupervisor.js +0 -530
- package/dist/lib/proxy/routingEvidence.d.ts +0 -17
- package/dist/lib/proxy/routingEvidence.js +0 -59
- package/dist/lib/proxy/routingPolicy.d.ts +0 -19
- package/dist/lib/proxy/routingPolicy.js +0 -75
- package/dist/lib/proxy/runtimeConfig.d.ts +0 -27
- package/dist/lib/proxy/runtimeConfig.js +0 -448
- package/dist/lib/proxy/snapshotPersistence.d.ts +0 -2
- package/dist/lib/proxy/snapshotPersistence.js +0 -41
- package/dist/lib/proxy/socketWorkerRuntime.d.ts +0 -14
- package/dist/lib/proxy/socketWorkerRuntime.js +0 -322
- package/dist/lib/proxy/sseInterceptor.d.ts +0 -41
- package/dist/lib/proxy/sseInterceptor.js +0 -496
- package/dist/lib/proxy/streamOutcome.d.ts +0 -5
- package/dist/lib/proxy/streamOutcome.js +0 -104
- package/dist/lib/proxy/systemRelocation.d.ts +0 -21
- package/dist/lib/proxy/systemRelocation.js +0 -51
- package/dist/lib/proxy/tokenRefresh.d.ts +0 -18
- package/dist/lib/proxy/tokenRefresh.js +0 -257
- package/dist/lib/proxy/updateChecker.d.ts +0 -17
- package/dist/lib/proxy/updateChecker.js +0 -98
- package/dist/lib/proxy/updateCoordinator.d.ts +0 -7
- package/dist/lib/proxy/updateCoordinator.js +0 -60
- package/dist/lib/proxy/updateState.d.ts +0 -69
- package/dist/lib/proxy/updateState.js +0 -309
- package/dist/lib/proxy/updaterSupervisor.d.ts +0 -3
- package/dist/lib/proxy/updaterSupervisor.js +0 -58
- package/dist/lib/proxy/usageStats.d.ts +0 -91
- package/dist/lib/proxy/usageStats.js +0 -1154
- package/dist/lib/proxy/utils/noProxyUtils.d.ts +0 -39
- package/dist/lib/proxy/utils/noProxyUtils.js +0 -150
- package/dist/lib/proxy/workerLog.d.ts +0 -6
- package/dist/lib/proxy/workerLog.js +0 -42
- package/dist/lib/rag/ChunkerFactory.d.ts +0 -91
- package/dist/lib/rag/ChunkerFactory.js +0 -321
- package/dist/lib/rag/ChunkerRegistry.d.ts +0 -91
- package/dist/lib/rag/ChunkerRegistry.js +0 -422
- package/dist/lib/rag/chunkers/BaseChunker.d.ts +0 -53
- package/dist/lib/rag/chunkers/BaseChunker.js +0 -158
- package/dist/lib/rag/chunkers/CharacterChunker.d.ts +0 -18
- package/dist/lib/rag/chunkers/CharacterChunker.js +0 -29
- package/dist/lib/rag/chunkers/HTMLChunker.d.ts +0 -19
- package/dist/lib/rag/chunkers/HTMLChunker.js +0 -39
- package/dist/lib/rag/chunkers/JSONChunker.d.ts +0 -19
- package/dist/lib/rag/chunkers/JSONChunker.js +0 -69
- package/dist/lib/rag/chunkers/LaTeXChunker.d.ts +0 -15
- package/dist/lib/rag/chunkers/LaTeXChunker.js +0 -64
- package/dist/lib/rag/chunkers/MarkdownChunker.d.ts +0 -37
- package/dist/lib/rag/chunkers/MarkdownChunker.js +0 -315
- package/dist/lib/rag/chunkers/RecursiveChunker.d.ts +0 -27
- package/dist/lib/rag/chunkers/RecursiveChunker.js +0 -140
- package/dist/lib/rag/chunkers/SemanticMarkdownChunker.d.ts +0 -22
- package/dist/lib/rag/chunkers/SemanticMarkdownChunker.js +0 -139
- package/dist/lib/rag/chunkers/SentenceChunker.d.ts +0 -19
- package/dist/lib/rag/chunkers/SentenceChunker.js +0 -67
- package/dist/lib/rag/chunkers/TokenChunker.d.ts +0 -19
- package/dist/lib/rag/chunkers/TokenChunker.js +0 -62
- package/dist/lib/rag/chunkers/index.d.ts +0 -15
- package/dist/lib/rag/chunkers/index.js +0 -16
- package/dist/lib/rag/chunking/characterChunker.d.ts +0 -16
- package/dist/lib/rag/chunking/characterChunker.js +0 -143
- package/dist/lib/rag/chunking/chunkerRegistry.d.ts +0 -67
- package/dist/lib/rag/chunking/chunkerRegistry.js +0 -195
- package/dist/lib/rag/chunking/htmlChunker.d.ts +0 -34
- package/dist/lib/rag/chunking/htmlChunker.js +0 -248
- package/dist/lib/rag/chunking/index.d.ts +0 -15
- package/dist/lib/rag/chunking/index.js +0 -18
- package/dist/lib/rag/chunking/jsonChunker.d.ts +0 -20
- package/dist/lib/rag/chunking/jsonChunker.js +0 -282
- package/dist/lib/rag/chunking/latexChunker.d.ts +0 -26
- package/dist/lib/rag/chunking/latexChunker.js +0 -252
- package/dist/lib/rag/chunking/markdownChunker.d.ts +0 -35
- package/dist/lib/rag/chunking/markdownChunker.js +0 -383
- package/dist/lib/rag/chunking/recursiveChunker.d.ts +0 -19
- package/dist/lib/rag/chunking/recursiveChunker.js +0 -149
- package/dist/lib/rag/chunking/semanticChunker.d.ts +0 -41
- package/dist/lib/rag/chunking/semanticChunker.js +0 -306
- package/dist/lib/rag/chunking/sentenceChunker.d.ts +0 -25
- package/dist/lib/rag/chunking/sentenceChunker.js +0 -231
- package/dist/lib/rag/chunking/tokenChunker.d.ts +0 -36
- package/dist/lib/rag/chunking/tokenChunker.js +0 -184
- package/dist/lib/rag/document/MDocument.d.ts +0 -198
- package/dist/lib/rag/document/MDocument.js +0 -392
- package/dist/lib/rag/document/index.d.ts +0 -5
- package/dist/lib/rag/document/index.js +0 -6
- package/dist/lib/rag/document/loaders.d.ts +0 -142
- package/dist/lib/rag/document/loaders.js +0 -544
- package/dist/lib/rag/errors/RAGError.d.ts +0 -244
- package/dist/lib/rag/errors/RAGError.js +0 -275
- package/dist/lib/rag/errors/index.d.ts +0 -6
- package/dist/lib/rag/errors/index.js +0 -7
- package/dist/lib/rag/graphRag/graphRAG.d.ts +0 -115
- package/dist/lib/rag/graphRag/graphRAG.js +0 -402
- package/dist/lib/rag/graphRag/index.d.ts +0 -4
- package/dist/lib/rag/graphRag/index.js +0 -5
- package/dist/lib/rag/index.d.ts +0 -104
- package/dist/lib/rag/index.js +0 -144
- package/dist/lib/rag/metadata/MetadataExtractorFactory.d.ts +0 -103
- package/dist/lib/rag/metadata/MetadataExtractorFactory.js +0 -419
- package/dist/lib/rag/metadata/MetadataExtractorRegistry.d.ts +0 -99
- package/dist/lib/rag/metadata/MetadataExtractorRegistry.js +0 -363
- package/dist/lib/rag/metadata/index.d.ts +0 -6
- package/dist/lib/rag/metadata/index.js +0 -10
- package/dist/lib/rag/metadata/metadataExtractor.d.ts +0 -69
- package/dist/lib/rag/metadata/metadataExtractor.js +0 -281
- package/dist/lib/rag/pipeline/RAGPipeline.d.ts +0 -105
- package/dist/lib/rag/pipeline/RAGPipeline.js +0 -436
- package/dist/lib/rag/pipeline/contextAssembly.d.ts +0 -80
- package/dist/lib/rag/pipeline/contextAssembly.js +0 -342
- package/dist/lib/rag/pipeline/index.d.ts +0 -5
- package/dist/lib/rag/pipeline/index.js +0 -6
- package/dist/lib/rag/ragIntegration.d.ts +0 -30
- package/dist/lib/rag/ragIntegration.js +0 -327
- package/dist/lib/rag/reranker/RerankerFactory.d.ts +0 -124
- package/dist/lib/rag/reranker/RerankerFactory.js +0 -431
- package/dist/lib/rag/reranker/RerankerRegistry.d.ts +0 -119
- package/dist/lib/rag/reranker/RerankerRegistry.js +0 -403
- package/dist/lib/rag/reranker/index.d.ts +0 -6
- package/dist/lib/rag/reranker/index.js +0 -10
- package/dist/lib/rag/reranker/reranker.d.ts +0 -70
- package/dist/lib/rag/reranker/reranker.js +0 -307
- package/dist/lib/rag/resilience/CircuitBreaker.d.ts +0 -142
- package/dist/lib/rag/resilience/CircuitBreaker.js +0 -432
- package/dist/lib/rag/resilience/RetryHandler.d.ts +0 -95
- package/dist/lib/rag/resilience/RetryHandler.js +0 -305
- package/dist/lib/rag/resilience/index.d.ts +0 -7
- package/dist/lib/rag/resilience/index.js +0 -8
- package/dist/lib/rag/retrieval/hybridSearch.d.ts +0 -53
- package/dist/lib/rag/retrieval/hybridSearch.js +0 -339
- package/dist/lib/rag/retrieval/index.d.ts +0 -5
- package/dist/lib/rag/retrieval/index.js +0 -6
- package/dist/lib/rag/retrieval/vectorQueryTool.d.ts +0 -72
- package/dist/lib/rag/retrieval/vectorQueryTool.js +0 -325
- package/dist/lib/rag/stores/chroma.d.ts +0 -90
- package/dist/lib/rag/stores/chroma.js +0 -281
- package/dist/lib/rag/stores/index.d.ts +0 -21
- package/dist/lib/rag/stores/index.js +0 -22
- package/dist/lib/rag/stores/pgvector.d.ts +0 -95
- package/dist/lib/rag/stores/pgvector.js +0 -400
- package/dist/lib/rag/stores/pinecone.d.ts +0 -85
- package/dist/lib/rag/stores/pinecone.js +0 -159
- package/dist/lib/routing/classifierRouter.d.ts +0 -52
- package/dist/lib/routing/classifierRouter.js +0 -269
- package/dist/lib/routing/classifierStrategies.d.ts +0 -23
- package/dist/lib/routing/classifierStrategies.js +0 -156
- package/dist/lib/routing/index.d.ts +0 -9
- package/dist/lib/routing/index.js +0 -10
- package/dist/lib/routing/modelPool.d.ts +0 -83
- package/dist/lib/routing/modelPool.js +0 -243
- package/dist/lib/routing/requestRouter.d.ts +0 -30
- package/dist/lib/routing/requestRouter.js +0 -81
- package/dist/lib/sdk/toolRegistration.d.ts +0 -74
- package/dist/lib/sdk/toolRegistration.js +0 -383
- package/dist/lib/server/abstract/baseServerAdapter.d.ts +0 -171
- package/dist/lib/server/abstract/baseServerAdapter.js +0 -575
- package/dist/lib/server/adapters/expressAdapter.d.ts +0 -70
- package/dist/lib/server/adapters/expressAdapter.js +0 -487
- package/dist/lib/server/adapters/fastifyAdapter.d.ts +0 -70
- package/dist/lib/server/adapters/fastifyAdapter.js +0 -473
- package/dist/lib/server/adapters/honoAdapter.d.ts +0 -77
- package/dist/lib/server/adapters/honoAdapter.js +0 -633
- package/dist/lib/server/adapters/index.d.ts +0 -7
- package/dist/lib/server/adapters/index.js +0 -8
- package/dist/lib/server/adapters/koaAdapter.d.ts +0 -79
- package/dist/lib/server/adapters/koaAdapter.js +0 -511
- package/dist/lib/server/errors.d.ts +0 -193
- package/dist/lib/server/errors.js +0 -487
- package/dist/lib/server/factory/serverAdapterFactory.d.ts +0 -73
- package/dist/lib/server/factory/serverAdapterFactory.js +0 -161
- package/dist/lib/server/index.d.ts +0 -46
- package/dist/lib/server/index.js +0 -122
- package/dist/lib/server/middleware/abortSignal.d.ts +0 -52
- package/dist/lib/server/middleware/abortSignal.js +0 -112
- package/dist/lib/server/middleware/auth.d.ts +0 -166
- package/dist/lib/server/middleware/auth.js +0 -404
- package/dist/lib/server/middleware/cache.d.ts +0 -161
- package/dist/lib/server/middleware/cache.js +0 -370
- package/dist/lib/server/middleware/common.d.ts +0 -108
- package/dist/lib/server/middleware/common.js +0 -297
- package/dist/lib/server/middleware/deprecation.d.ts +0 -40
- package/dist/lib/server/middleware/deprecation.js +0 -191
- package/dist/lib/server/middleware/index.d.ts +0 -12
- package/dist/lib/server/middleware/index.js +0 -13
- package/dist/lib/server/middleware/mcpBodyAttachment.d.ts +0 -42
- package/dist/lib/server/middleware/mcpBodyAttachment.js +0 -64
- package/dist/lib/server/middleware/rateLimit.d.ts +0 -70
- package/dist/lib/server/middleware/rateLimit.js +0 -224
- package/dist/lib/server/middleware/validation.d.ts +0 -69
- package/dist/lib/server/middleware/validation.js +0 -393
- package/dist/lib/server/openapi/generator.d.ts +0 -61
- package/dist/lib/server/openapi/generator.js +0 -399
- package/dist/lib/server/openapi/index.d.ts +0 -7
- package/dist/lib/server/openapi/index.js +0 -37
- package/dist/lib/server/openapi/schemas.d.ts +0 -94
- package/dist/lib/server/openapi/schemas.js +0 -696
- package/dist/lib/server/openapi/templates.d.ts +0 -108
- package/dist/lib/server/openapi/templates.js +0 -375
- package/dist/lib/server/routes/agentRoutes.d.ts +0 -9
- package/dist/lib/server/routes/agentRoutes.js +0 -423
- package/dist/lib/server/routes/claudeProxyRoutes.d.ts +0 -491
- package/dist/lib/server/routes/claudeProxyRoutes.js +0 -6455
- package/dist/lib/server/routes/codexProxyRoutes.d.ts +0 -64
- package/dist/lib/server/routes/codexProxyRoutes.js +0 -482
- package/dist/lib/server/routes/healthRoutes.d.ts +0 -9
- package/dist/lib/server/routes/healthRoutes.js +0 -234
- package/dist/lib/server/routes/index.d.ts +0 -25
- package/dist/lib/server/routes/index.js +0 -66
- package/dist/lib/server/routes/mcpRoutes.d.ts +0 -9
- package/dist/lib/server/routes/mcpRoutes.js +0 -376
- package/dist/lib/server/routes/memoryRoutes.d.ts +0 -11
- package/dist/lib/server/routes/memoryRoutes.js +0 -366
- package/dist/lib/server/routes/openApiRoutes.d.ts +0 -34
- package/dist/lib/server/routes/openApiRoutes.js +0 -151
- package/dist/lib/server/routes/openaiProxyRoutes.d.ts +0 -38
- package/dist/lib/server/routes/openaiProxyRoutes.js +0 -404
- package/dist/lib/server/routes/toolRoutes.d.ts +0 -9
- package/dist/lib/server/routes/toolRoutes.js +0 -272
- package/dist/lib/server/streaming/dataStream.d.ts +0 -212
- package/dist/lib/server/streaming/dataStream.js +0 -502
- package/dist/lib/server/streaming/index.d.ts +0 -5
- package/dist/lib/server/streaming/index.js +0 -17
- package/dist/lib/server/utils/redaction.d.ts +0 -68
- package/dist/lib/server/utils/redaction.js +0 -321
- package/dist/lib/server/utils/validation.d.ts +0 -153
- package/dist/lib/server/utils/validation.js +0 -265
- package/dist/lib/server/voice/frameBus.d.ts +0 -8
- package/dist/lib/server/voice/frameBus.js +0 -25
- package/dist/lib/server/voice/tokenCompare.d.ts +0 -14
- package/dist/lib/server/voice/tokenCompare.js +0 -23
- package/dist/lib/server/voice/turnManager.d.ts +0 -15
- package/dist/lib/server/voice/turnManager.js +0 -36
- package/dist/lib/server/voice/voiceServerApp.d.ts +0 -1
- package/dist/lib/server/voice/voiceServerApp.js +0 -177
- package/dist/lib/server/voice/voiceWebSocketHandler.d.ts +0 -24
- package/dist/lib/server/voice/voiceWebSocketHandler.js +0 -669
- package/dist/lib/server/websocket/WebSocketHandler.d.ts +0 -107
- package/dist/lib/server/websocket/WebSocketHandler.js +0 -384
- package/dist/lib/server/websocket/index.d.ts +0 -4
- package/dist/lib/server/websocket/index.js +0 -5
- package/dist/lib/services/server/ai/observability/instrumentation.d.ts +0 -229
- package/dist/lib/services/server/ai/observability/instrumentation.js +0 -1244
- package/dist/lib/session/globalSessionState.d.ts +0 -71
- package/dist/lib/session/globalSessionState.js +0 -235
- package/dist/lib/skills/skillMatcher.d.ts +0 -55
- package/dist/lib/skills/skillMatcher.js +0 -170
- package/dist/lib/skills/skillSessionTracker.d.ts +0 -52
- package/dist/lib/skills/skillSessionTracker.js +0 -150
- package/dist/lib/skills/skillStoreRedis.d.ts +0 -30
- package/dist/lib/skills/skillStoreRedis.js +0 -114
- package/dist/lib/skills/skillStoreS3.d.ts +0 -56
- package/dist/lib/skills/skillStoreS3.js +0 -305
- package/dist/lib/skills/skillStores.d.ts +0 -58
- package/dist/lib/skills/skillStores.js +0 -341
- package/dist/lib/skills/skillTools.d.ts +0 -35
- package/dist/lib/skills/skillTools.js +0 -451
- package/dist/lib/skills/skillsManager.d.ts +0 -78
- package/dist/lib/skills/skillsManager.js +0 -281
- package/dist/lib/tasks/autoresearchTaskExecutor.d.ts +0 -31
- package/dist/lib/tasks/autoresearchTaskExecutor.js +0 -304
- package/dist/lib/tasks/backends/bullmqBackend.d.ts +0 -33
- package/dist/lib/tasks/backends/bullmqBackend.js +0 -206
- package/dist/lib/tasks/backends/nodeTimeoutBackend.d.ts +0 -27
- package/dist/lib/tasks/backends/nodeTimeoutBackend.js +0 -141
- package/dist/lib/tasks/backends/taskBackendRegistry.d.ts +0 -31
- package/dist/lib/tasks/backends/taskBackendRegistry.js +0 -66
- package/dist/lib/tasks/errors.d.ts +0 -33
- package/dist/lib/tasks/errors.js +0 -19
- package/dist/lib/tasks/store/fileTaskStore.d.ts +0 -43
- package/dist/lib/tasks/store/fileTaskStore.js +0 -179
- package/dist/lib/tasks/store/redisTaskStore.d.ts +0 -43
- package/dist/lib/tasks/store/redisTaskStore.js +0 -222
- package/dist/lib/tasks/taskExecutor.d.ts +0 -22
- package/dist/lib/tasks/taskExecutor.js +0 -170
- package/dist/lib/tasks/taskManager.d.ts +0 -65
- package/dist/lib/tasks/taskManager.js +0 -545
- package/dist/lib/tasks/tools/taskTools.d.ts +0 -20
- package/dist/lib/tasks/tools/taskTools.js +0 -265
- package/dist/lib/telemetry/attributes.d.ts +0 -136
- package/dist/lib/telemetry/attributes.js +0 -165
- package/dist/lib/telemetry/index.d.ts +0 -20
- package/dist/lib/telemetry/index.js +0 -28
- package/dist/lib/telemetry/telemetryService.d.ts +0 -58
- package/dist/lib/telemetry/telemetryService.js +0 -387
- package/dist/lib/telemetry/traceContext.d.ts +0 -9
- package/dist/lib/telemetry/traceContext.js +0 -19
- package/dist/lib/telemetry/tracers.d.ts +0 -38
- package/dist/lib/telemetry/tracers.js +0 -40
- package/dist/lib/telemetry/withSpan.d.ts +0 -39
- package/dist/lib/telemetry/withSpan.js +0 -138
- package/dist/lib/tools/toolDiscovery.d.ts +0 -70
- package/dist/lib/tools/toolDiscovery.js +0 -303
- package/dist/lib/tools/toolGate.d.ts +0 -16
- package/dist/lib/tools/toolGate.js +0 -51
- package/dist/lib/tools/toolPolicy.d.ts +0 -40
- package/dist/lib/tools/toolPolicy.js +0 -194
- package/dist/lib/types/action.d.ts +0 -207
- package/dist/lib/types/action.js +0 -7
- package/dist/lib/types/agentNetwork.d.ts +0 -1199
- package/dist/lib/types/agentNetwork.js +0 -8
- package/dist/lib/types/aliases.d.ts +0 -368
- package/dist/lib/types/aliases.js +0 -50
- package/dist/lib/types/analytics.d.ts +0 -215
- package/dist/lib/types/analytics.js +0 -6
- package/dist/lib/types/artifact.d.ts +0 -70
- package/dist/lib/types/artifact.js +0 -11
- package/dist/lib/types/auth.d.ts +0 -1140
- package/dist/lib/types/auth.js +0 -10
- package/dist/lib/types/autoresearch.d.ts +0 -206
- package/dist/lib/types/autoresearch.js +0 -18
- package/dist/lib/types/avatar.d.ts +0 -150
- package/dist/lib/types/avatar.js +0 -20
- package/dist/lib/types/circuitBreakerErrors.d.ts +0 -30
- package/dist/lib/types/circuitBreakerErrors.js +0 -35
- package/dist/lib/types/classifierRouter.d.ts +0 -194
- package/dist/lib/types/classifierRouter.js +0 -17
- package/dist/lib/types/cli.d.ts +0 -1734
- package/dist/lib/types/cli.js +0 -22
- package/dist/lib/types/client.d.ts +0 -1287
- package/dist/lib/types/client.js +0 -11
- package/dist/lib/types/codex.d.ts +0 -95
- package/dist/lib/types/codex.js +0 -15
- package/dist/lib/types/common.d.ts +0 -434
- package/dist/lib/types/common.js +0 -52
- package/dist/lib/types/config.d.ts +0 -506
- package/dist/lib/types/config.js +0 -54
- package/dist/lib/types/content.d.ts +0 -18
- package/dist/lib/types/content.js +0 -20
- package/dist/lib/types/context.d.ts +0 -587
- package/dist/lib/types/context.js +0 -401
- package/dist/lib/types/conversation.d.ts +0 -637
- package/dist/lib/types/conversation.js +0 -48
- package/dist/lib/types/conversationMemoryInterface.d.ts +0 -59
- package/dist/lib/types/conversationMemoryInterface.js +0 -7
- package/dist/lib/types/domain.d.ts +0 -62
- package/dist/lib/types/domain.js +0 -6
- package/dist/lib/types/dynamic.d.ts +0 -110
- package/dist/lib/types/dynamic.js +0 -10
- package/dist/lib/types/elicitation.d.ts +0 -278
- package/dist/lib/types/elicitation.js +0 -11
- package/dist/lib/types/enums.d.ts +0 -9
- package/dist/lib/types/enums.js +0 -10
- package/dist/lib/types/errors.d.ts +0 -188
- package/dist/lib/types/errors.js +0 -262
- package/dist/lib/types/evaluation.d.ts +0 -647
- package/dist/lib/types/evaluation.js +0 -2
- package/dist/lib/types/evaluationProviders.d.ts +0 -104
- package/dist/lib/types/evaluationProviders.js +0 -6
- package/dist/lib/types/exporter.d.ts +0 -257
- package/dist/lib/types/exporter.js +0 -6
- package/dist/lib/types/externalMcp.d.ts +0 -349
- package/dist/lib/types/externalMcp.js +0 -7
- package/dist/lib/types/file.d.ts +0 -616
- package/dist/lib/types/file.js +0 -5
- package/dist/lib/types/fileReference.d.ts +0 -243
- package/dist/lib/types/fileReference.js +0 -22
- package/dist/lib/types/generate.d.ts +0 -1520
- package/dist/lib/types/generate.js +0 -2
- package/dist/lib/types/grounding.d.ts +0 -231
- package/dist/lib/types/grounding.js +0 -12
- package/dist/lib/types/guardrails.d.ts +0 -116
- package/dist/lib/types/guardrails.js +0 -2
- package/dist/lib/types/hitl.d.ts +0 -237
- package/dist/lib/types/hitl.js +0 -9
- package/dist/lib/types/imageGen.d.ts +0 -255
- package/dist/lib/types/imageGen.js +0 -25
- package/dist/lib/types/index.d.ts +0 -86
- package/dist/lib/types/index.js +0 -98
- package/dist/lib/types/ioProcessor.d.ts +0 -119
- package/dist/lib/types/ioProcessor.js +0 -10
- package/dist/lib/types/isolatedAgent.d.ts +0 -365
- package/dist/lib/types/isolatedAgent.js +0 -12
- package/dist/lib/types/knowledge.d.ts +0 -342
- package/dist/lib/types/knowledge.js +0 -30
- package/dist/lib/types/livekit.d.ts +0 -512
- package/dist/lib/types/livekit.js +0 -13
- package/dist/lib/types/loopEngine.d.ts +0 -306
- package/dist/lib/types/loopEngine.js +0 -2
- package/dist/lib/types/mcp.d.ts +0 -2135
- package/dist/lib/types/mcp.js +0 -6
- package/dist/lib/types/mcpOutput.d.ts +0 -40
- package/dist/lib/types/mcpOutput.js +0 -9
- package/dist/lib/types/memory.d.ts +0 -96
- package/dist/lib/types/memory.js +0 -23
- package/dist/lib/types/middleware.d.ts +0 -435
- package/dist/lib/types/middleware.js +0 -2
- package/dist/lib/types/model.d.ts +0 -342
- package/dist/lib/types/model.js +0 -32
- package/dist/lib/types/modelPool.d.ts +0 -47
- package/dist/lib/types/modelPool.js +0 -11
- package/dist/lib/types/multimodal.d.ts +0 -614
- package/dist/lib/types/multimodal.js +0 -144
- package/dist/lib/types/music.d.ts +0 -172
- package/dist/lib/types/music.js +0 -21
- package/dist/lib/types/nativeTools.d.ts +0 -16
- package/dist/lib/types/nativeTools.js +0 -2
- package/dist/lib/types/noOutputSentinel.d.ts +0 -26
- package/dist/lib/types/noOutputSentinel.js +0 -2
- package/dist/lib/types/observability.d.ts +0 -502
- package/dist/lib/types/observability.js +0 -7
- package/dist/lib/types/openaiCompatible.d.ts +0 -287
- package/dist/lib/types/openaiCompatible.js +0 -2
- package/dist/lib/types/ppt.d.ts +0 -1093
- package/dist/lib/types/ppt.js +0 -37
- package/dist/lib/types/processor.d.ts +0 -993
- package/dist/lib/types/processor.js +0 -91
- package/dist/lib/types/providers.d.ts +0 -2155
- package/dist/lib/types/providers.js +0 -112
- package/dist/lib/types/proxy.d.ts +0 -2789
- package/dist/lib/types/proxy.js +0 -17
- package/dist/lib/types/proxyClient.d.ts +0 -54
- package/dist/lib/types/proxyClient.js +0 -2
- package/dist/lib/types/rag.d.ts +0 -1332
- package/dist/lib/types/rag.js +0 -2
- package/dist/lib/types/realtime.d.ts +0 -243
- package/dist/lib/types/realtime.js +0 -70
- package/dist/lib/types/replicate.d.ts +0 -67
- package/dist/lib/types/replicate.js +0 -10
- package/dist/lib/types/requestRouter.d.ts +0 -75
- package/dist/lib/types/requestRouter.js +0 -16
- package/dist/lib/types/safeFetch.d.ts +0 -24
- package/dist/lib/types/safeFetch.js +0 -7
- package/dist/lib/types/scorer.d.ts +0 -564
- package/dist/lib/types/scorer.js +0 -6
- package/dist/lib/types/sdk.d.ts +0 -23
- package/dist/lib/types/sdk.js +0 -9
- package/dist/lib/types/server.d.ts +0 -1192
- package/dist/lib/types/server.js +0 -68
- package/dist/lib/types/service.d.ts +0 -79
- package/dist/lib/types/service.js +0 -6
- package/dist/lib/types/skills.d.ts +0 -427
- package/dist/lib/types/skills.js +0 -17
- package/dist/lib/types/span.d.ts +0 -247
- package/dist/lib/types/span.js +0 -96
- package/dist/lib/types/stream.d.ts +0 -771
- package/dist/lib/types/stream.js +0 -2
- package/dist/lib/types/streamDedup.d.ts +0 -14
- package/dist/lib/types/streamDedup.js +0 -2
- package/dist/lib/types/streaming.d.ts +0 -15
- package/dist/lib/types/streaming.js +0 -2
- package/dist/lib/types/stt.d.ts +0 -585
- package/dist/lib/types/stt.js +0 -90
- package/dist/lib/types/subscription.d.ts +0 -1064
- package/dist/lib/types/subscription.js +0 -10
- package/dist/lib/types/task.d.ts +0 -313
- package/dist/lib/types/task.js +0 -37
- package/dist/lib/types/taskClassification.d.ts +0 -52
- package/dist/lib/types/taskClassification.js +0 -6
- package/dist/lib/types/toolDedup.d.ts +0 -45
- package/dist/lib/types/toolDedup.js +0 -14
- package/dist/lib/types/toolResolution.d.ts +0 -83
- package/dist/lib/types/toolResolution.js +0 -11
- package/dist/lib/types/toolRouting.d.ts +0 -350
- package/dist/lib/types/toolRouting.js +0 -19
- package/dist/lib/types/tools.d.ts +0 -531
- package/dist/lib/types/tools.js +0 -26
- package/dist/lib/types/tts.d.ts +0 -195
- package/dist/lib/types/tts.js +0 -65
- package/dist/lib/types/utilities.d.ts +0 -310
- package/dist/lib/types/utilities.js +0 -5
- package/dist/lib/types/vectorStoreChroma.d.ts +0 -67
- package/dist/lib/types/vectorStoreChroma.js +0 -12
- package/dist/lib/types/vectorStorePinecone.d.ts +0 -48
- package/dist/lib/types/vectorStorePinecone.js +0 -12
- package/dist/lib/types/video.d.ts +0 -89
- package/dist/lib/types/video.js +0 -15
- package/dist/lib/types/voice.d.ts +0 -272
- package/dist/lib/types/voice.js +0 -137
- package/dist/lib/types/workflow.d.ts +0 -598
- package/dist/lib/types/workflow.js +0 -24
- package/dist/lib/utils/analyticsUtils.d.ts +0 -37
- package/dist/lib/utils/analyticsUtils.js +0 -110
- package/dist/lib/utils/anthropicCacheBreakpoints.d.ts +0 -43
- package/dist/lib/utils/anthropicCacheBreakpoints.js +0 -151
- package/dist/lib/utils/anthropicTraceSanitizer.d.ts +0 -7
- package/dist/lib/utils/anthropicTraceSanitizer.js +0 -26
- package/dist/lib/utils/async/delay.d.ts +0 -40
- package/dist/lib/utils/async/delay.js +0 -43
- package/dist/lib/utils/async/index.d.ts +0 -23
- package/dist/lib/utils/async/index.js +0 -24
- package/dist/lib/utils/async/retry.d.ts +0 -107
- package/dist/lib/utils/async/retry.js +0 -172
- package/dist/lib/utils/async/withTimeout.d.ts +0 -85
- package/dist/lib/utils/async/withTimeout.js +0 -144
- package/dist/lib/utils/asyncMutex.d.ts +0 -14
- package/dist/lib/utils/asyncMutex.js +0 -61
- package/dist/lib/utils/audioFormatDetector.d.ts +0 -15
- package/dist/lib/utils/audioFormatDetector.js +0 -34
- package/dist/lib/utils/avatarProcessor.d.ts +0 -78
- package/dist/lib/utils/avatarProcessor.js +0 -173
- package/dist/lib/utils/cloneOptions.d.ts +0 -36
- package/dist/lib/utils/cloneOptions.js +0 -62
- package/dist/lib/utils/conversationMemory.d.ts +0 -80
- package/dist/lib/utils/conversationMemory.js +0 -670
- package/dist/lib/utils/csvProcessor.d.ts +0 -221
- package/dist/lib/utils/csvProcessor.js +0 -1527
- package/dist/lib/utils/csvUtils.d.ts +0 -26
- package/dist/lib/utils/csvUtils.js +0 -85
- package/dist/lib/utils/errorClassifier.d.ts +0 -30
- package/dist/lib/utils/errorClassifier.js +0 -183
- package/dist/lib/utils/errorHandling.d.ts +0 -398
- package/dist/lib/utils/errorHandling.js +0 -1282
- package/dist/lib/utils/evaluationUtils.d.ts +0 -27
- package/dist/lib/utils/evaluationUtils.js +0 -132
- package/dist/lib/utils/factoryProcessing.d.ts +0 -71
- package/dist/lib/utils/factoryProcessing.js +0 -590
- package/dist/lib/utils/fileDetector.d.ts +0 -198
- package/dist/lib/utils/fileDetector.js +0 -2806
- package/dist/lib/utils/generation.d.ts +0 -8
- package/dist/lib/utils/generation.js +0 -9
- package/dist/lib/utils/generationErrors.d.ts +0 -10
- package/dist/lib/utils/generationErrors.js +0 -11
- package/dist/lib/utils/imageCache.d.ts +0 -124
- package/dist/lib/utils/imageCache.js +0 -437
- package/dist/lib/utils/imageDetection.d.ts +0 -15
- package/dist/lib/utils/imageDetection.js +0 -53
- package/dist/lib/utils/imageProcessor.d.ts +0 -296
- package/dist/lib/utils/imageProcessor.js +0 -1158
- package/dist/lib/utils/isoBmff.d.ts +0 -24
- package/dist/lib/utils/isoBmff.js +0 -83
- package/dist/lib/utils/json/coerce.d.ts +0 -30
- package/dist/lib/utils/json/coerce.js +0 -412
- package/dist/lib/utils/json/extract.d.ts +0 -112
- package/dist/lib/utils/json/extract.js +0 -299
- package/dist/lib/utils/json/index.d.ts +0 -36
- package/dist/lib/utils/json/index.js +0 -37
- package/dist/lib/utils/json/safeParse.d.ts +0 -130
- package/dist/lib/utils/json/safeParse.js +0 -191
- package/dist/lib/utils/lifecycleCallbacks.d.ts +0 -56
- package/dist/lib/utils/lifecycleCallbacks.js +0 -100
- package/dist/lib/utils/lifecycleTimeout.d.ts +0 -25
- package/dist/lib/utils/lifecycleTimeout.js +0 -39
- package/dist/lib/utils/logSanitize.d.ts +0 -285
- package/dist/lib/utils/logSanitize.js +0 -555
- package/dist/lib/utils/logger.d.ts +0 -273
- package/dist/lib/utils/logger.js +0 -516
- package/dist/lib/utils/loggingFetch.d.ts +0 -29
- package/dist/lib/utils/loggingFetch.js +0 -60
- package/dist/lib/utils/loopUtils.d.ts +0 -70
- package/dist/lib/utils/loopUtils.js +0 -263
- package/dist/lib/utils/markupSniff.d.ts +0 -37
- package/dist/lib/utils/markupSniff.js +0 -125
- package/dist/lib/utils/mcpDefaults.d.ts +0 -54
- package/dist/lib/utils/mcpDefaults.js +0 -135
- package/dist/lib/utils/mcpErrorText.d.ts +0 -37
- package/dist/lib/utils/mcpErrorText.js +0 -95
- package/dist/lib/utils/mediaDuration.d.ts +0 -23
- package/dist/lib/utils/mediaDuration.js +0 -45
- package/dist/lib/utils/messageBuilder.d.ts +0 -59
- package/dist/lib/utils/messageBuilder.js +0 -2716
- package/dist/lib/utils/mimeTypeHints.d.ts +0 -40
- package/dist/lib/utils/mimeTypeHints.js +0 -122
- package/dist/lib/utils/modelAliasResolver.d.ts +0 -17
- package/dist/lib/utils/modelAliasResolver.js +0 -55
- package/dist/lib/utils/modelChoices.d.ts +0 -75
- package/dist/lib/utils/modelChoices.js +0 -698
- package/dist/lib/utils/modelDetection.d.ts +0 -37
- package/dist/lib/utils/modelDetection.js +0 -131
- package/dist/lib/utils/modelRouter.d.ts +0 -91
- package/dist/lib/utils/modelRouter.js +0 -293
- package/dist/lib/utils/multimodalOptionsBuilder.d.ts +0 -74
- package/dist/lib/utils/multimodalOptionsBuilder.js +0 -74
- package/dist/lib/utils/musicProcessor.d.ts +0 -77
- package/dist/lib/utils/musicProcessor.js +0 -190
- package/dist/lib/utils/noOutputSentinel.d.ts +0 -67
- package/dist/lib/utils/noOutputSentinel.js +0 -180
- package/dist/lib/utils/observabilityHelpers.d.ts +0 -27
- package/dist/lib/utils/observabilityHelpers.js +0 -48
- package/dist/lib/utils/optionsConversion.d.ts +0 -47
- package/dist/lib/utils/optionsConversion.js +0 -128
- package/dist/lib/utils/optionsUtils.d.ts +0 -175
- package/dist/lib/utils/optionsUtils.js +0 -970
- package/dist/lib/utils/parameterValidation.d.ts +0 -200
- package/dist/lib/utils/parameterValidation.js +0 -981
- package/dist/lib/utils/pdfProcessor.d.ts +0 -137
- package/dist/lib/utils/pdfProcessor.js +0 -689
- package/dist/lib/utils/performance.d.ts +0 -93
- package/dist/lib/utils/performance.js +0 -223
- package/dist/lib/utils/piiDetector.d.ts +0 -24
- package/dist/lib/utils/piiDetector.js +0 -221
- package/dist/lib/utils/pricing.d.ts +0 -26
- package/dist/lib/utils/pricing.js +0 -890
- package/dist/lib/utils/promptRedaction.d.ts +0 -22
- package/dist/lib/utils/promptRedaction.js +0 -63
- package/dist/lib/utils/providerConfig.d.ts +0 -393
- package/dist/lib/utils/providerConfig.js +0 -1363
- package/dist/lib/utils/providerErrorClassification.d.ts +0 -58
- package/dist/lib/utils/providerErrorClassification.js +0 -149
- package/dist/lib/utils/providerHealth.d.ts +0 -253
- package/dist/lib/utils/providerHealth.js +0 -1479
- package/dist/lib/utils/providerRetry.d.ts +0 -68
- package/dist/lib/utils/providerRetry.js +0 -230
- package/dist/lib/utils/providerSetupMessages.d.ts +0 -8
- package/dist/lib/utils/providerSetupMessages.js +0 -122
- package/dist/lib/utils/providerUtils.d.ts +0 -38
- package/dist/lib/utils/providerUtils.js +0 -366
- package/dist/lib/utils/rateLimiter.d.ts +0 -75
- package/dist/lib/utils/rateLimiter.js +0 -201
- package/dist/lib/utils/redis.d.ts +0 -119
- package/dist/lib/utils/redis.js +0 -530
- package/dist/lib/utils/responseValidator.d.ts +0 -21
- package/dist/lib/utils/responseValidator.js +0 -354
- package/dist/lib/utils/retryAfter.d.ts +0 -7
- package/dist/lib/utils/retryAfter.js +0 -44
- package/dist/lib/utils/retryHandler.d.ts +0 -82
- package/dist/lib/utils/retryHandler.js +0 -270
- package/dist/lib/utils/retryability.d.ts +0 -27
- package/dist/lib/utils/retryability.js +0 -45
- package/dist/lib/utils/safeFetch.d.ts +0 -26
- package/dist/lib/utils/safeFetch.js +0 -121
- package/dist/lib/utils/sanitizers/filename.d.ts +0 -116
- package/dist/lib/utils/sanitizers/filename.js +0 -366
- package/dist/lib/utils/sanitizers/html.d.ts +0 -170
- package/dist/lib/utils/sanitizers/html.js +0 -326
- package/dist/lib/utils/sanitizers/index.d.ts +0 -26
- package/dist/lib/utils/sanitizers/index.js +0 -30
- package/dist/lib/utils/sanitizers/svg.d.ts +0 -71
- package/dist/lib/utils/sanitizers/svg.js +0 -482
- package/dist/lib/utils/schemaConversion.d.ts +0 -56
- package/dist/lib/utils/schemaConversion.js +0 -656
- package/dist/lib/utils/sizeGuard.d.ts +0 -34
- package/dist/lib/utils/sizeGuard.js +0 -45
- package/dist/lib/utils/ssrfGuard.d.ts +0 -60
- package/dist/lib/utils/ssrfGuard.js +0 -446
- package/dist/lib/utils/sttProcessor.d.ts +0 -125
- package/dist/lib/utils/sttProcessor.js +0 -301
- package/dist/lib/utils/systemMessages.d.ts +0 -29
- package/dist/lib/utils/systemMessages.js +0 -45
- package/dist/lib/utils/taskClassificationUtils.d.ts +0 -55
- package/dist/lib/utils/taskClassificationUtils.js +0 -150
- package/dist/lib/utils/taskClassifier.d.ts +0 -23
- package/dist/lib/utils/taskClassifier.js +0 -95
- package/dist/lib/utils/textEncoding.d.ts +0 -25
- package/dist/lib/utils/textEncoding.js +0 -141
- package/dist/lib/utils/thinkingConfig.d.ts +0 -76
- package/dist/lib/utils/thinkingConfig.js +0 -105
- package/dist/lib/utils/timeout.d.ts +0 -158
- package/dist/lib/utils/timeout.js +0 -427
- package/dist/lib/utils/tokenEstimation.d.ts +0 -90
- package/dist/lib/utils/tokenEstimation.js +0 -187
- package/dist/lib/utils/tokenLimits.d.ts +0 -53
- package/dist/lib/utils/tokenLimits.js +0 -236
- package/dist/lib/utils/tokenUtils.d.ts +0 -101
- package/dist/lib/utils/tokenUtils.js +0 -323
- package/dist/lib/utils/tool.d.ts +0 -8
- package/dist/lib/utils/tool.js +0 -9
- package/dist/lib/utils/toolCallRepair.d.ts +0 -14
- package/dist/lib/utils/toolCallRepair.js +0 -286
- package/dist/lib/utils/toolChoice.d.ts +0 -4
- package/dist/lib/utils/toolChoice.js +0 -7
- package/dist/lib/utils/toolEndEmitter.d.ts +0 -25
- package/dist/lib/utils/toolEndEmitter.js +0 -65
- package/dist/lib/utils/toolUtils.d.ts +0 -40
- package/dist/lib/utils/toolUtils.js +0 -76
- package/dist/lib/utils/transformationUtils.d.ts +0 -218
- package/dist/lib/utils/transformationUtils.js +0 -578
- package/dist/lib/utils/tripwireEvaluator.d.ts +0 -73
- package/dist/lib/utils/tripwireEvaluator.js +0 -285
- package/dist/lib/utils/tryImport.d.ts +0 -35
- package/dist/lib/utils/tryImport.js +0 -95
- package/dist/lib/utils/ttsProcessor.d.ts +0 -159
- package/dist/lib/utils/ttsProcessor.js +0 -293
- package/dist/lib/utils/typeUtils.d.ts +0 -77
- package/dist/lib/utils/typeUtils.js +0 -98
- package/dist/lib/utils/videoAnalysisProcessor.d.ts +0 -24
- package/dist/lib/utils/videoAnalysisProcessor.js +0 -61
- package/dist/lib/utils/videoProcessor.d.ts +0 -64
- package/dist/lib/utils/videoProcessor.js +0 -196
- package/dist/lib/voice/RealtimeVoiceAPI.d.ts +0 -186
- package/dist/lib/voice/RealtimeVoiceAPI.js +0 -431
- package/dist/lib/voice/audio-utils.d.ts +0 -135
- package/dist/lib/voice/audio-utils.js +0 -435
- package/dist/lib/voice/errors.d.ts +0 -123
- package/dist/lib/voice/errors.js +0 -386
- package/dist/lib/voice/index.d.ts +0 -49
- package/dist/lib/voice/index.js +0 -177
- package/dist/lib/voice/livekit/brain.d.ts +0 -21
- package/dist/lib/voice/livekit/brain.js +0 -75
- package/dist/lib/voice/livekit/config.d.ts +0 -52
- package/dist/lib/voice/livekit/config.js +0 -134
- package/dist/lib/voice/livekit/eventBridge.d.ts +0 -27
- package/dist/lib/voice/livekit/eventBridge.js +0 -360
- package/dist/lib/voice/livekit/index.d.ts +0 -22
- package/dist/lib/voice/livekit/index.js +0 -23
- package/dist/lib/voice/livekit/realtimeEventBridge.d.ts +0 -14
- package/dist/lib/voice/livekit/realtimeEventBridge.js +0 -161
- package/dist/lib/voice/livekit/realtimeMcpTools.d.ts +0 -31
- package/dist/lib/voice/livekit/realtimeMcpTools.js +0 -206
- package/dist/lib/voice/livekit/realtimeVoiceAgent.d.ts +0 -26
- package/dist/lib/voice/livekit/realtimeVoiceAgent.js +0 -365
- package/dist/lib/voice/livekit/roomContext.d.ts +0 -23
- package/dist/lib/voice/livekit/roomContext.js +0 -57
- package/dist/lib/voice/livekit/roomDispatch.d.ts +0 -24
- package/dist/lib/voice/livekit/roomDispatch.js +0 -31
- package/dist/lib/voice/livekit/schemaSanitizer.d.ts +0 -26
- package/dist/lib/voice/livekit/schemaSanitizer.js +0 -144
- package/dist/lib/voice/livekit/tokens.d.ts +0 -19
- package/dist/lib/voice/livekit/tokens.js +0 -51
- package/dist/lib/voice/livekit/vertexAuth.d.ts +0 -30
- package/dist/lib/voice/livekit/vertexAuth.js +0 -73
- package/dist/lib/voice/livekit/voiceAgent.d.ts +0 -32
- package/dist/lib/voice/livekit/voiceAgent.js +0 -425
- package/dist/lib/voice/livekit/voiceAgentWorker.d.ts +0 -29
- package/dist/lib/voice/livekit/voiceAgentWorker.js +0 -122
- package/dist/lib/voice/providers/AzureSTT.d.ts +0 -47
- package/dist/lib/voice/providers/AzureSTT.js +0 -345
- package/dist/lib/voice/providers/AzureTTS.d.ts +0 -59
- package/dist/lib/voice/providers/AzureTTS.js +0 -349
- package/dist/lib/voice/providers/CartesiaTTS.d.ts +0 -31
- package/dist/lib/voice/providers/CartesiaTTS.js +0 -189
- package/dist/lib/voice/providers/DeepgramSTT.d.ts +0 -40
- package/dist/lib/voice/providers/DeepgramSTT.js +0 -550
- package/dist/lib/voice/providers/ElevenLabsTTS.d.ts +0 -53
- package/dist/lib/voice/providers/ElevenLabsTTS.js +0 -311
- package/dist/lib/voice/providers/FishAudioTTS.d.ts +0 -27
- package/dist/lib/voice/providers/FishAudioTTS.js +0 -183
- package/dist/lib/voice/providers/GeminiLive.d.ts +0 -52
- package/dist/lib/voice/providers/GeminiLive.js +0 -372
- package/dist/lib/voice/providers/GoogleSTT.d.ts +0 -60
- package/dist/lib/voice/providers/GoogleSTT.js +0 -454
- package/dist/lib/voice/providers/OpenAIRealtime.d.ts +0 -47
- package/dist/lib/voice/providers/OpenAIRealtime.js +0 -412
- package/dist/lib/voice/providers/OpenAISTT.d.ts +0 -41
- package/dist/lib/voice/providers/OpenAISTT.js +0 -286
- package/dist/lib/voice/providers/OpenAITTS.d.ts +0 -55
- package/dist/lib/voice/providers/OpenAITTS.js +0 -285
- package/dist/lib/voice/stream-handler.d.ts +0 -166
- package/dist/lib/voice/stream-handler.js +0 -514
- package/dist/lib/workflow/LAYER-EXAMPLES.d.ts +0 -13
- package/dist/lib/workflow/LAYER-EXAMPLES.js +0 -312
- package/dist/lib/workflow/PROMPT-EXAMPLES.d.ts +0 -117
- package/dist/lib/workflow/PROMPT-EXAMPLES.js +0 -246
- package/dist/lib/workflow/config.d.ts +0 -376
- package/dist/lib/workflow/config.js +0 -399
- package/dist/lib/workflow/core/ensembleExecutor.d.ts +0 -55
- package/dist/lib/workflow/core/ensembleExecutor.js +0 -451
- package/dist/lib/workflow/core/judgeScorer.d.ts +0 -25
- package/dist/lib/workflow/core/judgeScorer.js +0 -568
- package/dist/lib/workflow/core/responseConditioner.d.ts +0 -21
- package/dist/lib/workflow/core/responseConditioner.js +0 -243
- package/dist/lib/workflow/core/workflowRegistry.d.ts +0 -72
- package/dist/lib/workflow/core/workflowRegistry.js +0 -305
- package/dist/lib/workflow/core/workflowRunner.d.ts +0 -61
- package/dist/lib/workflow/core/workflowRunner.js +0 -642
- package/dist/lib/workflow/index.d.ts +0 -21
- package/dist/lib/workflow/index.js +0 -46
- package/dist/lib/workflow/utils/workflowMetrics.d.ts +0 -74
- package/dist/lib/workflow/utils/workflowMetrics.js +0 -312
- package/dist/lib/workflow/utils/workflowValidation.d.ts +0 -29
- package/dist/lib/workflow/utils/workflowValidation.js +0 -421
- package/dist/lib/workflow/workflows/adaptiveWorkflow.d.ts +0 -72
- package/dist/lib/workflow/workflows/adaptiveWorkflow.js +0 -367
- package/dist/lib/workflow/workflows/consensusWorkflow.d.ts +0 -69
- package/dist/lib/workflow/workflows/consensusWorkflow.js +0 -193
- package/dist/lib/workflow/workflows/fallbackWorkflow.d.ts +0 -49
- package/dist/lib/workflow/workflows/fallbackWorkflow.js +0 -226
- package/dist/lib/workflow/workflows/multiJudgeWorkflow.d.ts +0 -70
- package/dist/lib/workflow/workflows/multiJudgeWorkflow.js +0 -352
- package/dist/providers/googleVertex/utils.d.ts +0 -12
- package/dist/providers/googleVertex/utils.js +0 -286
|
@@ -1,2695 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Model Registry for NeuroLink CLI Commands
|
|
3
|
-
* Provides centralized model data for models command system
|
|
4
|
-
* Part of Phase 4.1 - Models Command System
|
|
5
|
-
*/
|
|
6
|
-
import { DEFAULT_MODEL_ALIASES } from "../types/index.js";
|
|
7
|
-
import { logger } from "../utils/logger.js";
|
|
8
|
-
import { AIProviderName, OpenAIModels, AzureOpenAIModels, GoogleAIModels, AnthropicModels, BedrockModels, MistralModels, OllamaModels, } from "../constants/enums.js";
|
|
9
|
-
/**
|
|
10
|
-
* Comprehensive model registry
|
|
11
|
-
*/
|
|
12
|
-
export const MODEL_REGISTRY = {
|
|
13
|
-
// OpenAI Models
|
|
14
|
-
[OpenAIModels.GPT_4O]: {
|
|
15
|
-
id: OpenAIModels.GPT_4O,
|
|
16
|
-
name: "GPT-4 Omni",
|
|
17
|
-
provider: AIProviderName.OPENAI,
|
|
18
|
-
description: "Most capable OpenAI model with vision and advanced reasoning",
|
|
19
|
-
capabilities: {
|
|
20
|
-
vision: true,
|
|
21
|
-
functionCalling: true,
|
|
22
|
-
codeGeneration: true,
|
|
23
|
-
reasoning: true,
|
|
24
|
-
multimodal: true,
|
|
25
|
-
streaming: true,
|
|
26
|
-
jsonMode: true,
|
|
27
|
-
},
|
|
28
|
-
pricing: {
|
|
29
|
-
inputCostPer1K: 0.005,
|
|
30
|
-
outputCostPer1K: 0.015,
|
|
31
|
-
currency: "USD",
|
|
32
|
-
},
|
|
33
|
-
performance: {
|
|
34
|
-
speed: "medium",
|
|
35
|
-
quality: "high",
|
|
36
|
-
accuracy: "high",
|
|
37
|
-
},
|
|
38
|
-
limits: {
|
|
39
|
-
maxContextTokens: 128000,
|
|
40
|
-
maxOutputTokens: 4096,
|
|
41
|
-
maxRequestsPerMinute: 500,
|
|
42
|
-
},
|
|
43
|
-
useCases: {
|
|
44
|
-
coding: 9,
|
|
45
|
-
creative: 8,
|
|
46
|
-
analysis: 9,
|
|
47
|
-
conversation: 9,
|
|
48
|
-
reasoning: 9,
|
|
49
|
-
translation: 8,
|
|
50
|
-
summarization: 8,
|
|
51
|
-
},
|
|
52
|
-
aliases: ["gpt4o", "gpt-4-omni", "openai-flagship"],
|
|
53
|
-
deprecated: false,
|
|
54
|
-
isLocal: false, // Cloud-based model
|
|
55
|
-
releaseDate: "2024-05-13",
|
|
56
|
-
category: "general",
|
|
57
|
-
},
|
|
58
|
-
[OpenAIModels.GPT_4O_MINI]: {
|
|
59
|
-
id: OpenAIModels.GPT_4O_MINI,
|
|
60
|
-
name: "GPT-4 Omni Mini",
|
|
61
|
-
provider: AIProviderName.OPENAI,
|
|
62
|
-
description: "Fast and cost-effective model with strong performance",
|
|
63
|
-
capabilities: {
|
|
64
|
-
vision: true,
|
|
65
|
-
functionCalling: true,
|
|
66
|
-
codeGeneration: true,
|
|
67
|
-
reasoning: true,
|
|
68
|
-
multimodal: true,
|
|
69
|
-
streaming: true,
|
|
70
|
-
jsonMode: true,
|
|
71
|
-
},
|
|
72
|
-
pricing: {
|
|
73
|
-
inputCostPer1K: 0.00015,
|
|
74
|
-
outputCostPer1K: 0.0006,
|
|
75
|
-
currency: "USD",
|
|
76
|
-
},
|
|
77
|
-
performance: {
|
|
78
|
-
speed: "fast",
|
|
79
|
-
quality: "high",
|
|
80
|
-
accuracy: "high",
|
|
81
|
-
},
|
|
82
|
-
limits: {
|
|
83
|
-
maxContextTokens: 128000,
|
|
84
|
-
maxOutputTokens: 16384,
|
|
85
|
-
maxRequestsPerMinute: 1000,
|
|
86
|
-
},
|
|
87
|
-
useCases: {
|
|
88
|
-
coding: 8,
|
|
89
|
-
creative: 7,
|
|
90
|
-
analysis: 8,
|
|
91
|
-
conversation: 8,
|
|
92
|
-
reasoning: 8,
|
|
93
|
-
translation: 8,
|
|
94
|
-
summarization: 9,
|
|
95
|
-
},
|
|
96
|
-
aliases: ["gpt4o-mini", "gpt-4-mini", "fastest", "cheap"],
|
|
97
|
-
deprecated: false,
|
|
98
|
-
isLocal: false, // Cloud-based model
|
|
99
|
-
releaseDate: "2024-07-18",
|
|
100
|
-
category: "general",
|
|
101
|
-
},
|
|
102
|
-
// OpenAI GPT-5 Series
|
|
103
|
-
[OpenAIModels.GPT_5]: {
|
|
104
|
-
id: OpenAIModels.GPT_5,
|
|
105
|
-
name: "GPT-5",
|
|
106
|
-
provider: AIProviderName.OPENAI,
|
|
107
|
-
description: "OpenAI's most advanced model with breakthrough reasoning and multimodal capabilities",
|
|
108
|
-
capabilities: {
|
|
109
|
-
vision: true,
|
|
110
|
-
functionCalling: true,
|
|
111
|
-
codeGeneration: true,
|
|
112
|
-
reasoning: true,
|
|
113
|
-
multimodal: true,
|
|
114
|
-
streaming: true,
|
|
115
|
-
jsonMode: true,
|
|
116
|
-
},
|
|
117
|
-
pricing: {
|
|
118
|
-
inputCostPer1K: 0.01,
|
|
119
|
-
outputCostPer1K: 0.03,
|
|
120
|
-
currency: "USD",
|
|
121
|
-
},
|
|
122
|
-
performance: {
|
|
123
|
-
speed: "medium",
|
|
124
|
-
quality: "high",
|
|
125
|
-
accuracy: "high",
|
|
126
|
-
},
|
|
127
|
-
limits: {
|
|
128
|
-
maxContextTokens: 256000,
|
|
129
|
-
maxOutputTokens: 32768,
|
|
130
|
-
maxRequestsPerMinute: 200,
|
|
131
|
-
},
|
|
132
|
-
useCases: {
|
|
133
|
-
coding: 10,
|
|
134
|
-
creative: 10,
|
|
135
|
-
analysis: 10,
|
|
136
|
-
conversation: 10,
|
|
137
|
-
reasoning: 10,
|
|
138
|
-
translation: 9,
|
|
139
|
-
summarization: 9,
|
|
140
|
-
},
|
|
141
|
-
aliases: ["gpt5", "gpt-5-flagship", "openai-latest"],
|
|
142
|
-
deprecated: false,
|
|
143
|
-
isLocal: false,
|
|
144
|
-
releaseDate: "2025-08-07",
|
|
145
|
-
category: "reasoning",
|
|
146
|
-
},
|
|
147
|
-
[OpenAIModels.GPT_5_MINI]: {
|
|
148
|
-
id: OpenAIModels.GPT_5_MINI,
|
|
149
|
-
name: "GPT-5 Mini",
|
|
150
|
-
provider: AIProviderName.OPENAI,
|
|
151
|
-
description: "Fast and efficient GPT-5 variant for everyday tasks",
|
|
152
|
-
capabilities: {
|
|
153
|
-
vision: true,
|
|
154
|
-
functionCalling: true,
|
|
155
|
-
codeGeneration: true,
|
|
156
|
-
reasoning: true,
|
|
157
|
-
multimodal: true,
|
|
158
|
-
streaming: true,
|
|
159
|
-
jsonMode: true,
|
|
160
|
-
},
|
|
161
|
-
pricing: {
|
|
162
|
-
inputCostPer1K: 0.002,
|
|
163
|
-
outputCostPer1K: 0.006,
|
|
164
|
-
currency: "USD",
|
|
165
|
-
},
|
|
166
|
-
performance: {
|
|
167
|
-
speed: "fast",
|
|
168
|
-
quality: "high",
|
|
169
|
-
accuracy: "high",
|
|
170
|
-
},
|
|
171
|
-
limits: {
|
|
172
|
-
maxContextTokens: 128000,
|
|
173
|
-
maxOutputTokens: 16384,
|
|
174
|
-
maxRequestsPerMinute: 500,
|
|
175
|
-
},
|
|
176
|
-
useCases: {
|
|
177
|
-
coding: 8,
|
|
178
|
-
creative: 8,
|
|
179
|
-
analysis: 8,
|
|
180
|
-
conversation: 9,
|
|
181
|
-
reasoning: 8,
|
|
182
|
-
translation: 8,
|
|
183
|
-
summarization: 9,
|
|
184
|
-
},
|
|
185
|
-
aliases: ["gpt5-mini", "gpt-5-fast"],
|
|
186
|
-
deprecated: false,
|
|
187
|
-
isLocal: false,
|
|
188
|
-
releaseDate: "2025-08-07",
|
|
189
|
-
category: "general",
|
|
190
|
-
},
|
|
191
|
-
// OpenAI O-Series Reasoning Models
|
|
192
|
-
[OpenAIModels.O3]: {
|
|
193
|
-
id: OpenAIModels.O3,
|
|
194
|
-
name: "O3",
|
|
195
|
-
provider: AIProviderName.OPENAI,
|
|
196
|
-
description: "Advanced reasoning model with extended thinking capabilities for complex tasks",
|
|
197
|
-
capabilities: {
|
|
198
|
-
vision: true,
|
|
199
|
-
functionCalling: true,
|
|
200
|
-
codeGeneration: true,
|
|
201
|
-
reasoning: true,
|
|
202
|
-
multimodal: true,
|
|
203
|
-
streaming: true,
|
|
204
|
-
jsonMode: true,
|
|
205
|
-
},
|
|
206
|
-
pricing: {
|
|
207
|
-
inputCostPer1K: 0.015,
|
|
208
|
-
outputCostPer1K: 0.06,
|
|
209
|
-
currency: "USD",
|
|
210
|
-
},
|
|
211
|
-
performance: {
|
|
212
|
-
speed: "slow",
|
|
213
|
-
quality: "high",
|
|
214
|
-
accuracy: "high",
|
|
215
|
-
},
|
|
216
|
-
limits: {
|
|
217
|
-
maxContextTokens: 200000,
|
|
218
|
-
maxOutputTokens: 100000,
|
|
219
|
-
maxRequestsPerMinute: 100,
|
|
220
|
-
},
|
|
221
|
-
useCases: {
|
|
222
|
-
coding: 10,
|
|
223
|
-
creative: 8,
|
|
224
|
-
analysis: 10,
|
|
225
|
-
conversation: 7,
|
|
226
|
-
reasoning: 10,
|
|
227
|
-
translation: 7,
|
|
228
|
-
summarization: 8,
|
|
229
|
-
},
|
|
230
|
-
aliases: ["o3-reasoning", "o3-thinking"],
|
|
231
|
-
deprecated: false,
|
|
232
|
-
isLocal: false,
|
|
233
|
-
releaseDate: "2025-01-31",
|
|
234
|
-
category: "reasoning",
|
|
235
|
-
},
|
|
236
|
-
[OpenAIModels.O3_MINI]: {
|
|
237
|
-
id: OpenAIModels.O3_MINI,
|
|
238
|
-
name: "O3 Mini",
|
|
239
|
-
provider: AIProviderName.OPENAI,
|
|
240
|
-
description: "Cost-effective reasoning model with strong logical capabilities",
|
|
241
|
-
capabilities: {
|
|
242
|
-
vision: false,
|
|
243
|
-
functionCalling: true,
|
|
244
|
-
codeGeneration: true,
|
|
245
|
-
reasoning: true,
|
|
246
|
-
multimodal: false,
|
|
247
|
-
streaming: true,
|
|
248
|
-
jsonMode: true,
|
|
249
|
-
},
|
|
250
|
-
pricing: {
|
|
251
|
-
inputCostPer1K: 0.003,
|
|
252
|
-
outputCostPer1K: 0.012,
|
|
253
|
-
currency: "USD",
|
|
254
|
-
},
|
|
255
|
-
performance: {
|
|
256
|
-
speed: "medium",
|
|
257
|
-
quality: "high",
|
|
258
|
-
accuracy: "high",
|
|
259
|
-
},
|
|
260
|
-
limits: {
|
|
261
|
-
maxContextTokens: 200000,
|
|
262
|
-
maxOutputTokens: 65536,
|
|
263
|
-
maxRequestsPerMinute: 200,
|
|
264
|
-
},
|
|
265
|
-
useCases: {
|
|
266
|
-
coding: 9,
|
|
267
|
-
creative: 6,
|
|
268
|
-
analysis: 9,
|
|
269
|
-
conversation: 7,
|
|
270
|
-
reasoning: 9,
|
|
271
|
-
translation: 6,
|
|
272
|
-
summarization: 7,
|
|
273
|
-
},
|
|
274
|
-
aliases: ["o3-mini-reasoning"],
|
|
275
|
-
deprecated: false,
|
|
276
|
-
isLocal: false,
|
|
277
|
-
releaseDate: "2025-01-31",
|
|
278
|
-
category: "reasoning",
|
|
279
|
-
},
|
|
280
|
-
[OpenAIModels.GPT_5_NANO]: {
|
|
281
|
-
id: OpenAIModels.GPT_5_NANO,
|
|
282
|
-
name: "GPT-5 Nano",
|
|
283
|
-
provider: AIProviderName.OPENAI,
|
|
284
|
-
description: "Fastest and most cost-effective GPT-5 variant for simple tasks",
|
|
285
|
-
capabilities: {
|
|
286
|
-
vision: true,
|
|
287
|
-
functionCalling: true,
|
|
288
|
-
codeGeneration: true,
|
|
289
|
-
reasoning: true,
|
|
290
|
-
multimodal: true,
|
|
291
|
-
streaming: true,
|
|
292
|
-
jsonMode: true,
|
|
293
|
-
},
|
|
294
|
-
pricing: {
|
|
295
|
-
inputCostPer1K: 0.00005,
|
|
296
|
-
outputCostPer1K: 0.0004,
|
|
297
|
-
currency: "USD",
|
|
298
|
-
},
|
|
299
|
-
performance: {
|
|
300
|
-
speed: "fast",
|
|
301
|
-
quality: "medium",
|
|
302
|
-
accuracy: "medium",
|
|
303
|
-
},
|
|
304
|
-
limits: {
|
|
305
|
-
maxContextTokens: 272000,
|
|
306
|
-
maxOutputTokens: 128000,
|
|
307
|
-
maxRequestsPerMinute: 2000,
|
|
308
|
-
},
|
|
309
|
-
useCases: {
|
|
310
|
-
coding: 6,
|
|
311
|
-
creative: 6,
|
|
312
|
-
analysis: 6,
|
|
313
|
-
conversation: 8,
|
|
314
|
-
reasoning: 6,
|
|
315
|
-
translation: 7,
|
|
316
|
-
summarization: 8,
|
|
317
|
-
},
|
|
318
|
-
aliases: ["gpt5-nano", "gpt-5-cheapest"],
|
|
319
|
-
deprecated: false,
|
|
320
|
-
isLocal: false,
|
|
321
|
-
releaseDate: "2025-08-07",
|
|
322
|
-
category: "general",
|
|
323
|
-
},
|
|
324
|
-
// OpenAI GPT-5.2 Series (Released December 11, 2025) - Latest flagship models
|
|
325
|
-
[OpenAIModels.GPT_5_2]: {
|
|
326
|
-
id: OpenAIModels.GPT_5_2,
|
|
327
|
-
name: "GPT-5.2 Thinking",
|
|
328
|
-
provider: AIProviderName.OPENAI,
|
|
329
|
-
description: "OpenAI's latest flagship model with deep reasoning capabilities, 100% on AIME 2025, 80% SWE-bench Verified",
|
|
330
|
-
capabilities: {
|
|
331
|
-
vision: true,
|
|
332
|
-
functionCalling: true,
|
|
333
|
-
codeGeneration: true,
|
|
334
|
-
reasoning: true,
|
|
335
|
-
multimodal: true,
|
|
336
|
-
streaming: true,
|
|
337
|
-
jsonMode: true,
|
|
338
|
-
},
|
|
339
|
-
pricing: {
|
|
340
|
-
inputCostPer1K: 0.00175,
|
|
341
|
-
outputCostPer1K: 0.014,
|
|
342
|
-
currency: "USD",
|
|
343
|
-
},
|
|
344
|
-
performance: {
|
|
345
|
-
speed: "medium",
|
|
346
|
-
quality: "high",
|
|
347
|
-
accuracy: "high",
|
|
348
|
-
},
|
|
349
|
-
limits: {
|
|
350
|
-
maxContextTokens: 256000,
|
|
351
|
-
maxOutputTokens: 64000,
|
|
352
|
-
maxRequestsPerMinute: 150,
|
|
353
|
-
},
|
|
354
|
-
useCases: {
|
|
355
|
-
coding: 10,
|
|
356
|
-
creative: 10,
|
|
357
|
-
analysis: 10,
|
|
358
|
-
conversation: 9,
|
|
359
|
-
reasoning: 10,
|
|
360
|
-
translation: 9,
|
|
361
|
-
summarization: 9,
|
|
362
|
-
},
|
|
363
|
-
aliases: ["gpt52", "gpt-5.2-thinking", "openai-latest-reasoning"],
|
|
364
|
-
deprecated: false,
|
|
365
|
-
isLocal: false,
|
|
366
|
-
releaseDate: "2025-12-11",
|
|
367
|
-
category: "reasoning",
|
|
368
|
-
},
|
|
369
|
-
[OpenAIModels.GPT_5_2_CHAT_LATEST]: {
|
|
370
|
-
id: OpenAIModels.GPT_5_2_CHAT_LATEST,
|
|
371
|
-
name: "GPT-5.2 Instant",
|
|
372
|
-
provider: AIProviderName.OPENAI,
|
|
373
|
-
description: "Fast everyday model for quick tasks with excellent performance across all domains",
|
|
374
|
-
capabilities: {
|
|
375
|
-
vision: true,
|
|
376
|
-
functionCalling: true,
|
|
377
|
-
codeGeneration: true,
|
|
378
|
-
reasoning: true,
|
|
379
|
-
multimodal: true,
|
|
380
|
-
streaming: true,
|
|
381
|
-
jsonMode: true,
|
|
382
|
-
},
|
|
383
|
-
pricing: {
|
|
384
|
-
inputCostPer1K: 0.00175,
|
|
385
|
-
outputCostPer1K: 0.014,
|
|
386
|
-
currency: "USD",
|
|
387
|
-
},
|
|
388
|
-
performance: {
|
|
389
|
-
speed: "fast",
|
|
390
|
-
quality: "high",
|
|
391
|
-
accuracy: "high",
|
|
392
|
-
},
|
|
393
|
-
limits: {
|
|
394
|
-
maxContextTokens: 256000,
|
|
395
|
-
maxOutputTokens: 32000,
|
|
396
|
-
maxRequestsPerMinute: 300,
|
|
397
|
-
},
|
|
398
|
-
useCases: {
|
|
399
|
-
coding: 9,
|
|
400
|
-
creative: 9,
|
|
401
|
-
analysis: 9,
|
|
402
|
-
conversation: 10,
|
|
403
|
-
reasoning: 9,
|
|
404
|
-
translation: 9,
|
|
405
|
-
summarization: 9,
|
|
406
|
-
},
|
|
407
|
-
aliases: ["gpt52-chat", "gpt-5.2-instant", "gpt52-fast"],
|
|
408
|
-
deprecated: false,
|
|
409
|
-
isLocal: false,
|
|
410
|
-
releaseDate: "2025-12-11",
|
|
411
|
-
category: "general",
|
|
412
|
-
},
|
|
413
|
-
[OpenAIModels.GPT_5_2_PRO]: {
|
|
414
|
-
id: OpenAIModels.GPT_5_2_PRO,
|
|
415
|
-
name: "GPT-5.2 Pro",
|
|
416
|
-
provider: AIProviderName.OPENAI,
|
|
417
|
-
description: "Highest quality model for science, math, and complex problem-solving with 92.4% GPQA Diamond performance",
|
|
418
|
-
capabilities: {
|
|
419
|
-
vision: true,
|
|
420
|
-
functionCalling: true,
|
|
421
|
-
codeGeneration: true,
|
|
422
|
-
reasoning: true,
|
|
423
|
-
multimodal: true,
|
|
424
|
-
streaming: true,
|
|
425
|
-
jsonMode: true,
|
|
426
|
-
},
|
|
427
|
-
pricing: {
|
|
428
|
-
inputCostPer1K: 0.021,
|
|
429
|
-
outputCostPer1K: 0.168,
|
|
430
|
-
currency: "USD",
|
|
431
|
-
},
|
|
432
|
-
performance: {
|
|
433
|
-
speed: "slow",
|
|
434
|
-
quality: "high",
|
|
435
|
-
accuracy: "high",
|
|
436
|
-
},
|
|
437
|
-
limits: {
|
|
438
|
-
maxContextTokens: 256000,
|
|
439
|
-
maxOutputTokens: 128000,
|
|
440
|
-
maxRequestsPerMinute: 50,
|
|
441
|
-
},
|
|
442
|
-
useCases: {
|
|
443
|
-
coding: 10,
|
|
444
|
-
creative: 9,
|
|
445
|
-
analysis: 10,
|
|
446
|
-
conversation: 8,
|
|
447
|
-
reasoning: 10,
|
|
448
|
-
translation: 9,
|
|
449
|
-
summarization: 9,
|
|
450
|
-
},
|
|
451
|
-
aliases: ["gpt52-pro", "gpt-5.2-professional", "openai-science"],
|
|
452
|
-
deprecated: false,
|
|
453
|
-
isLocal: false,
|
|
454
|
-
releaseDate: "2025-12-11",
|
|
455
|
-
category: "reasoning",
|
|
456
|
-
},
|
|
457
|
-
// OpenAI GPT-4.1 Series (1M context window)
|
|
458
|
-
[OpenAIModels.GPT_4_1]: {
|
|
459
|
-
id: OpenAIModels.GPT_4_1,
|
|
460
|
-
name: "GPT-4.1",
|
|
461
|
-
provider: AIProviderName.OPENAI,
|
|
462
|
-
description: "Advanced coding model with 1 million token context window",
|
|
463
|
-
capabilities: {
|
|
464
|
-
vision: true,
|
|
465
|
-
functionCalling: true,
|
|
466
|
-
codeGeneration: true,
|
|
467
|
-
reasoning: true,
|
|
468
|
-
multimodal: true,
|
|
469
|
-
streaming: true,
|
|
470
|
-
jsonMode: true,
|
|
471
|
-
},
|
|
472
|
-
pricing: {
|
|
473
|
-
inputCostPer1K: 0.002,
|
|
474
|
-
outputCostPer1K: 0.008,
|
|
475
|
-
currency: "USD",
|
|
476
|
-
},
|
|
477
|
-
performance: {
|
|
478
|
-
speed: "medium",
|
|
479
|
-
quality: "high",
|
|
480
|
-
accuracy: "high",
|
|
481
|
-
},
|
|
482
|
-
limits: {
|
|
483
|
-
maxContextTokens: 1000000,
|
|
484
|
-
maxOutputTokens: 128000,
|
|
485
|
-
maxRequestsPerMinute: 200,
|
|
486
|
-
},
|
|
487
|
-
useCases: {
|
|
488
|
-
coding: 10,
|
|
489
|
-
creative: 8,
|
|
490
|
-
analysis: 9,
|
|
491
|
-
conversation: 8,
|
|
492
|
-
reasoning: 9,
|
|
493
|
-
translation: 8,
|
|
494
|
-
summarization: 9,
|
|
495
|
-
},
|
|
496
|
-
aliases: ["gpt-4.1", "gpt41", "million-context"],
|
|
497
|
-
deprecated: false,
|
|
498
|
-
isLocal: false,
|
|
499
|
-
releaseDate: "2025-04-14",
|
|
500
|
-
category: "coding",
|
|
501
|
-
},
|
|
502
|
-
[OpenAIModels.GPT_4_1_MINI]: {
|
|
503
|
-
id: OpenAIModels.GPT_4_1_MINI,
|
|
504
|
-
name: "GPT-4.1 Mini",
|
|
505
|
-
provider: AIProviderName.OPENAI,
|
|
506
|
-
description: "Fast GPT-4.1 variant with 1M context for efficient coding",
|
|
507
|
-
capabilities: {
|
|
508
|
-
vision: true,
|
|
509
|
-
functionCalling: true,
|
|
510
|
-
codeGeneration: true,
|
|
511
|
-
reasoning: true,
|
|
512
|
-
multimodal: true,
|
|
513
|
-
streaming: true,
|
|
514
|
-
jsonMode: true,
|
|
515
|
-
},
|
|
516
|
-
pricing: {
|
|
517
|
-
inputCostPer1K: 0.0004,
|
|
518
|
-
outputCostPer1K: 0.0016,
|
|
519
|
-
currency: "USD",
|
|
520
|
-
},
|
|
521
|
-
performance: {
|
|
522
|
-
speed: "fast",
|
|
523
|
-
quality: "high",
|
|
524
|
-
accuracy: "high",
|
|
525
|
-
},
|
|
526
|
-
limits: {
|
|
527
|
-
maxContextTokens: 1000000,
|
|
528
|
-
maxOutputTokens: 128000,
|
|
529
|
-
maxRequestsPerMinute: 500,
|
|
530
|
-
},
|
|
531
|
-
useCases: {
|
|
532
|
-
coding: 9,
|
|
533
|
-
creative: 7,
|
|
534
|
-
analysis: 8,
|
|
535
|
-
conversation: 8,
|
|
536
|
-
reasoning: 8,
|
|
537
|
-
translation: 8,
|
|
538
|
-
summarization: 9,
|
|
539
|
-
},
|
|
540
|
-
aliases: ["gpt-4.1-mini", "gpt41-mini"],
|
|
541
|
-
deprecated: false,
|
|
542
|
-
isLocal: false,
|
|
543
|
-
releaseDate: "2025-04-14",
|
|
544
|
-
category: "coding",
|
|
545
|
-
},
|
|
546
|
-
[OpenAIModels.GPT_4_1_NANO]: {
|
|
547
|
-
id: OpenAIModels.GPT_4_1_NANO,
|
|
548
|
-
name: "GPT-4.1 Nano",
|
|
549
|
-
provider: AIProviderName.OPENAI,
|
|
550
|
-
description: "Most cost-effective GPT-4.1 variant with 1M context",
|
|
551
|
-
capabilities: {
|
|
552
|
-
vision: true,
|
|
553
|
-
functionCalling: true,
|
|
554
|
-
codeGeneration: true,
|
|
555
|
-
reasoning: true,
|
|
556
|
-
multimodal: true,
|
|
557
|
-
streaming: true,
|
|
558
|
-
jsonMode: true,
|
|
559
|
-
},
|
|
560
|
-
pricing: {
|
|
561
|
-
inputCostPer1K: 0.0001,
|
|
562
|
-
outputCostPer1K: 0.0004,
|
|
563
|
-
currency: "USD",
|
|
564
|
-
},
|
|
565
|
-
performance: {
|
|
566
|
-
speed: "fast",
|
|
567
|
-
quality: "medium",
|
|
568
|
-
accuracy: "medium",
|
|
569
|
-
},
|
|
570
|
-
limits: {
|
|
571
|
-
maxContextTokens: 1000000,
|
|
572
|
-
maxOutputTokens: 128000,
|
|
573
|
-
maxRequestsPerMinute: 1000,
|
|
574
|
-
},
|
|
575
|
-
useCases: {
|
|
576
|
-
coding: 7,
|
|
577
|
-
creative: 6,
|
|
578
|
-
analysis: 7,
|
|
579
|
-
conversation: 7,
|
|
580
|
-
reasoning: 7,
|
|
581
|
-
translation: 7,
|
|
582
|
-
summarization: 8,
|
|
583
|
-
},
|
|
584
|
-
aliases: ["gpt-4.1-nano", "gpt41-nano"],
|
|
585
|
-
deprecated: false,
|
|
586
|
-
isLocal: false,
|
|
587
|
-
releaseDate: "2025-04-14",
|
|
588
|
-
category: "coding",
|
|
589
|
-
},
|
|
590
|
-
// OpenAI O-Series Additional Models
|
|
591
|
-
[OpenAIModels.O3_PRO]: {
|
|
592
|
-
id: OpenAIModels.O3_PRO,
|
|
593
|
-
name: "O3 Pro",
|
|
594
|
-
provider: AIProviderName.OPENAI,
|
|
595
|
-
description: "Most powerful reasoning model for complex scientific and coding tasks",
|
|
596
|
-
capabilities: {
|
|
597
|
-
vision: true,
|
|
598
|
-
functionCalling: true,
|
|
599
|
-
codeGeneration: true,
|
|
600
|
-
reasoning: true,
|
|
601
|
-
multimodal: true,
|
|
602
|
-
streaming: true,
|
|
603
|
-
jsonMode: true,
|
|
604
|
-
},
|
|
605
|
-
pricing: {
|
|
606
|
-
inputCostPer1K: 0.03,
|
|
607
|
-
outputCostPer1K: 0.12,
|
|
608
|
-
currency: "USD",
|
|
609
|
-
},
|
|
610
|
-
performance: {
|
|
611
|
-
speed: "slow",
|
|
612
|
-
quality: "high",
|
|
613
|
-
accuracy: "high",
|
|
614
|
-
},
|
|
615
|
-
limits: {
|
|
616
|
-
maxContextTokens: 200000,
|
|
617
|
-
maxOutputTokens: 100000,
|
|
618
|
-
maxRequestsPerMinute: 50,
|
|
619
|
-
},
|
|
620
|
-
useCases: {
|
|
621
|
-
coding: 10,
|
|
622
|
-
creative: 7,
|
|
623
|
-
analysis: 10,
|
|
624
|
-
conversation: 6,
|
|
625
|
-
reasoning: 10,
|
|
626
|
-
translation: 6,
|
|
627
|
-
summarization: 7,
|
|
628
|
-
},
|
|
629
|
-
aliases: ["o3-pro", "o3-professional"],
|
|
630
|
-
deprecated: false,
|
|
631
|
-
isLocal: false,
|
|
632
|
-
releaseDate: "2025-04-16",
|
|
633
|
-
category: "reasoning",
|
|
634
|
-
},
|
|
635
|
-
[OpenAIModels.O4_MINI]: {
|
|
636
|
-
id: OpenAIModels.O4_MINI,
|
|
637
|
-
name: "O4 Mini",
|
|
638
|
-
provider: AIProviderName.OPENAI,
|
|
639
|
-
description: "Fast reasoning model optimized for math, coding, and visual tasks",
|
|
640
|
-
capabilities: {
|
|
641
|
-
vision: true,
|
|
642
|
-
functionCalling: true,
|
|
643
|
-
codeGeneration: true,
|
|
644
|
-
reasoning: true,
|
|
645
|
-
multimodal: true,
|
|
646
|
-
streaming: true,
|
|
647
|
-
jsonMode: true,
|
|
648
|
-
},
|
|
649
|
-
pricing: {
|
|
650
|
-
inputCostPer1K: 0.003,
|
|
651
|
-
outputCostPer1K: 0.012,
|
|
652
|
-
currency: "USD",
|
|
653
|
-
},
|
|
654
|
-
performance: {
|
|
655
|
-
speed: "medium",
|
|
656
|
-
quality: "high",
|
|
657
|
-
accuracy: "high",
|
|
658
|
-
},
|
|
659
|
-
limits: {
|
|
660
|
-
maxContextTokens: 200000,
|
|
661
|
-
maxOutputTokens: 100000,
|
|
662
|
-
maxRequestsPerMinute: 200,
|
|
663
|
-
},
|
|
664
|
-
useCases: {
|
|
665
|
-
coding: 9,
|
|
666
|
-
creative: 6,
|
|
667
|
-
analysis: 9,
|
|
668
|
-
conversation: 7,
|
|
669
|
-
reasoning: 10,
|
|
670
|
-
translation: 6,
|
|
671
|
-
summarization: 7,
|
|
672
|
-
},
|
|
673
|
-
aliases: ["o4-mini", "o4-fast"],
|
|
674
|
-
deprecated: false,
|
|
675
|
-
isLocal: false,
|
|
676
|
-
releaseDate: "2025-04-16",
|
|
677
|
-
category: "reasoning",
|
|
678
|
-
},
|
|
679
|
-
[OpenAIModels.O1]: {
|
|
680
|
-
id: OpenAIModels.O1,
|
|
681
|
-
name: "O1",
|
|
682
|
-
provider: AIProviderName.OPENAI,
|
|
683
|
-
description: "Premium reasoning model with highest capability for mission-critical tasks",
|
|
684
|
-
capabilities: {
|
|
685
|
-
vision: true,
|
|
686
|
-
functionCalling: true,
|
|
687
|
-
codeGeneration: true,
|
|
688
|
-
reasoning: true,
|
|
689
|
-
multimodal: true,
|
|
690
|
-
streaming: true,
|
|
691
|
-
jsonMode: true,
|
|
692
|
-
},
|
|
693
|
-
pricing: {
|
|
694
|
-
inputCostPer1K: 0.15,
|
|
695
|
-
outputCostPer1K: 0.6,
|
|
696
|
-
currency: "USD",
|
|
697
|
-
},
|
|
698
|
-
performance: {
|
|
699
|
-
speed: "slow",
|
|
700
|
-
quality: "high",
|
|
701
|
-
accuracy: "high",
|
|
702
|
-
},
|
|
703
|
-
limits: {
|
|
704
|
-
maxContextTokens: 128000,
|
|
705
|
-
maxOutputTokens: 32768,
|
|
706
|
-
maxRequestsPerMinute: 50,
|
|
707
|
-
},
|
|
708
|
-
useCases: {
|
|
709
|
-
coding: 10,
|
|
710
|
-
creative: 7,
|
|
711
|
-
analysis: 10,
|
|
712
|
-
conversation: 6,
|
|
713
|
-
reasoning: 10,
|
|
714
|
-
translation: 6,
|
|
715
|
-
summarization: 7,
|
|
716
|
-
},
|
|
717
|
-
aliases: ["o1-full", "o1-premium"],
|
|
718
|
-
deprecated: false,
|
|
719
|
-
isLocal: false,
|
|
720
|
-
releaseDate: "2024-09-12",
|
|
721
|
-
category: "reasoning",
|
|
722
|
-
},
|
|
723
|
-
[OpenAIModels.O1_PREVIEW]: {
|
|
724
|
-
id: OpenAIModels.O1_PREVIEW,
|
|
725
|
-
name: "O1 Preview",
|
|
726
|
-
provider: AIProviderName.OPENAI,
|
|
727
|
-
description: "Preview version of O1 reasoning model",
|
|
728
|
-
capabilities: {
|
|
729
|
-
vision: false,
|
|
730
|
-
functionCalling: false,
|
|
731
|
-
codeGeneration: true,
|
|
732
|
-
reasoning: true,
|
|
733
|
-
multimodal: false,
|
|
734
|
-
streaming: true,
|
|
735
|
-
jsonMode: true,
|
|
736
|
-
},
|
|
737
|
-
pricing: {
|
|
738
|
-
inputCostPer1K: 0.015,
|
|
739
|
-
outputCostPer1K: 0.06,
|
|
740
|
-
currency: "USD",
|
|
741
|
-
},
|
|
742
|
-
performance: {
|
|
743
|
-
speed: "slow",
|
|
744
|
-
quality: "high",
|
|
745
|
-
accuracy: "high",
|
|
746
|
-
},
|
|
747
|
-
limits: {
|
|
748
|
-
maxContextTokens: 128000,
|
|
749
|
-
maxOutputTokens: 32768,
|
|
750
|
-
maxRequestsPerMinute: 100,
|
|
751
|
-
},
|
|
752
|
-
useCases: {
|
|
753
|
-
coding: 9,
|
|
754
|
-
creative: 6,
|
|
755
|
-
analysis: 9,
|
|
756
|
-
conversation: 6,
|
|
757
|
-
reasoning: 9,
|
|
758
|
-
translation: 5,
|
|
759
|
-
summarization: 6,
|
|
760
|
-
},
|
|
761
|
-
aliases: ["o1-preview"],
|
|
762
|
-
deprecated: false,
|
|
763
|
-
isLocal: false,
|
|
764
|
-
releaseDate: "2024-09-12",
|
|
765
|
-
category: "reasoning",
|
|
766
|
-
},
|
|
767
|
-
[OpenAIModels.O1_MINI]: {
|
|
768
|
-
id: OpenAIModels.O1_MINI,
|
|
769
|
-
name: "O1 Mini",
|
|
770
|
-
provider: AIProviderName.OPENAI,
|
|
771
|
-
description: "Cost-effective O1 variant with strong reasoning capabilities",
|
|
772
|
-
capabilities: {
|
|
773
|
-
vision: false,
|
|
774
|
-
functionCalling: false,
|
|
775
|
-
codeGeneration: true,
|
|
776
|
-
reasoning: true,
|
|
777
|
-
multimodal: false,
|
|
778
|
-
streaming: true,
|
|
779
|
-
jsonMode: true,
|
|
780
|
-
},
|
|
781
|
-
pricing: {
|
|
782
|
-
inputCostPer1K: 0.003,
|
|
783
|
-
outputCostPer1K: 0.012,
|
|
784
|
-
currency: "USD",
|
|
785
|
-
},
|
|
786
|
-
performance: {
|
|
787
|
-
speed: "medium",
|
|
788
|
-
quality: "high",
|
|
789
|
-
accuracy: "high",
|
|
790
|
-
},
|
|
791
|
-
limits: {
|
|
792
|
-
maxContextTokens: 128000,
|
|
793
|
-
maxOutputTokens: 65536,
|
|
794
|
-
maxRequestsPerMinute: 200,
|
|
795
|
-
},
|
|
796
|
-
useCases: {
|
|
797
|
-
coding: 8,
|
|
798
|
-
creative: 5,
|
|
799
|
-
analysis: 8,
|
|
800
|
-
conversation: 6,
|
|
801
|
-
reasoning: 8,
|
|
802
|
-
translation: 5,
|
|
803
|
-
summarization: 6,
|
|
804
|
-
},
|
|
805
|
-
aliases: ["o1-mini", "o1-budget"],
|
|
806
|
-
deprecated: false,
|
|
807
|
-
isLocal: false,
|
|
808
|
-
releaseDate: "2024-09-12",
|
|
809
|
-
category: "reasoning",
|
|
810
|
-
},
|
|
811
|
-
// OpenAI Legacy Models
|
|
812
|
-
[OpenAIModels.GPT_4]: {
|
|
813
|
-
id: OpenAIModels.GPT_4,
|
|
814
|
-
name: "GPT-4",
|
|
815
|
-
provider: AIProviderName.OPENAI,
|
|
816
|
-
description: "Previous generation flagship model (legacy)",
|
|
817
|
-
capabilities: {
|
|
818
|
-
vision: false,
|
|
819
|
-
functionCalling: true,
|
|
820
|
-
codeGeneration: true,
|
|
821
|
-
reasoning: true,
|
|
822
|
-
multimodal: false,
|
|
823
|
-
streaming: true,
|
|
824
|
-
jsonMode: true,
|
|
825
|
-
},
|
|
826
|
-
pricing: {
|
|
827
|
-
inputCostPer1K: 0.03,
|
|
828
|
-
outputCostPer1K: 0.06,
|
|
829
|
-
currency: "USD",
|
|
830
|
-
},
|
|
831
|
-
performance: {
|
|
832
|
-
speed: "slow",
|
|
833
|
-
quality: "high",
|
|
834
|
-
accuracy: "high",
|
|
835
|
-
},
|
|
836
|
-
limits: {
|
|
837
|
-
maxContextTokens: 8192,
|
|
838
|
-
maxOutputTokens: 4096,
|
|
839
|
-
maxRequestsPerMinute: 200,
|
|
840
|
-
},
|
|
841
|
-
useCases: {
|
|
842
|
-
coding: 8,
|
|
843
|
-
creative: 8,
|
|
844
|
-
analysis: 8,
|
|
845
|
-
conversation: 8,
|
|
846
|
-
reasoning: 8,
|
|
847
|
-
translation: 8,
|
|
848
|
-
summarization: 8,
|
|
849
|
-
},
|
|
850
|
-
aliases: ["gpt4", "gpt-4-base"],
|
|
851
|
-
deprecated: true,
|
|
852
|
-
isLocal: false,
|
|
853
|
-
releaseDate: "2023-03-14",
|
|
854
|
-
category: "general",
|
|
855
|
-
},
|
|
856
|
-
[OpenAIModels.GPT_4_TURBO]: {
|
|
857
|
-
id: OpenAIModels.GPT_4_TURBO,
|
|
858
|
-
name: "GPT-4 Turbo",
|
|
859
|
-
provider: AIProviderName.OPENAI,
|
|
860
|
-
description: "Faster GPT-4 variant with extended context (legacy)",
|
|
861
|
-
capabilities: {
|
|
862
|
-
vision: true,
|
|
863
|
-
functionCalling: true,
|
|
864
|
-
codeGeneration: true,
|
|
865
|
-
reasoning: true,
|
|
866
|
-
multimodal: true,
|
|
867
|
-
streaming: true,
|
|
868
|
-
jsonMode: true,
|
|
869
|
-
},
|
|
870
|
-
pricing: {
|
|
871
|
-
inputCostPer1K: 0.01,
|
|
872
|
-
outputCostPer1K: 0.03,
|
|
873
|
-
currency: "USD",
|
|
874
|
-
},
|
|
875
|
-
performance: {
|
|
876
|
-
speed: "medium",
|
|
877
|
-
quality: "high",
|
|
878
|
-
accuracy: "high",
|
|
879
|
-
},
|
|
880
|
-
limits: {
|
|
881
|
-
maxContextTokens: 128000,
|
|
882
|
-
maxOutputTokens: 4096,
|
|
883
|
-
maxRequestsPerMinute: 500,
|
|
884
|
-
},
|
|
885
|
-
useCases: {
|
|
886
|
-
coding: 8,
|
|
887
|
-
creative: 8,
|
|
888
|
-
analysis: 9,
|
|
889
|
-
conversation: 8,
|
|
890
|
-
reasoning: 8,
|
|
891
|
-
translation: 8,
|
|
892
|
-
summarization: 8,
|
|
893
|
-
},
|
|
894
|
-
aliases: ["gpt4-turbo", "gpt-4-turbo-preview"],
|
|
895
|
-
deprecated: true,
|
|
896
|
-
isLocal: false,
|
|
897
|
-
releaseDate: "2024-04-09",
|
|
898
|
-
category: "general",
|
|
899
|
-
},
|
|
900
|
-
[OpenAIModels.GPT_3_5_TURBO]: {
|
|
901
|
-
id: OpenAIModels.GPT_3_5_TURBO,
|
|
902
|
-
name: "GPT-3.5 Turbo",
|
|
903
|
-
provider: AIProviderName.OPENAI,
|
|
904
|
-
description: "Fast and cost-effective model for simpler tasks (legacy)",
|
|
905
|
-
capabilities: {
|
|
906
|
-
vision: false,
|
|
907
|
-
functionCalling: true,
|
|
908
|
-
codeGeneration: true,
|
|
909
|
-
reasoning: false,
|
|
910
|
-
multimodal: false,
|
|
911
|
-
streaming: true,
|
|
912
|
-
jsonMode: true,
|
|
913
|
-
},
|
|
914
|
-
pricing: {
|
|
915
|
-
inputCostPer1K: 0.0005,
|
|
916
|
-
outputCostPer1K: 0.0015,
|
|
917
|
-
currency: "USD",
|
|
918
|
-
},
|
|
919
|
-
performance: {
|
|
920
|
-
speed: "fast",
|
|
921
|
-
quality: "medium",
|
|
922
|
-
accuracy: "medium",
|
|
923
|
-
},
|
|
924
|
-
limits: {
|
|
925
|
-
maxContextTokens: 16385,
|
|
926
|
-
maxOutputTokens: 4096,
|
|
927
|
-
maxRequestsPerMinute: 3500,
|
|
928
|
-
},
|
|
929
|
-
useCases: {
|
|
930
|
-
coding: 6,
|
|
931
|
-
creative: 6,
|
|
932
|
-
analysis: 6,
|
|
933
|
-
conversation: 7,
|
|
934
|
-
reasoning: 5,
|
|
935
|
-
translation: 7,
|
|
936
|
-
summarization: 7,
|
|
937
|
-
},
|
|
938
|
-
aliases: ["gpt35", "gpt-3.5", "chatgpt"],
|
|
939
|
-
deprecated: true,
|
|
940
|
-
isLocal: false,
|
|
941
|
-
releaseDate: "2023-03-01",
|
|
942
|
-
category: "general",
|
|
943
|
-
},
|
|
944
|
-
// Google AI Studio Models
|
|
945
|
-
[GoogleAIModels.GEMINI_2_5_PRO]: {
|
|
946
|
-
id: GoogleAIModels.GEMINI_2_5_PRO,
|
|
947
|
-
name: "Gemini 2.5 Pro",
|
|
948
|
-
provider: AIProviderName.GOOGLE_AI,
|
|
949
|
-
description: "Google's most capable multimodal model with large context window",
|
|
950
|
-
capabilities: {
|
|
951
|
-
vision: true,
|
|
952
|
-
functionCalling: true,
|
|
953
|
-
codeGeneration: true,
|
|
954
|
-
reasoning: true,
|
|
955
|
-
multimodal: true,
|
|
956
|
-
streaming: true,
|
|
957
|
-
jsonMode: true,
|
|
958
|
-
},
|
|
959
|
-
pricing: {
|
|
960
|
-
inputCostPer1K: 0.00125,
|
|
961
|
-
outputCostPer1K: 0.005,
|
|
962
|
-
currency: "USD",
|
|
963
|
-
},
|
|
964
|
-
performance: {
|
|
965
|
-
speed: "medium",
|
|
966
|
-
quality: "high",
|
|
967
|
-
accuracy: "high",
|
|
968
|
-
},
|
|
969
|
-
limits: {
|
|
970
|
-
maxContextTokens: 2097152, // 2M tokens
|
|
971
|
-
maxOutputTokens: 8192,
|
|
972
|
-
maxRequestsPerMinute: 360,
|
|
973
|
-
},
|
|
974
|
-
useCases: {
|
|
975
|
-
coding: 9,
|
|
976
|
-
creative: 8,
|
|
977
|
-
analysis: 10,
|
|
978
|
-
conversation: 8,
|
|
979
|
-
reasoning: 9,
|
|
980
|
-
translation: 9,
|
|
981
|
-
summarization: 9,
|
|
982
|
-
},
|
|
983
|
-
aliases: ["gemini-pro", "google-flagship", "best-analysis"],
|
|
984
|
-
deprecated: false,
|
|
985
|
-
isLocal: false, // Cloud-based model
|
|
986
|
-
releaseDate: "2024-12-11",
|
|
987
|
-
category: "reasoning",
|
|
988
|
-
},
|
|
989
|
-
[GoogleAIModels.GEMINI_2_5_FLASH]: {
|
|
990
|
-
id: GoogleAIModels.GEMINI_2_5_FLASH,
|
|
991
|
-
name: "Gemini 2.5 Flash",
|
|
992
|
-
provider: AIProviderName.GOOGLE_AI,
|
|
993
|
-
description: "Fast and efficient multimodal model with large context",
|
|
994
|
-
capabilities: {
|
|
995
|
-
vision: true,
|
|
996
|
-
functionCalling: true,
|
|
997
|
-
codeGeneration: true,
|
|
998
|
-
reasoning: true,
|
|
999
|
-
multimodal: true,
|
|
1000
|
-
streaming: true,
|
|
1001
|
-
jsonMode: true,
|
|
1002
|
-
},
|
|
1003
|
-
pricing: {
|
|
1004
|
-
inputCostPer1K: 0.000075,
|
|
1005
|
-
outputCostPer1K: 0.0003,
|
|
1006
|
-
currency: "USD",
|
|
1007
|
-
},
|
|
1008
|
-
performance: {
|
|
1009
|
-
speed: "fast",
|
|
1010
|
-
quality: "high",
|
|
1011
|
-
accuracy: "high",
|
|
1012
|
-
},
|
|
1013
|
-
limits: {
|
|
1014
|
-
maxContextTokens: 1048576, // 1M tokens
|
|
1015
|
-
maxOutputTokens: 8192,
|
|
1016
|
-
maxRequestsPerMinute: 1000,
|
|
1017
|
-
},
|
|
1018
|
-
useCases: {
|
|
1019
|
-
coding: 8,
|
|
1020
|
-
creative: 7,
|
|
1021
|
-
analysis: 9,
|
|
1022
|
-
conversation: 8,
|
|
1023
|
-
reasoning: 8,
|
|
1024
|
-
translation: 8,
|
|
1025
|
-
summarization: 9,
|
|
1026
|
-
},
|
|
1027
|
-
aliases: ["gemini-flash", "google-fast", "best-value"],
|
|
1028
|
-
deprecated: false,
|
|
1029
|
-
isLocal: false, // Cloud-based model
|
|
1030
|
-
releaseDate: "2024-12-11",
|
|
1031
|
-
category: "general",
|
|
1032
|
-
},
|
|
1033
|
-
// Anthropic Models
|
|
1034
|
-
[AnthropicModels.CLAUDE_OPUS_4_5]: {
|
|
1035
|
-
id: AnthropicModels.CLAUDE_OPUS_4_5,
|
|
1036
|
-
name: "Claude Opus 4.5",
|
|
1037
|
-
provider: AIProviderName.ANTHROPIC,
|
|
1038
|
-
description: "Anthropic's most capable model with exceptional reasoning, coding, and multimodal capabilities",
|
|
1039
|
-
capabilities: {
|
|
1040
|
-
vision: true,
|
|
1041
|
-
functionCalling: true,
|
|
1042
|
-
codeGeneration: true,
|
|
1043
|
-
reasoning: true,
|
|
1044
|
-
multimodal: true,
|
|
1045
|
-
streaming: true,
|
|
1046
|
-
jsonMode: false,
|
|
1047
|
-
},
|
|
1048
|
-
pricing: {
|
|
1049
|
-
// $5 / $25 per MTok. Was 0.015/0.075 — Claude 3 Opus's rate, left
|
|
1050
|
-
// behind when the entry was updated to 4.5, so every cost estimate
|
|
1051
|
-
// for this model came out 3x high.
|
|
1052
|
-
inputCostPer1K: 0.005,
|
|
1053
|
-
outputCostPer1K: 0.025,
|
|
1054
|
-
currency: "USD",
|
|
1055
|
-
},
|
|
1056
|
-
performance: {
|
|
1057
|
-
speed: "medium",
|
|
1058
|
-
quality: "high",
|
|
1059
|
-
accuracy: "high",
|
|
1060
|
-
},
|
|
1061
|
-
limits: {
|
|
1062
|
-
maxContextTokens: 200000,
|
|
1063
|
-
maxOutputTokens: 64000,
|
|
1064
|
-
maxRequestsPerMinute: 50,
|
|
1065
|
-
},
|
|
1066
|
-
useCases: {
|
|
1067
|
-
coding: 10,
|
|
1068
|
-
creative: 10,
|
|
1069
|
-
analysis: 10,
|
|
1070
|
-
conversation: 9,
|
|
1071
|
-
reasoning: 10,
|
|
1072
|
-
translation: 9,
|
|
1073
|
-
summarization: 9,
|
|
1074
|
-
},
|
|
1075
|
-
aliases: [
|
|
1076
|
-
"claude-4.5-opus",
|
|
1077
|
-
// "claude-opus-latest" now belongs to CLAUDE_OPUS_5. An alias declared
|
|
1078
|
-
// on two entries silently resolves to whichever appears later in this
|
|
1079
|
-
// object, so a "latest" pointer must live on exactly one model.
|
|
1080
|
-
"opus-4.5",
|
|
1081
|
-
"anthropic-flagship",
|
|
1082
|
-
],
|
|
1083
|
-
deprecated: false,
|
|
1084
|
-
isLocal: false,
|
|
1085
|
-
releaseDate: "2025-11-24",
|
|
1086
|
-
category: "reasoning",
|
|
1087
|
-
},
|
|
1088
|
-
// Claude 5 and 4.7/4.8. Limits and pricing from Anthropic's models
|
|
1089
|
-
// overview comparison tables. All current Claude models take image input;
|
|
1090
|
-
// these use adaptive thinking rather than the older `thinking.type`
|
|
1091
|
-
// extended-thinking switch, which the overview marks "No" for each.
|
|
1092
|
-
[AnthropicModels.CLAUDE_OPUS_5]: {
|
|
1093
|
-
id: AnthropicModels.CLAUDE_OPUS_5,
|
|
1094
|
-
name: "Claude Opus 5",
|
|
1095
|
-
provider: AIProviderName.ANTHROPIC,
|
|
1096
|
-
description: "For complex agentic coding and enterprise work",
|
|
1097
|
-
capabilities: {
|
|
1098
|
-
vision: true,
|
|
1099
|
-
functionCalling: true,
|
|
1100
|
-
codeGeneration: true,
|
|
1101
|
-
reasoning: true,
|
|
1102
|
-
multimodal: true,
|
|
1103
|
-
streaming: true,
|
|
1104
|
-
jsonMode: false,
|
|
1105
|
-
},
|
|
1106
|
-
pricing: {
|
|
1107
|
-
inputCostPer1K: 0.005,
|
|
1108
|
-
outputCostPer1K: 0.025,
|
|
1109
|
-
currency: "USD",
|
|
1110
|
-
},
|
|
1111
|
-
performance: { speed: "medium", quality: "high", accuracy: "high" },
|
|
1112
|
-
limits: {
|
|
1113
|
-
maxContextTokens: 1000000,
|
|
1114
|
-
maxOutputTokens: 128000,
|
|
1115
|
-
maxRequestsPerMinute: 50,
|
|
1116
|
-
},
|
|
1117
|
-
useCases: {
|
|
1118
|
-
coding: 10,
|
|
1119
|
-
creative: 10,
|
|
1120
|
-
analysis: 10,
|
|
1121
|
-
conversation: 9,
|
|
1122
|
-
reasoning: 10,
|
|
1123
|
-
translation: 9,
|
|
1124
|
-
summarization: 9,
|
|
1125
|
-
},
|
|
1126
|
-
aliases: ["opus-5", "claude-opus-latest"],
|
|
1127
|
-
deprecated: false,
|
|
1128
|
-
isLocal: false,
|
|
1129
|
-
releaseDate: "2026-07-24",
|
|
1130
|
-
category: "reasoning",
|
|
1131
|
-
},
|
|
1132
|
-
[AnthropicModels.CLAUDE_SONNET_5]: {
|
|
1133
|
-
id: AnthropicModels.CLAUDE_SONNET_5,
|
|
1134
|
-
name: "Claude Sonnet 5",
|
|
1135
|
-
provider: AIProviderName.ANTHROPIC,
|
|
1136
|
-
description: "The best combination of speed and intelligence",
|
|
1137
|
-
capabilities: {
|
|
1138
|
-
vision: true,
|
|
1139
|
-
functionCalling: true,
|
|
1140
|
-
codeGeneration: true,
|
|
1141
|
-
reasoning: true,
|
|
1142
|
-
multimodal: true,
|
|
1143
|
-
streaming: true,
|
|
1144
|
-
jsonMode: false,
|
|
1145
|
-
},
|
|
1146
|
-
pricing: {
|
|
1147
|
-
inputCostPer1K: 0.002,
|
|
1148
|
-
outputCostPer1K: 0.01,
|
|
1149
|
-
currency: "USD",
|
|
1150
|
-
},
|
|
1151
|
-
performance: { speed: "fast", quality: "high", accuracy: "high" },
|
|
1152
|
-
limits: {
|
|
1153
|
-
maxContextTokens: 1000000,
|
|
1154
|
-
maxOutputTokens: 128000,
|
|
1155
|
-
maxRequestsPerMinute: 50,
|
|
1156
|
-
},
|
|
1157
|
-
useCases: {
|
|
1158
|
-
coding: 9,
|
|
1159
|
-
creative: 9,
|
|
1160
|
-
analysis: 9,
|
|
1161
|
-
conversation: 9,
|
|
1162
|
-
reasoning: 9,
|
|
1163
|
-
translation: 9,
|
|
1164
|
-
summarization: 9,
|
|
1165
|
-
},
|
|
1166
|
-
aliases: ["sonnet-5", "claude-sonnet-latest"],
|
|
1167
|
-
deprecated: false,
|
|
1168
|
-
isLocal: false,
|
|
1169
|
-
releaseDate: "2026-06-30",
|
|
1170
|
-
category: "general",
|
|
1171
|
-
},
|
|
1172
|
-
[AnthropicModels.CLAUDE_FABLE_5]: {
|
|
1173
|
-
id: AnthropicModels.CLAUDE_FABLE_5,
|
|
1174
|
-
name: "Claude Fable 5",
|
|
1175
|
-
provider: AIProviderName.ANTHROPIC,
|
|
1176
|
-
description: "Next-generation intelligence for long-running agents",
|
|
1177
|
-
capabilities: {
|
|
1178
|
-
vision: true,
|
|
1179
|
-
functionCalling: true,
|
|
1180
|
-
codeGeneration: true,
|
|
1181
|
-
reasoning: true,
|
|
1182
|
-
multimodal: true,
|
|
1183
|
-
streaming: true,
|
|
1184
|
-
jsonMode: false,
|
|
1185
|
-
},
|
|
1186
|
-
pricing: {
|
|
1187
|
-
inputCostPer1K: 0.01,
|
|
1188
|
-
outputCostPer1K: 0.05,
|
|
1189
|
-
currency: "USD",
|
|
1190
|
-
},
|
|
1191
|
-
performance: { speed: "slow", quality: "high", accuracy: "high" },
|
|
1192
|
-
limits: {
|
|
1193
|
-
maxContextTokens: 1000000,
|
|
1194
|
-
maxOutputTokens: 128000,
|
|
1195
|
-
maxRequestsPerMinute: 50,
|
|
1196
|
-
},
|
|
1197
|
-
useCases: {
|
|
1198
|
-
coding: 10,
|
|
1199
|
-
creative: 10,
|
|
1200
|
-
analysis: 10,
|
|
1201
|
-
conversation: 9,
|
|
1202
|
-
reasoning: 10,
|
|
1203
|
-
translation: 9,
|
|
1204
|
-
summarization: 9,
|
|
1205
|
-
},
|
|
1206
|
-
aliases: ["fable-5"],
|
|
1207
|
-
deprecated: false,
|
|
1208
|
-
isLocal: false,
|
|
1209
|
-
releaseDate: "2026-06-09",
|
|
1210
|
-
category: "reasoning",
|
|
1211
|
-
},
|
|
1212
|
-
[AnthropicModels.CLAUDE_OPUS_4_8]: {
|
|
1213
|
-
id: AnthropicModels.CLAUDE_OPUS_4_8,
|
|
1214
|
-
name: "Claude Opus 4.8",
|
|
1215
|
-
provider: AIProviderName.ANTHROPIC,
|
|
1216
|
-
description: "Anthropic Opus 4.8, superseded by Claude Opus 5",
|
|
1217
|
-
capabilities: {
|
|
1218
|
-
vision: true,
|
|
1219
|
-
functionCalling: true,
|
|
1220
|
-
codeGeneration: true,
|
|
1221
|
-
reasoning: true,
|
|
1222
|
-
multimodal: true,
|
|
1223
|
-
streaming: true,
|
|
1224
|
-
jsonMode: false,
|
|
1225
|
-
},
|
|
1226
|
-
pricing: {
|
|
1227
|
-
inputCostPer1K: 0.005,
|
|
1228
|
-
outputCostPer1K: 0.025,
|
|
1229
|
-
currency: "USD",
|
|
1230
|
-
},
|
|
1231
|
-
performance: { speed: "medium", quality: "high", accuracy: "high" },
|
|
1232
|
-
limits: {
|
|
1233
|
-
maxContextTokens: 1000000,
|
|
1234
|
-
maxOutputTokens: 128000,
|
|
1235
|
-
maxRequestsPerMinute: 50,
|
|
1236
|
-
},
|
|
1237
|
-
useCases: {
|
|
1238
|
-
coding: 10,
|
|
1239
|
-
creative: 9,
|
|
1240
|
-
analysis: 10,
|
|
1241
|
-
conversation: 9,
|
|
1242
|
-
reasoning: 10,
|
|
1243
|
-
translation: 9,
|
|
1244
|
-
summarization: 9,
|
|
1245
|
-
},
|
|
1246
|
-
aliases: ["opus-4.8"],
|
|
1247
|
-
deprecated: false,
|
|
1248
|
-
isLocal: false,
|
|
1249
|
-
releaseDate: "2026-05-28",
|
|
1250
|
-
category: "reasoning",
|
|
1251
|
-
},
|
|
1252
|
-
[AnthropicModels.CLAUDE_OPUS_4_7]: {
|
|
1253
|
-
id: AnthropicModels.CLAUDE_OPUS_4_7,
|
|
1254
|
-
name: "Claude Opus 4.7",
|
|
1255
|
-
provider: AIProviderName.ANTHROPIC,
|
|
1256
|
-
description: "Anthropic Opus 4.7, superseded by Claude Opus 4.8",
|
|
1257
|
-
capabilities: {
|
|
1258
|
-
vision: true,
|
|
1259
|
-
functionCalling: true,
|
|
1260
|
-
codeGeneration: true,
|
|
1261
|
-
reasoning: true,
|
|
1262
|
-
multimodal: true,
|
|
1263
|
-
streaming: true,
|
|
1264
|
-
jsonMode: false,
|
|
1265
|
-
},
|
|
1266
|
-
pricing: {
|
|
1267
|
-
inputCostPer1K: 0.005,
|
|
1268
|
-
outputCostPer1K: 0.025,
|
|
1269
|
-
currency: "USD",
|
|
1270
|
-
},
|
|
1271
|
-
performance: { speed: "medium", quality: "high", accuracy: "high" },
|
|
1272
|
-
limits: {
|
|
1273
|
-
maxContextTokens: 1000000,
|
|
1274
|
-
maxOutputTokens: 128000,
|
|
1275
|
-
maxRequestsPerMinute: 50,
|
|
1276
|
-
},
|
|
1277
|
-
useCases: {
|
|
1278
|
-
coding: 10,
|
|
1279
|
-
creative: 9,
|
|
1280
|
-
analysis: 10,
|
|
1281
|
-
conversation: 9,
|
|
1282
|
-
reasoning: 10,
|
|
1283
|
-
translation: 9,
|
|
1284
|
-
summarization: 9,
|
|
1285
|
-
},
|
|
1286
|
-
aliases: ["opus-4.7"],
|
|
1287
|
-
deprecated: false,
|
|
1288
|
-
isLocal: false,
|
|
1289
|
-
releaseDate: "2026-04-16",
|
|
1290
|
-
category: "reasoning",
|
|
1291
|
-
},
|
|
1292
|
-
[AnthropicModels.CLAUDE_SONNET_4_5]: {
|
|
1293
|
-
id: AnthropicModels.CLAUDE_SONNET_4_5,
|
|
1294
|
-
name: "Claude Sonnet 4.5",
|
|
1295
|
-
provider: AIProviderName.ANTHROPIC,
|
|
1296
|
-
description: "Balanced Claude model with excellent performance across all tasks including vision and reasoning",
|
|
1297
|
-
capabilities: {
|
|
1298
|
-
vision: true,
|
|
1299
|
-
functionCalling: true,
|
|
1300
|
-
codeGeneration: true,
|
|
1301
|
-
reasoning: true,
|
|
1302
|
-
multimodal: true,
|
|
1303
|
-
streaming: true,
|
|
1304
|
-
jsonMode: false,
|
|
1305
|
-
},
|
|
1306
|
-
pricing: {
|
|
1307
|
-
inputCostPer1K: 0.003,
|
|
1308
|
-
outputCostPer1K: 0.015,
|
|
1309
|
-
currency: "USD",
|
|
1310
|
-
},
|
|
1311
|
-
performance: {
|
|
1312
|
-
speed: "medium",
|
|
1313
|
-
quality: "high",
|
|
1314
|
-
accuracy: "high",
|
|
1315
|
-
},
|
|
1316
|
-
limits: {
|
|
1317
|
-
maxContextTokens: 200000,
|
|
1318
|
-
maxOutputTokens: 64000,
|
|
1319
|
-
maxRequestsPerMinute: 100,
|
|
1320
|
-
},
|
|
1321
|
-
useCases: {
|
|
1322
|
-
coding: 10,
|
|
1323
|
-
creative: 9,
|
|
1324
|
-
analysis: 9,
|
|
1325
|
-
conversation: 9,
|
|
1326
|
-
reasoning: 10,
|
|
1327
|
-
translation: 8,
|
|
1328
|
-
summarization: 8,
|
|
1329
|
-
},
|
|
1330
|
-
// "claude-sonnet-latest" now belongs to CLAUDE_SONNET_5 — see the note
|
|
1331
|
-
// on CLAUDE_OPUS_4_5's aliases.
|
|
1332
|
-
aliases: ["claude-4.5-sonnet", "sonnet-4.5"],
|
|
1333
|
-
deprecated: false,
|
|
1334
|
-
isLocal: false,
|
|
1335
|
-
releaseDate: "2025-09-29",
|
|
1336
|
-
category: "coding",
|
|
1337
|
-
},
|
|
1338
|
-
[AnthropicModels.CLAUDE_4_5_HAIKU]: {
|
|
1339
|
-
id: AnthropicModels.CLAUDE_4_5_HAIKU,
|
|
1340
|
-
name: "Claude 4.5 Haiku",
|
|
1341
|
-
provider: AIProviderName.ANTHROPIC,
|
|
1342
|
-
description: "Latest fast and efficient Claude model with vision support",
|
|
1343
|
-
capabilities: {
|
|
1344
|
-
vision: true,
|
|
1345
|
-
functionCalling: true,
|
|
1346
|
-
codeGeneration: true,
|
|
1347
|
-
reasoning: true,
|
|
1348
|
-
multimodal: true,
|
|
1349
|
-
streaming: true,
|
|
1350
|
-
jsonMode: false,
|
|
1351
|
-
},
|
|
1352
|
-
pricing: {
|
|
1353
|
-
inputCostPer1K: 0.001,
|
|
1354
|
-
outputCostPer1K: 0.005,
|
|
1355
|
-
currency: "USD",
|
|
1356
|
-
},
|
|
1357
|
-
performance: {
|
|
1358
|
-
speed: "fast",
|
|
1359
|
-
quality: "high",
|
|
1360
|
-
accuracy: "high",
|
|
1361
|
-
},
|
|
1362
|
-
limits: {
|
|
1363
|
-
maxContextTokens: 200000,
|
|
1364
|
-
maxOutputTokens: 64000,
|
|
1365
|
-
maxRequestsPerMinute: 100,
|
|
1366
|
-
},
|
|
1367
|
-
useCases: {
|
|
1368
|
-
coding: 8,
|
|
1369
|
-
creative: 8,
|
|
1370
|
-
analysis: 8,
|
|
1371
|
-
conversation: 9,
|
|
1372
|
-
reasoning: 8,
|
|
1373
|
-
translation: 8,
|
|
1374
|
-
summarization: 9,
|
|
1375
|
-
},
|
|
1376
|
-
aliases: ["claude-4.5-haiku", "claude-haiku-latest", "haiku-4.5"],
|
|
1377
|
-
deprecated: false,
|
|
1378
|
-
isLocal: false,
|
|
1379
|
-
releaseDate: "2025-10-15",
|
|
1380
|
-
category: "general",
|
|
1381
|
-
},
|
|
1382
|
-
[AnthropicModels.CLAUDE_3_5_SONNET]: {
|
|
1383
|
-
id: AnthropicModels.CLAUDE_3_5_SONNET,
|
|
1384
|
-
name: "Claude 3.5 Sonnet",
|
|
1385
|
-
provider: AIProviderName.ANTHROPIC,
|
|
1386
|
-
description: "Anthropic's most capable model with excellent reasoning and coding",
|
|
1387
|
-
capabilities: {
|
|
1388
|
-
vision: true,
|
|
1389
|
-
functionCalling: true,
|
|
1390
|
-
codeGeneration: true,
|
|
1391
|
-
reasoning: true,
|
|
1392
|
-
multimodal: true,
|
|
1393
|
-
streaming: true,
|
|
1394
|
-
jsonMode: false,
|
|
1395
|
-
},
|
|
1396
|
-
pricing: {
|
|
1397
|
-
inputCostPer1K: 0.003,
|
|
1398
|
-
outputCostPer1K: 0.015,
|
|
1399
|
-
currency: "USD",
|
|
1400
|
-
},
|
|
1401
|
-
performance: {
|
|
1402
|
-
speed: "medium",
|
|
1403
|
-
quality: "high",
|
|
1404
|
-
accuracy: "high",
|
|
1405
|
-
},
|
|
1406
|
-
limits: {
|
|
1407
|
-
maxContextTokens: 200000,
|
|
1408
|
-
maxOutputTokens: 8192,
|
|
1409
|
-
maxRequestsPerMinute: 50,
|
|
1410
|
-
},
|
|
1411
|
-
useCases: {
|
|
1412
|
-
coding: 10,
|
|
1413
|
-
creative: 9,
|
|
1414
|
-
analysis: 9,
|
|
1415
|
-
conversation: 9,
|
|
1416
|
-
reasoning: 10,
|
|
1417
|
-
translation: 8,
|
|
1418
|
-
summarization: 8,
|
|
1419
|
-
},
|
|
1420
|
-
aliases: [
|
|
1421
|
-
"claude-3.5-sonnet",
|
|
1422
|
-
"claude-sonnet",
|
|
1423
|
-
"best-coding",
|
|
1424
|
-
"claude-latest",
|
|
1425
|
-
],
|
|
1426
|
-
deprecated: false,
|
|
1427
|
-
isLocal: false, // Cloud-based model
|
|
1428
|
-
releaseDate: "2024-10-22",
|
|
1429
|
-
category: "coding",
|
|
1430
|
-
},
|
|
1431
|
-
[AnthropicModels.CLAUDE_3_5_HAIKU]: {
|
|
1432
|
-
id: AnthropicModels.CLAUDE_3_5_HAIKU,
|
|
1433
|
-
name: "Claude 3.5 Haiku",
|
|
1434
|
-
provider: AIProviderName.ANTHROPIC,
|
|
1435
|
-
description: "Fast and efficient Claude model for quick tasks",
|
|
1436
|
-
capabilities: {
|
|
1437
|
-
vision: false,
|
|
1438
|
-
functionCalling: true,
|
|
1439
|
-
codeGeneration: true,
|
|
1440
|
-
reasoning: true,
|
|
1441
|
-
multimodal: false,
|
|
1442
|
-
streaming: true,
|
|
1443
|
-
jsonMode: false,
|
|
1444
|
-
},
|
|
1445
|
-
pricing: {
|
|
1446
|
-
inputCostPer1K: 0.001,
|
|
1447
|
-
outputCostPer1K: 0.005,
|
|
1448
|
-
currency: "USD",
|
|
1449
|
-
},
|
|
1450
|
-
performance: {
|
|
1451
|
-
speed: "fast",
|
|
1452
|
-
quality: "high",
|
|
1453
|
-
accuracy: "high",
|
|
1454
|
-
},
|
|
1455
|
-
limits: {
|
|
1456
|
-
maxContextTokens: 200000,
|
|
1457
|
-
maxOutputTokens: 8192,
|
|
1458
|
-
maxRequestsPerMinute: 100,
|
|
1459
|
-
},
|
|
1460
|
-
useCases: {
|
|
1461
|
-
coding: 8,
|
|
1462
|
-
creative: 7,
|
|
1463
|
-
analysis: 8,
|
|
1464
|
-
conversation: 8,
|
|
1465
|
-
reasoning: 8,
|
|
1466
|
-
translation: 8,
|
|
1467
|
-
summarization: 9,
|
|
1468
|
-
},
|
|
1469
|
-
aliases: ["claude-3.5-haiku", "claude-haiku", "claude-fast"],
|
|
1470
|
-
deprecated: false,
|
|
1471
|
-
isLocal: false, // Cloud-based model
|
|
1472
|
-
releaseDate: "2024-10-22",
|
|
1473
|
-
category: "general",
|
|
1474
|
-
},
|
|
1475
|
-
// Mistral Models
|
|
1476
|
-
[MistralModels.MISTRAL_LARGE_LATEST]: {
|
|
1477
|
-
id: MistralModels.MISTRAL_LARGE_LATEST,
|
|
1478
|
-
name: "Mistral Large",
|
|
1479
|
-
provider: AIProviderName.MISTRAL,
|
|
1480
|
-
description: "Mistral's flagship model with excellent reasoning and multilingual capabilities",
|
|
1481
|
-
capabilities: {
|
|
1482
|
-
vision: false,
|
|
1483
|
-
functionCalling: true,
|
|
1484
|
-
codeGeneration: true,
|
|
1485
|
-
reasoning: true,
|
|
1486
|
-
multimodal: false,
|
|
1487
|
-
streaming: true,
|
|
1488
|
-
jsonMode: true,
|
|
1489
|
-
},
|
|
1490
|
-
pricing: {
|
|
1491
|
-
inputCostPer1K: 0.002,
|
|
1492
|
-
outputCostPer1K: 0.006,
|
|
1493
|
-
currency: "USD",
|
|
1494
|
-
},
|
|
1495
|
-
performance: {
|
|
1496
|
-
speed: "medium",
|
|
1497
|
-
quality: "high",
|
|
1498
|
-
accuracy: "high",
|
|
1499
|
-
},
|
|
1500
|
-
limits: {
|
|
1501
|
-
maxContextTokens: 131072,
|
|
1502
|
-
maxOutputTokens: 8192,
|
|
1503
|
-
maxRequestsPerMinute: 100,
|
|
1504
|
-
},
|
|
1505
|
-
useCases: {
|
|
1506
|
-
coding: 9,
|
|
1507
|
-
creative: 8,
|
|
1508
|
-
analysis: 9,
|
|
1509
|
-
conversation: 8,
|
|
1510
|
-
reasoning: 9,
|
|
1511
|
-
translation: 9,
|
|
1512
|
-
summarization: 8,
|
|
1513
|
-
},
|
|
1514
|
-
aliases: ["mistral-large", "mistral-flagship"],
|
|
1515
|
-
deprecated: false,
|
|
1516
|
-
isLocal: false,
|
|
1517
|
-
releaseDate: "2025-12-01",
|
|
1518
|
-
category: "reasoning",
|
|
1519
|
-
},
|
|
1520
|
-
[MistralModels.MISTRAL_SMALL_LATEST]: {
|
|
1521
|
-
id: MistralModels.MISTRAL_SMALL_LATEST,
|
|
1522
|
-
name: "Mistral Small",
|
|
1523
|
-
provider: AIProviderName.MISTRAL,
|
|
1524
|
-
description: "Efficient model for simple tasks and cost-sensitive applications",
|
|
1525
|
-
capabilities: {
|
|
1526
|
-
vision: false,
|
|
1527
|
-
functionCalling: true,
|
|
1528
|
-
codeGeneration: true,
|
|
1529
|
-
reasoning: true,
|
|
1530
|
-
multimodal: false,
|
|
1531
|
-
streaming: true,
|
|
1532
|
-
jsonMode: true,
|
|
1533
|
-
},
|
|
1534
|
-
pricing: {
|
|
1535
|
-
inputCostPer1K: 0.001,
|
|
1536
|
-
outputCostPer1K: 0.003,
|
|
1537
|
-
currency: "USD",
|
|
1538
|
-
},
|
|
1539
|
-
performance: {
|
|
1540
|
-
speed: "fast",
|
|
1541
|
-
quality: "medium",
|
|
1542
|
-
accuracy: "medium",
|
|
1543
|
-
},
|
|
1544
|
-
limits: {
|
|
1545
|
-
maxContextTokens: 32768,
|
|
1546
|
-
maxOutputTokens: 8192,
|
|
1547
|
-
maxRequestsPerMinute: 200,
|
|
1548
|
-
},
|
|
1549
|
-
useCases: {
|
|
1550
|
-
coding: 6,
|
|
1551
|
-
creative: 6,
|
|
1552
|
-
analysis: 7,
|
|
1553
|
-
conversation: 7,
|
|
1554
|
-
reasoning: 6,
|
|
1555
|
-
translation: 7,
|
|
1556
|
-
summarization: 7,
|
|
1557
|
-
},
|
|
1558
|
-
aliases: ["mistral-small", "mistral-cheap"],
|
|
1559
|
-
deprecated: false,
|
|
1560
|
-
isLocal: false,
|
|
1561
|
-
releaseDate: "2024-02-26",
|
|
1562
|
-
category: "general",
|
|
1563
|
-
},
|
|
1564
|
-
[MistralModels.CODESTRAL_LATEST]: {
|
|
1565
|
-
id: MistralModels.CODESTRAL_LATEST,
|
|
1566
|
-
name: "Codestral",
|
|
1567
|
-
provider: AIProviderName.MISTRAL,
|
|
1568
|
-
description: "Specialized code generation model trained on 80+ programming languages",
|
|
1569
|
-
capabilities: {
|
|
1570
|
-
vision: false,
|
|
1571
|
-
functionCalling: true,
|
|
1572
|
-
codeGeneration: true,
|
|
1573
|
-
reasoning: true,
|
|
1574
|
-
multimodal: false,
|
|
1575
|
-
streaming: true,
|
|
1576
|
-
jsonMode: true,
|
|
1577
|
-
},
|
|
1578
|
-
pricing: {
|
|
1579
|
-
inputCostPer1K: 0.001,
|
|
1580
|
-
outputCostPer1K: 0.003,
|
|
1581
|
-
currency: "USD",
|
|
1582
|
-
},
|
|
1583
|
-
performance: {
|
|
1584
|
-
speed: "fast",
|
|
1585
|
-
quality: "high",
|
|
1586
|
-
accuracy: "high",
|
|
1587
|
-
},
|
|
1588
|
-
limits: {
|
|
1589
|
-
maxContextTokens: 32768,
|
|
1590
|
-
maxOutputTokens: 8192,
|
|
1591
|
-
maxRequestsPerMinute: 200,
|
|
1592
|
-
},
|
|
1593
|
-
useCases: {
|
|
1594
|
-
coding: 10,
|
|
1595
|
-
creative: 5,
|
|
1596
|
-
analysis: 7,
|
|
1597
|
-
conversation: 5,
|
|
1598
|
-
reasoning: 8,
|
|
1599
|
-
translation: 5,
|
|
1600
|
-
summarization: 6,
|
|
1601
|
-
},
|
|
1602
|
-
aliases: ["codestral", "mistral-code"],
|
|
1603
|
-
deprecated: false,
|
|
1604
|
-
isLocal: false,
|
|
1605
|
-
releaseDate: "2024-05-29",
|
|
1606
|
-
category: "coding",
|
|
1607
|
-
},
|
|
1608
|
-
[MistralModels.PIXTRAL_LARGE]: {
|
|
1609
|
-
id: MistralModels.PIXTRAL_LARGE,
|
|
1610
|
-
name: "Pixtral Large",
|
|
1611
|
-
provider: AIProviderName.MISTRAL,
|
|
1612
|
-
description: "Multimodal vision-language model for image understanding",
|
|
1613
|
-
capabilities: {
|
|
1614
|
-
vision: true,
|
|
1615
|
-
functionCalling: true,
|
|
1616
|
-
codeGeneration: true,
|
|
1617
|
-
reasoning: true,
|
|
1618
|
-
multimodal: true,
|
|
1619
|
-
streaming: true,
|
|
1620
|
-
jsonMode: true,
|
|
1621
|
-
},
|
|
1622
|
-
pricing: {
|
|
1623
|
-
inputCostPer1K: 0.002,
|
|
1624
|
-
outputCostPer1K: 0.006,
|
|
1625
|
-
currency: "USD",
|
|
1626
|
-
},
|
|
1627
|
-
performance: {
|
|
1628
|
-
speed: "medium",
|
|
1629
|
-
quality: "high",
|
|
1630
|
-
accuracy: "high",
|
|
1631
|
-
},
|
|
1632
|
-
limits: {
|
|
1633
|
-
maxContextTokens: 131072,
|
|
1634
|
-
maxOutputTokens: 8192,
|
|
1635
|
-
maxRequestsPerMinute: 100,
|
|
1636
|
-
},
|
|
1637
|
-
useCases: {
|
|
1638
|
-
coding: 8,
|
|
1639
|
-
creative: 8,
|
|
1640
|
-
analysis: 9,
|
|
1641
|
-
conversation: 7,
|
|
1642
|
-
reasoning: 8,
|
|
1643
|
-
translation: 7,
|
|
1644
|
-
summarization: 8,
|
|
1645
|
-
},
|
|
1646
|
-
aliases: ["pixtral", "mistral-vision"],
|
|
1647
|
-
// Retired by Mistral on 2026-05-31. Kept so exact-id and alias lookups
|
|
1648
|
-
// still resolve for existing callers; `deprecated` removes it from
|
|
1649
|
-
// `models list` and the recommendation paths.
|
|
1650
|
-
deprecated: true,
|
|
1651
|
-
isLocal: false,
|
|
1652
|
-
releaseDate: "2024-09-01",
|
|
1653
|
-
category: "vision",
|
|
1654
|
-
},
|
|
1655
|
-
// Ollama Models (local)
|
|
1656
|
-
[OllamaModels.LLAMA4_LATEST]: {
|
|
1657
|
-
id: OllamaModels.LLAMA4_LATEST,
|
|
1658
|
-
name: "Llama 4",
|
|
1659
|
-
provider: AIProviderName.OLLAMA,
|
|
1660
|
-
description: "Latest Llama 4 with multimodal vision and tool capabilities, runs locally",
|
|
1661
|
-
capabilities: {
|
|
1662
|
-
vision: true,
|
|
1663
|
-
functionCalling: true,
|
|
1664
|
-
codeGeneration: true,
|
|
1665
|
-
reasoning: true,
|
|
1666
|
-
multimodal: true,
|
|
1667
|
-
streaming: true,
|
|
1668
|
-
jsonMode: true,
|
|
1669
|
-
},
|
|
1670
|
-
pricing: {
|
|
1671
|
-
inputCostPer1K: 0,
|
|
1672
|
-
outputCostPer1K: 0,
|
|
1673
|
-
currency: "USD",
|
|
1674
|
-
},
|
|
1675
|
-
performance: {
|
|
1676
|
-
speed: "medium",
|
|
1677
|
-
quality: "high",
|
|
1678
|
-
accuracy: "high",
|
|
1679
|
-
},
|
|
1680
|
-
limits: {
|
|
1681
|
-
maxContextTokens: 131072,
|
|
1682
|
-
maxOutputTokens: 8192,
|
|
1683
|
-
},
|
|
1684
|
-
useCases: {
|
|
1685
|
-
coding: 9,
|
|
1686
|
-
creative: 8,
|
|
1687
|
-
analysis: 9,
|
|
1688
|
-
conversation: 8,
|
|
1689
|
-
reasoning: 9,
|
|
1690
|
-
translation: 8,
|
|
1691
|
-
summarization: 8,
|
|
1692
|
-
},
|
|
1693
|
-
aliases: ["llama4", "llama4-local"],
|
|
1694
|
-
deprecated: false,
|
|
1695
|
-
isLocal: true,
|
|
1696
|
-
releaseDate: "2025-04-01",
|
|
1697
|
-
category: "reasoning",
|
|
1698
|
-
},
|
|
1699
|
-
[OllamaModels.LLAMA3_3_LATEST]: {
|
|
1700
|
-
id: OllamaModels.LLAMA3_3_LATEST,
|
|
1701
|
-
name: "Llama 3.3",
|
|
1702
|
-
provider: AIProviderName.OLLAMA,
|
|
1703
|
-
description: "High-performance Llama 3.3 for local inference",
|
|
1704
|
-
capabilities: {
|
|
1705
|
-
vision: false,
|
|
1706
|
-
functionCalling: true,
|
|
1707
|
-
codeGeneration: true,
|
|
1708
|
-
reasoning: true,
|
|
1709
|
-
multimodal: false,
|
|
1710
|
-
streaming: true,
|
|
1711
|
-
jsonMode: true,
|
|
1712
|
-
},
|
|
1713
|
-
pricing: {
|
|
1714
|
-
inputCostPer1K: 0,
|
|
1715
|
-
outputCostPer1K: 0,
|
|
1716
|
-
currency: "USD",
|
|
1717
|
-
},
|
|
1718
|
-
performance: {
|
|
1719
|
-
speed: "medium",
|
|
1720
|
-
quality: "high",
|
|
1721
|
-
accuracy: "high",
|
|
1722
|
-
},
|
|
1723
|
-
limits: {
|
|
1724
|
-
maxContextTokens: 131072,
|
|
1725
|
-
maxOutputTokens: 8192,
|
|
1726
|
-
},
|
|
1727
|
-
useCases: {
|
|
1728
|
-
coding: 8,
|
|
1729
|
-
creative: 8,
|
|
1730
|
-
analysis: 8,
|
|
1731
|
-
conversation: 8,
|
|
1732
|
-
reasoning: 8,
|
|
1733
|
-
translation: 8,
|
|
1734
|
-
summarization: 8,
|
|
1735
|
-
},
|
|
1736
|
-
aliases: ["llama3.3", "llama3.3-local"],
|
|
1737
|
-
deprecated: false,
|
|
1738
|
-
isLocal: true,
|
|
1739
|
-
releaseDate: "2024-12-01",
|
|
1740
|
-
category: "general",
|
|
1741
|
-
},
|
|
1742
|
-
[OllamaModels.LLAMA3_2_LATEST]: {
|
|
1743
|
-
id: OllamaModels.LLAMA3_2_LATEST,
|
|
1744
|
-
name: "Llama 3.2 Latest",
|
|
1745
|
-
provider: AIProviderName.OLLAMA,
|
|
1746
|
-
description: "Local Llama model for private, offline AI generation",
|
|
1747
|
-
capabilities: {
|
|
1748
|
-
vision: false,
|
|
1749
|
-
functionCalling: false,
|
|
1750
|
-
codeGeneration: true,
|
|
1751
|
-
reasoning: true,
|
|
1752
|
-
multimodal: false,
|
|
1753
|
-
streaming: true,
|
|
1754
|
-
jsonMode: false,
|
|
1755
|
-
},
|
|
1756
|
-
pricing: {
|
|
1757
|
-
inputCostPer1K: 0,
|
|
1758
|
-
outputCostPer1K: 0,
|
|
1759
|
-
currency: "USD",
|
|
1760
|
-
},
|
|
1761
|
-
performance: {
|
|
1762
|
-
speed: "fast",
|
|
1763
|
-
quality: "medium",
|
|
1764
|
-
accuracy: "medium",
|
|
1765
|
-
},
|
|
1766
|
-
limits: {
|
|
1767
|
-
maxContextTokens: 131072,
|
|
1768
|
-
maxOutputTokens: 8192,
|
|
1769
|
-
},
|
|
1770
|
-
useCases: {
|
|
1771
|
-
coding: 6,
|
|
1772
|
-
creative: 7,
|
|
1773
|
-
analysis: 6,
|
|
1774
|
-
conversation: 7,
|
|
1775
|
-
reasoning: 6,
|
|
1776
|
-
translation: 6,
|
|
1777
|
-
summarization: 6,
|
|
1778
|
-
},
|
|
1779
|
-
aliases: ["llama3.2", "llama", "local", "offline"],
|
|
1780
|
-
deprecated: false,
|
|
1781
|
-
isLocal: true,
|
|
1782
|
-
releaseDate: "2024-09-25",
|
|
1783
|
-
category: "general",
|
|
1784
|
-
},
|
|
1785
|
-
[OllamaModels.DEEPSEEK_R1_70B]: {
|
|
1786
|
-
id: OllamaModels.DEEPSEEK_R1_70B,
|
|
1787
|
-
name: "DeepSeek-R1 70B",
|
|
1788
|
-
provider: AIProviderName.OLLAMA,
|
|
1789
|
-
description: "State-of-the-art reasoning model rivaling OpenAI O1, runs locally",
|
|
1790
|
-
capabilities: {
|
|
1791
|
-
vision: false,
|
|
1792
|
-
functionCalling: false,
|
|
1793
|
-
codeGeneration: true,
|
|
1794
|
-
reasoning: true,
|
|
1795
|
-
multimodal: false,
|
|
1796
|
-
streaming: true,
|
|
1797
|
-
jsonMode: false,
|
|
1798
|
-
},
|
|
1799
|
-
pricing: {
|
|
1800
|
-
inputCostPer1K: 0,
|
|
1801
|
-
outputCostPer1K: 0,
|
|
1802
|
-
currency: "USD",
|
|
1803
|
-
},
|
|
1804
|
-
performance: {
|
|
1805
|
-
speed: "slow",
|
|
1806
|
-
quality: "high",
|
|
1807
|
-
accuracy: "high",
|
|
1808
|
-
},
|
|
1809
|
-
limits: {
|
|
1810
|
-
maxContextTokens: 65536,
|
|
1811
|
-
maxOutputTokens: 8192,
|
|
1812
|
-
},
|
|
1813
|
-
useCases: {
|
|
1814
|
-
coding: 10,
|
|
1815
|
-
creative: 7,
|
|
1816
|
-
analysis: 10,
|
|
1817
|
-
conversation: 6,
|
|
1818
|
-
reasoning: 10,
|
|
1819
|
-
translation: 7,
|
|
1820
|
-
summarization: 7,
|
|
1821
|
-
},
|
|
1822
|
-
aliases: ["deepseek-r1", "deepseek-reasoning", "local-reasoning"],
|
|
1823
|
-
deprecated: false,
|
|
1824
|
-
isLocal: true,
|
|
1825
|
-
releaseDate: "2025-01-20",
|
|
1826
|
-
category: "reasoning",
|
|
1827
|
-
},
|
|
1828
|
-
[OllamaModels.QWEN3_72B]: {
|
|
1829
|
-
id: OllamaModels.QWEN3_72B,
|
|
1830
|
-
name: "Qwen 3 72B",
|
|
1831
|
-
provider: AIProviderName.OLLAMA,
|
|
1832
|
-
description: "Advanced reasoning and multilingual model from Alibaba",
|
|
1833
|
-
capabilities: {
|
|
1834
|
-
vision: false,
|
|
1835
|
-
functionCalling: true,
|
|
1836
|
-
codeGeneration: true,
|
|
1837
|
-
reasoning: true,
|
|
1838
|
-
multimodal: false,
|
|
1839
|
-
streaming: true,
|
|
1840
|
-
jsonMode: true,
|
|
1841
|
-
},
|
|
1842
|
-
pricing: {
|
|
1843
|
-
inputCostPer1K: 0,
|
|
1844
|
-
outputCostPer1K: 0,
|
|
1845
|
-
currency: "USD",
|
|
1846
|
-
},
|
|
1847
|
-
performance: {
|
|
1848
|
-
speed: "slow",
|
|
1849
|
-
quality: "high",
|
|
1850
|
-
accuracy: "high",
|
|
1851
|
-
},
|
|
1852
|
-
limits: {
|
|
1853
|
-
maxContextTokens: 131072,
|
|
1854
|
-
maxOutputTokens: 8192,
|
|
1855
|
-
},
|
|
1856
|
-
useCases: {
|
|
1857
|
-
coding: 9,
|
|
1858
|
-
creative: 8,
|
|
1859
|
-
analysis: 9,
|
|
1860
|
-
conversation: 8,
|
|
1861
|
-
reasoning: 9,
|
|
1862
|
-
translation: 9,
|
|
1863
|
-
summarization: 8,
|
|
1864
|
-
},
|
|
1865
|
-
aliases: ["qwen3", "qwen3-72b-local"],
|
|
1866
|
-
deprecated: false,
|
|
1867
|
-
isLocal: true,
|
|
1868
|
-
releaseDate: "2025-04-01",
|
|
1869
|
-
category: "reasoning",
|
|
1870
|
-
},
|
|
1871
|
-
[OllamaModels.MISTRAL_LARGE_LATEST]: {
|
|
1872
|
-
id: OllamaModels.MISTRAL_LARGE_LATEST,
|
|
1873
|
-
name: "Mistral Large (Local)",
|
|
1874
|
-
provider: AIProviderName.OLLAMA,
|
|
1875
|
-
description: "Mistral Large model for local inference",
|
|
1876
|
-
capabilities: {
|
|
1877
|
-
vision: false,
|
|
1878
|
-
functionCalling: true,
|
|
1879
|
-
codeGeneration: true,
|
|
1880
|
-
reasoning: true,
|
|
1881
|
-
multimodal: false,
|
|
1882
|
-
streaming: true,
|
|
1883
|
-
jsonMode: true,
|
|
1884
|
-
},
|
|
1885
|
-
pricing: {
|
|
1886
|
-
inputCostPer1K: 0,
|
|
1887
|
-
outputCostPer1K: 0,
|
|
1888
|
-
currency: "USD",
|
|
1889
|
-
},
|
|
1890
|
-
performance: {
|
|
1891
|
-
speed: "slow",
|
|
1892
|
-
quality: "high",
|
|
1893
|
-
accuracy: "high",
|
|
1894
|
-
},
|
|
1895
|
-
limits: {
|
|
1896
|
-
maxContextTokens: 131072,
|
|
1897
|
-
maxOutputTokens: 8192,
|
|
1898
|
-
},
|
|
1899
|
-
useCases: {
|
|
1900
|
-
coding: 8,
|
|
1901
|
-
creative: 8,
|
|
1902
|
-
analysis: 8,
|
|
1903
|
-
conversation: 8,
|
|
1904
|
-
reasoning: 8,
|
|
1905
|
-
translation: 9,
|
|
1906
|
-
summarization: 8,
|
|
1907
|
-
},
|
|
1908
|
-
aliases: ["mistral-large-local"],
|
|
1909
|
-
deprecated: false,
|
|
1910
|
-
isLocal: true,
|
|
1911
|
-
releaseDate: "2024-02-26",
|
|
1912
|
-
category: "general",
|
|
1913
|
-
},
|
|
1914
|
-
// Bedrock Models
|
|
1915
|
-
[BedrockModels.NOVA_PREMIER]: {
|
|
1916
|
-
id: BedrockModels.NOVA_PREMIER,
|
|
1917
|
-
name: "Amazon Nova Premier",
|
|
1918
|
-
provider: AIProviderName.BEDROCK,
|
|
1919
|
-
description: "Amazon's most capable foundation model with advanced multimodal capabilities",
|
|
1920
|
-
capabilities: {
|
|
1921
|
-
vision: true,
|
|
1922
|
-
functionCalling: true,
|
|
1923
|
-
codeGeneration: true,
|
|
1924
|
-
reasoning: true,
|
|
1925
|
-
multimodal: true,
|
|
1926
|
-
streaming: true,
|
|
1927
|
-
jsonMode: true,
|
|
1928
|
-
},
|
|
1929
|
-
pricing: {
|
|
1930
|
-
inputCostPer1K: 0.0025,
|
|
1931
|
-
outputCostPer1K: 0.0125,
|
|
1932
|
-
currency: "USD",
|
|
1933
|
-
},
|
|
1934
|
-
performance: {
|
|
1935
|
-
speed: "medium",
|
|
1936
|
-
quality: "high",
|
|
1937
|
-
accuracy: "high",
|
|
1938
|
-
},
|
|
1939
|
-
limits: {
|
|
1940
|
-
maxContextTokens: 300000,
|
|
1941
|
-
maxOutputTokens: 5000,
|
|
1942
|
-
maxRequestsPerMinute: 100,
|
|
1943
|
-
},
|
|
1944
|
-
useCases: {
|
|
1945
|
-
coding: 9,
|
|
1946
|
-
creative: 9,
|
|
1947
|
-
analysis: 10,
|
|
1948
|
-
conversation: 8,
|
|
1949
|
-
reasoning: 9,
|
|
1950
|
-
translation: 8,
|
|
1951
|
-
summarization: 9,
|
|
1952
|
-
},
|
|
1953
|
-
aliases: ["nova-premier", "aws-flagship"],
|
|
1954
|
-
deprecated: false,
|
|
1955
|
-
isLocal: false,
|
|
1956
|
-
releaseDate: "2025-01-01",
|
|
1957
|
-
category: "reasoning",
|
|
1958
|
-
},
|
|
1959
|
-
[BedrockModels.NOVA_PRO]: {
|
|
1960
|
-
id: BedrockModels.NOVA_PRO,
|
|
1961
|
-
name: "Amazon Nova Pro",
|
|
1962
|
-
provider: AIProviderName.BEDROCK,
|
|
1963
|
-
description: "Highly capable multimodal model balancing accuracy and speed",
|
|
1964
|
-
capabilities: {
|
|
1965
|
-
vision: true,
|
|
1966
|
-
functionCalling: true,
|
|
1967
|
-
codeGeneration: true,
|
|
1968
|
-
reasoning: true,
|
|
1969
|
-
multimodal: true,
|
|
1970
|
-
streaming: true,
|
|
1971
|
-
jsonMode: true,
|
|
1972
|
-
},
|
|
1973
|
-
pricing: {
|
|
1974
|
-
inputCostPer1K: 0.0008,
|
|
1975
|
-
outputCostPer1K: 0.0032,
|
|
1976
|
-
currency: "USD",
|
|
1977
|
-
},
|
|
1978
|
-
performance: {
|
|
1979
|
-
speed: "fast",
|
|
1980
|
-
quality: "high",
|
|
1981
|
-
accuracy: "high",
|
|
1982
|
-
},
|
|
1983
|
-
limits: {
|
|
1984
|
-
maxContextTokens: 300000,
|
|
1985
|
-
maxOutputTokens: 5000,
|
|
1986
|
-
maxRequestsPerMinute: 200,
|
|
1987
|
-
},
|
|
1988
|
-
useCases: {
|
|
1989
|
-
coding: 8,
|
|
1990
|
-
creative: 8,
|
|
1991
|
-
analysis: 9,
|
|
1992
|
-
conversation: 8,
|
|
1993
|
-
reasoning: 8,
|
|
1994
|
-
translation: 8,
|
|
1995
|
-
summarization: 9,
|
|
1996
|
-
},
|
|
1997
|
-
aliases: ["nova-pro", "aws-balanced"],
|
|
1998
|
-
deprecated: false,
|
|
1999
|
-
isLocal: false,
|
|
2000
|
-
releaseDate: "2024-12-03",
|
|
2001
|
-
category: "general",
|
|
2002
|
-
},
|
|
2003
|
-
[BedrockModels.NOVA_LITE]: {
|
|
2004
|
-
id: BedrockModels.NOVA_LITE,
|
|
2005
|
-
name: "Amazon Nova Lite",
|
|
2006
|
-
provider: AIProviderName.BEDROCK,
|
|
2007
|
-
description: "Fast and cost-effective multimodal model optimized for everyday tasks",
|
|
2008
|
-
capabilities: {
|
|
2009
|
-
vision: true,
|
|
2010
|
-
functionCalling: true,
|
|
2011
|
-
codeGeneration: true,
|
|
2012
|
-
reasoning: true,
|
|
2013
|
-
multimodal: true,
|
|
2014
|
-
streaming: true,
|
|
2015
|
-
jsonMode: true,
|
|
2016
|
-
},
|
|
2017
|
-
pricing: {
|
|
2018
|
-
inputCostPer1K: 0.00006,
|
|
2019
|
-
outputCostPer1K: 0.00024,
|
|
2020
|
-
currency: "USD",
|
|
2021
|
-
},
|
|
2022
|
-
performance: {
|
|
2023
|
-
speed: "fast",
|
|
2024
|
-
quality: "high",
|
|
2025
|
-
accuracy: "high",
|
|
2026
|
-
},
|
|
2027
|
-
limits: {
|
|
2028
|
-
maxContextTokens: 300000,
|
|
2029
|
-
maxOutputTokens: 5000,
|
|
2030
|
-
maxRequestsPerMinute: 500,
|
|
2031
|
-
},
|
|
2032
|
-
useCases: {
|
|
2033
|
-
coding: 7,
|
|
2034
|
-
creative: 7,
|
|
2035
|
-
analysis: 8,
|
|
2036
|
-
conversation: 8,
|
|
2037
|
-
reasoning: 7,
|
|
2038
|
-
translation: 8,
|
|
2039
|
-
summarization: 9,
|
|
2040
|
-
},
|
|
2041
|
-
aliases: ["nova-lite", "aws-lite", "aws-cheap"],
|
|
2042
|
-
deprecated: false,
|
|
2043
|
-
isLocal: false,
|
|
2044
|
-
releaseDate: "2024-12-03",
|
|
2045
|
-
category: "general",
|
|
2046
|
-
},
|
|
2047
|
-
[BedrockModels.CLAUDE_4_5_OPUS]: {
|
|
2048
|
-
id: BedrockModels.CLAUDE_4_5_OPUS,
|
|
2049
|
-
name: "Claude 4.5 Opus (Bedrock)",
|
|
2050
|
-
provider: AIProviderName.BEDROCK,
|
|
2051
|
-
description: "Anthropic's most capable model available on Bedrock for enterprise workloads",
|
|
2052
|
-
capabilities: {
|
|
2053
|
-
vision: true,
|
|
2054
|
-
functionCalling: true,
|
|
2055
|
-
codeGeneration: true,
|
|
2056
|
-
reasoning: true,
|
|
2057
|
-
multimodal: true,
|
|
2058
|
-
streaming: true,
|
|
2059
|
-
jsonMode: false,
|
|
2060
|
-
},
|
|
2061
|
-
pricing: {
|
|
2062
|
-
inputCostPer1K: 0.015,
|
|
2063
|
-
outputCostPer1K: 0.075,
|
|
2064
|
-
currency: "USD",
|
|
2065
|
-
},
|
|
2066
|
-
performance: {
|
|
2067
|
-
speed: "medium",
|
|
2068
|
-
quality: "high",
|
|
2069
|
-
accuracy: "high",
|
|
2070
|
-
},
|
|
2071
|
-
limits: {
|
|
2072
|
-
maxContextTokens: 200000,
|
|
2073
|
-
maxOutputTokens: 64000,
|
|
2074
|
-
maxRequestsPerMinute: 50,
|
|
2075
|
-
},
|
|
2076
|
-
useCases: {
|
|
2077
|
-
coding: 10,
|
|
2078
|
-
creative: 10,
|
|
2079
|
-
analysis: 10,
|
|
2080
|
-
conversation: 9,
|
|
2081
|
-
reasoning: 10,
|
|
2082
|
-
translation: 9,
|
|
2083
|
-
summarization: 9,
|
|
2084
|
-
},
|
|
2085
|
-
aliases: ["bedrock-claude-4.5-opus", "bedrock-claude-flagship"],
|
|
2086
|
-
deprecated: false,
|
|
2087
|
-
isLocal: false,
|
|
2088
|
-
releaseDate: "2025-11-24",
|
|
2089
|
-
category: "reasoning",
|
|
2090
|
-
},
|
|
2091
|
-
[BedrockModels.LLAMA_4_MAVERICK_17B]: {
|
|
2092
|
-
id: BedrockModels.LLAMA_4_MAVERICK_17B,
|
|
2093
|
-
name: "Llama 4 Maverick (Bedrock)",
|
|
2094
|
-
provider: AIProviderName.BEDROCK,
|
|
2095
|
-
description: "Meta's latest Llama 4 model with vision on Bedrock",
|
|
2096
|
-
capabilities: {
|
|
2097
|
-
vision: true,
|
|
2098
|
-
functionCalling: true,
|
|
2099
|
-
codeGeneration: true,
|
|
2100
|
-
reasoning: true,
|
|
2101
|
-
multimodal: true,
|
|
2102
|
-
streaming: true,
|
|
2103
|
-
jsonMode: true,
|
|
2104
|
-
},
|
|
2105
|
-
pricing: {
|
|
2106
|
-
inputCostPer1K: 0.00019,
|
|
2107
|
-
outputCostPer1K: 0.00055,
|
|
2108
|
-
currency: "USD",
|
|
2109
|
-
},
|
|
2110
|
-
performance: {
|
|
2111
|
-
speed: "fast",
|
|
2112
|
-
quality: "high",
|
|
2113
|
-
accuracy: "high",
|
|
2114
|
-
},
|
|
2115
|
-
limits: {
|
|
2116
|
-
maxContextTokens: 131072,
|
|
2117
|
-
maxOutputTokens: 8192,
|
|
2118
|
-
maxRequestsPerMinute: 200,
|
|
2119
|
-
},
|
|
2120
|
-
useCases: {
|
|
2121
|
-
coding: 8,
|
|
2122
|
-
creative: 8,
|
|
2123
|
-
analysis: 8,
|
|
2124
|
-
conversation: 8,
|
|
2125
|
-
reasoning: 8,
|
|
2126
|
-
translation: 8,
|
|
2127
|
-
summarization: 8,
|
|
2128
|
-
},
|
|
2129
|
-
aliases: ["bedrock-llama4", "bedrock-llama-maverick"],
|
|
2130
|
-
deprecated: false,
|
|
2131
|
-
isLocal: false,
|
|
2132
|
-
releaseDate: "2025-04-01",
|
|
2133
|
-
category: "general",
|
|
2134
|
-
},
|
|
2135
|
-
// Azure OpenAI GPT-5.1 Series (Latest - December 2025)
|
|
2136
|
-
[AzureOpenAIModels.GPT_5_1]: {
|
|
2137
|
-
id: AzureOpenAIModels.GPT_5_1,
|
|
2138
|
-
name: "GPT-5.1 (Azure)",
|
|
2139
|
-
provider: AIProviderName.AZURE,
|
|
2140
|
-
description: "Azure's latest GPT-5.1 flagship model with enhanced reasoning and multimodal capabilities",
|
|
2141
|
-
capabilities: {
|
|
2142
|
-
vision: true,
|
|
2143
|
-
functionCalling: true,
|
|
2144
|
-
codeGeneration: true,
|
|
2145
|
-
reasoning: true,
|
|
2146
|
-
multimodal: true,
|
|
2147
|
-
streaming: true,
|
|
2148
|
-
jsonMode: true,
|
|
2149
|
-
},
|
|
2150
|
-
pricing: {
|
|
2151
|
-
inputCostPer1K: 0.015,
|
|
2152
|
-
outputCostPer1K: 0.045,
|
|
2153
|
-
currency: "USD",
|
|
2154
|
-
},
|
|
2155
|
-
performance: {
|
|
2156
|
-
speed: "medium",
|
|
2157
|
-
quality: "high",
|
|
2158
|
-
accuracy: "high",
|
|
2159
|
-
},
|
|
2160
|
-
limits: {
|
|
2161
|
-
maxContextTokens: 300000,
|
|
2162
|
-
maxOutputTokens: 64000,
|
|
2163
|
-
maxRequestsPerMinute: 100,
|
|
2164
|
-
},
|
|
2165
|
-
useCases: {
|
|
2166
|
-
coding: 10,
|
|
2167
|
-
creative: 10,
|
|
2168
|
-
analysis: 10,
|
|
2169
|
-
conversation: 10,
|
|
2170
|
-
reasoning: 10,
|
|
2171
|
-
translation: 9,
|
|
2172
|
-
summarization: 9,
|
|
2173
|
-
},
|
|
2174
|
-
aliases: ["azure-gpt-5.1", "gpt51-azure", "azure-flagship"],
|
|
2175
|
-
deprecated: false,
|
|
2176
|
-
isLocal: false,
|
|
2177
|
-
releaseDate: "2025-12-01",
|
|
2178
|
-
category: "reasoning",
|
|
2179
|
-
},
|
|
2180
|
-
[AzureOpenAIModels.GPT_5_1_CHAT]: {
|
|
2181
|
-
id: AzureOpenAIModels.GPT_5_1_CHAT,
|
|
2182
|
-
name: "GPT-5.1 Chat (Azure)",
|
|
2183
|
-
provider: AIProviderName.AZURE,
|
|
2184
|
-
description: "Azure GPT-5.1 optimized for conversational interactions",
|
|
2185
|
-
capabilities: {
|
|
2186
|
-
vision: true,
|
|
2187
|
-
functionCalling: true,
|
|
2188
|
-
codeGeneration: true,
|
|
2189
|
-
reasoning: true,
|
|
2190
|
-
multimodal: true,
|
|
2191
|
-
streaming: true,
|
|
2192
|
-
jsonMode: true,
|
|
2193
|
-
},
|
|
2194
|
-
pricing: {
|
|
2195
|
-
inputCostPer1K: 0.012,
|
|
2196
|
-
outputCostPer1K: 0.036,
|
|
2197
|
-
currency: "USD",
|
|
2198
|
-
},
|
|
2199
|
-
performance: {
|
|
2200
|
-
speed: "fast",
|
|
2201
|
-
quality: "high",
|
|
2202
|
-
accuracy: "high",
|
|
2203
|
-
},
|
|
2204
|
-
limits: {
|
|
2205
|
-
maxContextTokens: 300000,
|
|
2206
|
-
maxOutputTokens: 32000,
|
|
2207
|
-
maxRequestsPerMinute: 150,
|
|
2208
|
-
},
|
|
2209
|
-
useCases: {
|
|
2210
|
-
coding: 8,
|
|
2211
|
-
creative: 9,
|
|
2212
|
-
analysis: 9,
|
|
2213
|
-
conversation: 10,
|
|
2214
|
-
reasoning: 9,
|
|
2215
|
-
translation: 9,
|
|
2216
|
-
summarization: 9,
|
|
2217
|
-
},
|
|
2218
|
-
aliases: ["azure-gpt-5.1-chat", "gpt51-chat-azure"],
|
|
2219
|
-
deprecated: false,
|
|
2220
|
-
isLocal: false,
|
|
2221
|
-
releaseDate: "2025-12-01",
|
|
2222
|
-
category: "general",
|
|
2223
|
-
},
|
|
2224
|
-
[AzureOpenAIModels.GPT_5_1_CODEX]: {
|
|
2225
|
-
id: AzureOpenAIModels.GPT_5_1_CODEX,
|
|
2226
|
-
name: "GPT-5.1 Codex (Azure)",
|
|
2227
|
-
provider: AIProviderName.AZURE,
|
|
2228
|
-
description: "Azure GPT-5.1 specialized for code generation and software development",
|
|
2229
|
-
capabilities: {
|
|
2230
|
-
vision: true,
|
|
2231
|
-
functionCalling: true,
|
|
2232
|
-
codeGeneration: true,
|
|
2233
|
-
reasoning: true,
|
|
2234
|
-
multimodal: true,
|
|
2235
|
-
streaming: true,
|
|
2236
|
-
jsonMode: true,
|
|
2237
|
-
},
|
|
2238
|
-
pricing: {
|
|
2239
|
-
inputCostPer1K: 0.012,
|
|
2240
|
-
outputCostPer1K: 0.036,
|
|
2241
|
-
currency: "USD",
|
|
2242
|
-
},
|
|
2243
|
-
performance: {
|
|
2244
|
-
speed: "medium",
|
|
2245
|
-
quality: "high",
|
|
2246
|
-
accuracy: "high",
|
|
2247
|
-
},
|
|
2248
|
-
limits: {
|
|
2249
|
-
maxContextTokens: 300000,
|
|
2250
|
-
maxOutputTokens: 64000,
|
|
2251
|
-
maxRequestsPerMinute: 100,
|
|
2252
|
-
},
|
|
2253
|
-
useCases: {
|
|
2254
|
-
coding: 10,
|
|
2255
|
-
creative: 7,
|
|
2256
|
-
analysis: 9,
|
|
2257
|
-
conversation: 7,
|
|
2258
|
-
reasoning: 10,
|
|
2259
|
-
translation: 7,
|
|
2260
|
-
summarization: 8,
|
|
2261
|
-
},
|
|
2262
|
-
aliases: ["azure-gpt-5.1-codex", "gpt51-codex-azure", "azure-code"],
|
|
2263
|
-
deprecated: false,
|
|
2264
|
-
isLocal: false,
|
|
2265
|
-
releaseDate: "2025-12-01",
|
|
2266
|
-
category: "coding",
|
|
2267
|
-
},
|
|
2268
|
-
[AzureOpenAIModels.GPT_5_1_CODEX_MINI]: {
|
|
2269
|
-
id: AzureOpenAIModels.GPT_5_1_CODEX_MINI,
|
|
2270
|
-
name: "GPT-5.1 Codex Mini (Azure)",
|
|
2271
|
-
provider: AIProviderName.AZURE,
|
|
2272
|
-
description: "Fast and efficient Azure code model for quick development tasks",
|
|
2273
|
-
capabilities: {
|
|
2274
|
-
vision: true,
|
|
2275
|
-
functionCalling: true,
|
|
2276
|
-
codeGeneration: true,
|
|
2277
|
-
reasoning: true,
|
|
2278
|
-
multimodal: true,
|
|
2279
|
-
streaming: true,
|
|
2280
|
-
jsonMode: true,
|
|
2281
|
-
},
|
|
2282
|
-
pricing: {
|
|
2283
|
-
inputCostPer1K: 0.003,
|
|
2284
|
-
outputCostPer1K: 0.009,
|
|
2285
|
-
currency: "USD",
|
|
2286
|
-
},
|
|
2287
|
-
performance: {
|
|
2288
|
-
speed: "fast",
|
|
2289
|
-
quality: "high",
|
|
2290
|
-
accuracy: "high",
|
|
2291
|
-
},
|
|
2292
|
-
limits: {
|
|
2293
|
-
maxContextTokens: 200000,
|
|
2294
|
-
maxOutputTokens: 32000,
|
|
2295
|
-
maxRequestsPerMinute: 300,
|
|
2296
|
-
},
|
|
2297
|
-
useCases: {
|
|
2298
|
-
coding: 9,
|
|
2299
|
-
creative: 6,
|
|
2300
|
-
analysis: 8,
|
|
2301
|
-
conversation: 7,
|
|
2302
|
-
reasoning: 8,
|
|
2303
|
-
translation: 6,
|
|
2304
|
-
summarization: 7,
|
|
2305
|
-
},
|
|
2306
|
-
aliases: ["azure-gpt-5.1-codex-mini", "gpt51-codex-mini-azure"],
|
|
2307
|
-
deprecated: false,
|
|
2308
|
-
isLocal: false,
|
|
2309
|
-
releaseDate: "2025-12-01",
|
|
2310
|
-
category: "coding",
|
|
2311
|
-
},
|
|
2312
|
-
[AzureOpenAIModels.GPT_5_1_CODEX_MAX]: {
|
|
2313
|
-
id: AzureOpenAIModels.GPT_5_1_CODEX_MAX,
|
|
2314
|
-
name: "GPT-5.1 Codex Max (Azure)",
|
|
2315
|
-
provider: AIProviderName.AZURE,
|
|
2316
|
-
description: "Azure's most powerful code model for complex enterprise development",
|
|
2317
|
-
capabilities: {
|
|
2318
|
-
vision: true,
|
|
2319
|
-
functionCalling: true,
|
|
2320
|
-
codeGeneration: true,
|
|
2321
|
-
reasoning: true,
|
|
2322
|
-
multimodal: true,
|
|
2323
|
-
streaming: true,
|
|
2324
|
-
jsonMode: true,
|
|
2325
|
-
},
|
|
2326
|
-
pricing: {
|
|
2327
|
-
inputCostPer1K: 0.025,
|
|
2328
|
-
outputCostPer1K: 0.075,
|
|
2329
|
-
currency: "USD",
|
|
2330
|
-
},
|
|
2331
|
-
performance: {
|
|
2332
|
-
speed: "slow",
|
|
2333
|
-
quality: "high",
|
|
2334
|
-
accuracy: "high",
|
|
2335
|
-
},
|
|
2336
|
-
limits: {
|
|
2337
|
-
maxContextTokens: 500000,
|
|
2338
|
-
maxOutputTokens: 128000,
|
|
2339
|
-
maxRequestsPerMinute: 50,
|
|
2340
|
-
},
|
|
2341
|
-
useCases: {
|
|
2342
|
-
coding: 10,
|
|
2343
|
-
creative: 8,
|
|
2344
|
-
analysis: 10,
|
|
2345
|
-
conversation: 7,
|
|
2346
|
-
reasoning: 10,
|
|
2347
|
-
translation: 7,
|
|
2348
|
-
summarization: 8,
|
|
2349
|
-
},
|
|
2350
|
-
aliases: [
|
|
2351
|
-
"azure-gpt-5.1-codex-max",
|
|
2352
|
-
"gpt51-codex-max-azure",
|
|
2353
|
-
"azure-enterprise",
|
|
2354
|
-
],
|
|
2355
|
-
deprecated: false,
|
|
2356
|
-
isLocal: false,
|
|
2357
|
-
releaseDate: "2025-12-01",
|
|
2358
|
-
category: "coding",
|
|
2359
|
-
},
|
|
2360
|
-
// Azure OpenAI GPT-5.0 Series (Azure-unique variants only)
|
|
2361
|
-
[AzureOpenAIModels.GPT_5_PRO]: {
|
|
2362
|
-
id: AzureOpenAIModels.GPT_5_PRO,
|
|
2363
|
-
name: "GPT-5 Pro (Azure)",
|
|
2364
|
-
provider: AIProviderName.AZURE,
|
|
2365
|
-
description: "Azure GPT-5 Pro with enhanced enterprise features",
|
|
2366
|
-
capabilities: {
|
|
2367
|
-
vision: true,
|
|
2368
|
-
functionCalling: true,
|
|
2369
|
-
codeGeneration: true,
|
|
2370
|
-
reasoning: true,
|
|
2371
|
-
multimodal: true,
|
|
2372
|
-
streaming: true,
|
|
2373
|
-
jsonMode: true,
|
|
2374
|
-
},
|
|
2375
|
-
pricing: {
|
|
2376
|
-
inputCostPer1K: 0.02,
|
|
2377
|
-
outputCostPer1K: 0.06,
|
|
2378
|
-
currency: "USD",
|
|
2379
|
-
},
|
|
2380
|
-
performance: {
|
|
2381
|
-
speed: "medium",
|
|
2382
|
-
quality: "high",
|
|
2383
|
-
accuracy: "high",
|
|
2384
|
-
},
|
|
2385
|
-
limits: {
|
|
2386
|
-
maxContextTokens: 256000,
|
|
2387
|
-
maxOutputTokens: 64000,
|
|
2388
|
-
maxRequestsPerMinute: 100,
|
|
2389
|
-
},
|
|
2390
|
-
useCases: {
|
|
2391
|
-
coding: 10,
|
|
2392
|
-
creative: 10,
|
|
2393
|
-
analysis: 10,
|
|
2394
|
-
conversation: 9,
|
|
2395
|
-
reasoning: 10,
|
|
2396
|
-
translation: 9,
|
|
2397
|
-
summarization: 9,
|
|
2398
|
-
},
|
|
2399
|
-
aliases: ["azure-gpt-5-pro", "gpt5-pro-azure"],
|
|
2400
|
-
deprecated: false,
|
|
2401
|
-
isLocal: false,
|
|
2402
|
-
releaseDate: "2025-08-07",
|
|
2403
|
-
category: "reasoning",
|
|
2404
|
-
},
|
|
2405
|
-
[AzureOpenAIModels.GPT_5_TURBO]: {
|
|
2406
|
-
id: AzureOpenAIModels.GPT_5_TURBO,
|
|
2407
|
-
name: "GPT-5 Turbo (Azure)",
|
|
2408
|
-
provider: AIProviderName.AZURE,
|
|
2409
|
-
description: "Azure GPT-5 Turbo optimized for fast responses",
|
|
2410
|
-
capabilities: {
|
|
2411
|
-
vision: true,
|
|
2412
|
-
functionCalling: true,
|
|
2413
|
-
codeGeneration: true,
|
|
2414
|
-
reasoning: true,
|
|
2415
|
-
multimodal: true,
|
|
2416
|
-
streaming: true,
|
|
2417
|
-
jsonMode: true,
|
|
2418
|
-
},
|
|
2419
|
-
pricing: {
|
|
2420
|
-
inputCostPer1K: 0.008,
|
|
2421
|
-
outputCostPer1K: 0.024,
|
|
2422
|
-
currency: "USD",
|
|
2423
|
-
},
|
|
2424
|
-
performance: {
|
|
2425
|
-
speed: "fast",
|
|
2426
|
-
quality: "high",
|
|
2427
|
-
accuracy: "high",
|
|
2428
|
-
},
|
|
2429
|
-
limits: {
|
|
2430
|
-
maxContextTokens: 200000,
|
|
2431
|
-
maxOutputTokens: 32768,
|
|
2432
|
-
maxRequestsPerMinute: 300,
|
|
2433
|
-
},
|
|
2434
|
-
useCases: {
|
|
2435
|
-
coding: 9,
|
|
2436
|
-
creative: 9,
|
|
2437
|
-
analysis: 9,
|
|
2438
|
-
conversation: 9,
|
|
2439
|
-
reasoning: 9,
|
|
2440
|
-
translation: 9,
|
|
2441
|
-
summarization: 9,
|
|
2442
|
-
},
|
|
2443
|
-
aliases: ["azure-gpt-5-turbo", "gpt5-turbo-azure"],
|
|
2444
|
-
// Azure OpenAI has never published a "gpt-5-turbo"; the id cannot be
|
|
2445
|
-
// deployed. Flagged so it stops being offered as a live choice.
|
|
2446
|
-
deprecated: true,
|
|
2447
|
-
isLocal: false,
|
|
2448
|
-
releaseDate: "2025-08-07",
|
|
2449
|
-
category: "general",
|
|
2450
|
-
},
|
|
2451
|
-
// Note: Azure models like O3, O4-mini, GPT-4o share IDs with OpenAI and use the OpenAI registry entries
|
|
2452
|
-
};
|
|
2453
|
-
/**
|
|
2454
|
-
* Model aliases registry for quick resolution
|
|
2455
|
-
*/
|
|
2456
|
-
export const MODEL_ALIASES = {};
|
|
2457
|
-
// Build aliases from model data
|
|
2458
|
-
Object.values(MODEL_REGISTRY).forEach((model) => {
|
|
2459
|
-
model.aliases.forEach((alias) => {
|
|
2460
|
-
MODEL_ALIASES[alias.toLowerCase()] = model.id;
|
|
2461
|
-
});
|
|
2462
|
-
});
|
|
2463
|
-
// Pull canonical alias recommendations from core/types
|
|
2464
|
-
Object.entries(DEFAULT_MODEL_ALIASES).forEach(([k, v]) => {
|
|
2465
|
-
MODEL_ALIASES[k.toLowerCase().replace(/_/g, "-")] = v;
|
|
2466
|
-
});
|
|
2467
|
-
MODEL_ALIASES.local = OllamaModels.LLAMA3_2_LATEST;
|
|
2468
|
-
/**
|
|
2469
|
-
* Use case to model mappings
|
|
2470
|
-
*/
|
|
2471
|
-
export const USE_CASE_RECOMMENDATIONS = {
|
|
2472
|
-
coding: [
|
|
2473
|
-
OpenAIModels.GPT_5_2_PRO,
|
|
2474
|
-
AnthropicModels.CLAUDE_OPUS_4_5,
|
|
2475
|
-
OpenAIModels.GPT_5_2,
|
|
2476
|
-
MistralModels.CODESTRAL_LATEST,
|
|
2477
|
-
AnthropicModels.CLAUDE_SONNET_4_5,
|
|
2478
|
-
],
|
|
2479
|
-
creative: [
|
|
2480
|
-
OpenAIModels.GPT_5_2,
|
|
2481
|
-
AnthropicModels.CLAUDE_OPUS_4_5,
|
|
2482
|
-
OpenAIModels.GPT_5,
|
|
2483
|
-
GoogleAIModels.GEMINI_2_5_PRO,
|
|
2484
|
-
],
|
|
2485
|
-
analysis: [
|
|
2486
|
-
OpenAIModels.GPT_5_2_PRO,
|
|
2487
|
-
GoogleAIModels.GEMINI_2_5_PRO,
|
|
2488
|
-
AnthropicModels.CLAUDE_OPUS_4_5,
|
|
2489
|
-
OpenAIModels.O3,
|
|
2490
|
-
BedrockModels.NOVA_PREMIER,
|
|
2491
|
-
],
|
|
2492
|
-
conversation: [
|
|
2493
|
-
OpenAIModels.GPT_5_2_CHAT_LATEST,
|
|
2494
|
-
OpenAIModels.GPT_5,
|
|
2495
|
-
AnthropicModels.CLAUDE_SONNET_4_5,
|
|
2496
|
-
OpenAIModels.GPT_4O,
|
|
2497
|
-
],
|
|
2498
|
-
reasoning: [
|
|
2499
|
-
OpenAIModels.GPT_5_2_PRO,
|
|
2500
|
-
OpenAIModels.GPT_5_2,
|
|
2501
|
-
OpenAIModels.O3,
|
|
2502
|
-
AnthropicModels.CLAUDE_OPUS_4_5,
|
|
2503
|
-
GoogleAIModels.GEMINI_2_5_PRO,
|
|
2504
|
-
OllamaModels.DEEPSEEK_R1_70B,
|
|
2505
|
-
],
|
|
2506
|
-
translation: [
|
|
2507
|
-
GoogleAIModels.GEMINI_2_5_PRO,
|
|
2508
|
-
MistralModels.MISTRAL_LARGE_LATEST,
|
|
2509
|
-
OpenAIModels.GPT_5,
|
|
2510
|
-
],
|
|
2511
|
-
summarization: [
|
|
2512
|
-
GoogleAIModels.GEMINI_2_5_FLASH,
|
|
2513
|
-
OpenAIModels.GPT_5_MINI,
|
|
2514
|
-
AnthropicModels.CLAUDE_4_5_HAIKU,
|
|
2515
|
-
],
|
|
2516
|
-
"cost-effective": [
|
|
2517
|
-
GoogleAIModels.GEMINI_2_5_FLASH,
|
|
2518
|
-
OpenAIModels.GPT_4O_MINI,
|
|
2519
|
-
MistralModels.MISTRAL_SMALL_LATEST,
|
|
2520
|
-
BedrockModels.NOVA_LITE,
|
|
2521
|
-
],
|
|
2522
|
-
"high-quality": [
|
|
2523
|
-
OpenAIModels.GPT_5_2_PRO,
|
|
2524
|
-
OpenAIModels.GPT_5_2,
|
|
2525
|
-
AnthropicModels.CLAUDE_OPUS_4_5,
|
|
2526
|
-
GoogleAIModels.GEMINI_2_5_PRO,
|
|
2527
|
-
],
|
|
2528
|
-
fast: [
|
|
2529
|
-
OpenAIModels.GPT_5_2_CHAT_LATEST,
|
|
2530
|
-
OpenAIModels.GPT_5_MINI,
|
|
2531
|
-
GoogleAIModels.GEMINI_2_5_FLASH,
|
|
2532
|
-
AnthropicModels.CLAUDE_4_5_HAIKU,
|
|
2533
|
-
OpenAIModels.O3_MINI,
|
|
2534
|
-
],
|
|
2535
|
-
local: [
|
|
2536
|
-
OllamaModels.LLAMA4_LATEST,
|
|
2537
|
-
OllamaModels.DEEPSEEK_R1_70B,
|
|
2538
|
-
OllamaModels.QWEN3_72B,
|
|
2539
|
-
OllamaModels.LLAMA3_3_LATEST,
|
|
2540
|
-
],
|
|
2541
|
-
multimodal: [
|
|
2542
|
-
OpenAIModels.GPT_5_2,
|
|
2543
|
-
OpenAIModels.GPT_5_2_PRO,
|
|
2544
|
-
AnthropicModels.CLAUDE_OPUS_4_5,
|
|
2545
|
-
GoogleAIModels.GEMINI_2_5_PRO,
|
|
2546
|
-
// Mistral's Pixtral Large sat here until it was retired on 2026-05-31.
|
|
2547
|
-
// Left without a substitute rather than guessing at a replacement's
|
|
2548
|
-
// vision support.
|
|
2549
|
-
BedrockModels.NOVA_PREMIER,
|
|
2550
|
-
],
|
|
2551
|
-
};
|
|
2552
|
-
/**
|
|
2553
|
-
* Get all models
|
|
2554
|
-
*/
|
|
2555
|
-
export function getAllModels() {
|
|
2556
|
-
return Object.values(MODEL_REGISTRY);
|
|
2557
|
-
}
|
|
2558
|
-
/**
|
|
2559
|
-
* Get model by ID
|
|
2560
|
-
*/
|
|
2561
|
-
export function getModelById(id) {
|
|
2562
|
-
return MODEL_REGISTRY[id];
|
|
2563
|
-
}
|
|
2564
|
-
/**
|
|
2565
|
-
* Check whether a model supports a registered capability.
|
|
2566
|
-
*
|
|
2567
|
-
* Aliases resolve to their canonical model ID before the provider is
|
|
2568
|
-
* cross-checked. Unknown provider/model pairs default to supported so new or
|
|
2569
|
-
* custom models retain the existing behavior until capability data is added.
|
|
2570
|
-
*/
|
|
2571
|
-
export function modelSupports(capability, provider, model) {
|
|
2572
|
-
const normalizedModel = model.toLowerCase();
|
|
2573
|
-
const modelId = MODEL_ALIASES[normalizedModel] ?? normalizedModel;
|
|
2574
|
-
const modelInfo = MODEL_REGISTRY[modelId];
|
|
2575
|
-
if (!modelInfo || modelInfo.provider !== provider.toLowerCase()) {
|
|
2576
|
-
return true;
|
|
2577
|
-
}
|
|
2578
|
-
// Optional capabilities (e.g. samplingParams) default to supported.
|
|
2579
|
-
return modelInfo.capabilities[capability] ?? true;
|
|
2580
|
-
}
|
|
2581
|
-
/**
|
|
2582
|
-
* Model families known to reject classic sampling parameters
|
|
2583
|
-
* (`temperature` / `topP`) in favour of reasoning-effort controls:
|
|
2584
|
-
* Claude Sonnet 5, Opus 4.7+ (including Opus 5), and the Fable/Mythos 5
|
|
2585
|
-
* tier — notably as served through Vertex. Kept as patterns because gateway
|
|
2586
|
-
* model ids carry arbitrary prefixes/suffixes
|
|
2587
|
-
* (`vertex_ai/claude-sonnet-5@20260203`) that exact registry ids can't cover.
|
|
2588
|
-
*/
|
|
2589
|
-
const SAMPLING_PARAM_REJECTING_FAMILIES = [
|
|
2590
|
-
/sonnet[-_.]?5(?![0-9])/i,
|
|
2591
|
-
/opus[-_.]?4[-_.]?(?:[7-9]|\d{2,})(?![0-9])/i,
|
|
2592
|
-
/opus[-_.]?5(?![0-9])/i,
|
|
2593
|
-
/fable/i,
|
|
2594
|
-
/mythos/i,
|
|
2595
|
-
];
|
|
2596
|
-
/**
|
|
2597
|
-
* Whether a model accepts classic sampling parameters
|
|
2598
|
-
* (`temperature` / `topP`).
|
|
2599
|
-
*
|
|
2600
|
-
* Resolution order: an explicit `capabilities.samplingParams` on a matching
|
|
2601
|
-
* registry entry wins; otherwise the known rejecting-family patterns decide.
|
|
2602
|
-
* Unknown models default to supported (same fail-open contract as
|
|
2603
|
-
* `modelSupports`). Providers strip the parameters — including on
|
|
2604
|
-
* retry/fallback request rebuilds — when this returns false.
|
|
2605
|
-
*/
|
|
2606
|
-
export function modelSupportsSamplingParams(provider, model) {
|
|
2607
|
-
const normalizedModel = (model ?? "").toLowerCase();
|
|
2608
|
-
if (!normalizedModel) {
|
|
2609
|
-
return true;
|
|
2610
|
-
}
|
|
2611
|
-
const modelId = MODEL_ALIASES[normalizedModel] ?? normalizedModel;
|
|
2612
|
-
const modelInfo = MODEL_REGISTRY[modelId];
|
|
2613
|
-
if (modelInfo &&
|
|
2614
|
-
modelInfo.provider === provider.toLowerCase() &&
|
|
2615
|
-
modelInfo.capabilities.samplingParams !== undefined) {
|
|
2616
|
-
return modelInfo.capabilities.samplingParams;
|
|
2617
|
-
}
|
|
2618
|
-
return !SAMPLING_PARAM_REJECTING_FAMILIES.some((family) => family.test(modelId) || family.test(normalizedModel));
|
|
2619
|
-
}
|
|
2620
|
-
/**
|
|
2621
|
-
* Sampling params to actually send for a model: passthrough when supported,
|
|
2622
|
-
* `{}` (with a debug log) when the model rejects them. Apply at every
|
|
2623
|
-
* request-build site, including retry/fallback rebuilds.
|
|
2624
|
-
*/
|
|
2625
|
-
export function resolveSamplingParams(provider, model, params, site) {
|
|
2626
|
-
if (modelSupportsSamplingParams(provider, model)) {
|
|
2627
|
-
return params;
|
|
2628
|
-
}
|
|
2629
|
-
if (params.temperature !== undefined || params.topP !== undefined) {
|
|
2630
|
-
logger.debug(`[ModelRegistry] Stripping sampling params for ${provider}/${model} at ${site} — model rejects temperature/topP`, {
|
|
2631
|
-
provider,
|
|
2632
|
-
model,
|
|
2633
|
-
site,
|
|
2634
|
-
hadTemperature: params.temperature !== undefined,
|
|
2635
|
-
hadTopP: params.topP !== undefined,
|
|
2636
|
-
});
|
|
2637
|
-
}
|
|
2638
|
-
return {};
|
|
2639
|
-
}
|
|
2640
|
-
/**
|
|
2641
|
-
* Get models by provider
|
|
2642
|
-
*/
|
|
2643
|
-
export function getModelsByProvider(provider) {
|
|
2644
|
-
return Object.values(MODEL_REGISTRY).filter((model) => model.provider === provider);
|
|
2645
|
-
}
|
|
2646
|
-
/**
|
|
2647
|
-
* Get available providers
|
|
2648
|
-
*/
|
|
2649
|
-
export function getAvailableProviders() {
|
|
2650
|
-
const providers = new Set();
|
|
2651
|
-
Object.values(MODEL_REGISTRY).forEach((model) => {
|
|
2652
|
-
providers.add(model.provider);
|
|
2653
|
-
});
|
|
2654
|
-
return Array.from(providers);
|
|
2655
|
-
}
|
|
2656
|
-
/**
|
|
2657
|
-
* Calculate estimated cost for a request
|
|
2658
|
-
*/
|
|
2659
|
-
export function calculateCost(model, input, output) {
|
|
2660
|
-
const inputCost = (input / 1000) * model.pricing.inputCostPer1K;
|
|
2661
|
-
const outputCost = (output / 1000) * model.pricing.outputCostPer1K;
|
|
2662
|
-
return inputCost + outputCost;
|
|
2663
|
-
}
|
|
2664
|
-
/**
|
|
2665
|
-
* Format model for display
|
|
2666
|
-
*/
|
|
2667
|
-
export function formatModelForDisplay(model) {
|
|
2668
|
-
const result = {
|
|
2669
|
-
id: model.id,
|
|
2670
|
-
name: model.name,
|
|
2671
|
-
provider: model.provider,
|
|
2672
|
-
description: model.description,
|
|
2673
|
-
category: model.category,
|
|
2674
|
-
capabilities: Object.entries(model.capabilities)
|
|
2675
|
-
.filter(([_, supported]) => supported)
|
|
2676
|
-
.map(([capability]) => capability),
|
|
2677
|
-
pricing: {
|
|
2678
|
-
input: `$${model.pricing.inputCostPer1K.toFixed(6)}/1K tokens`,
|
|
2679
|
-
output: `$${model.pricing.outputCostPer1K.toFixed(6)}/1K tokens`,
|
|
2680
|
-
},
|
|
2681
|
-
performance: {
|
|
2682
|
-
speed: model.performance.speed,
|
|
2683
|
-
quality: model.performance.quality,
|
|
2684
|
-
accuracy: model.performance.accuracy,
|
|
2685
|
-
},
|
|
2686
|
-
contextSize: `${(model.limits.maxContextTokens / 1000).toFixed(0)}K tokens`,
|
|
2687
|
-
maxOutput: `${(model.limits.maxOutputTokens / 1000).toFixed(0)}K tokens`,
|
|
2688
|
-
aliases: model.aliases,
|
|
2689
|
-
};
|
|
2690
|
-
if (model.releaseDate) {
|
|
2691
|
-
result.releaseDate = model.releaseDate;
|
|
2692
|
-
}
|
|
2693
|
-
return result;
|
|
2694
|
-
}
|
|
2695
|
-
//# sourceMappingURL=modelRegistry.js.map
|