@psnext/slingcli 2.5.20260629-1 → 2.5.20260707-1
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/node_modules/@aws/lambda-invoke-store/README.md +25 -1
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +12 -0
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +12 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +6 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
- package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +1 -3
- package/node_modules/@aws-sdk/core/client.d.ts +1 -3
- package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +1 -3
- package/node_modules/@aws-sdk/core/package.json +11 -18
- package/node_modules/@aws-sdk/core/protocols.d.ts +1 -3
- package/node_modules/@aws-sdk/core/util.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +172 -1
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -51
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +58 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -8
- package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-websocket/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +13 -25
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +13 -17
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +12 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +12 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +13 -25
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commandBuilder.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commandBuilder.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -17
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commandBuilder.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commandBuilder.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commandBuilder.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commandBuilder.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commandBuilder.d.ts +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commandBuilder.d.ts +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commandBuilder.d.ts +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commandBuilder.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -51
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/package.json +8 -10
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/sso.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/sts.d.ts +1 -3
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +236 -3
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js +10 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +4 -6
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +20 -2
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js +2 -14
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +16 -5
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +54 -19
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +8 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js +2 -14
- package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +15 -45
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +141 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +21 -173
- package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.js +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +5 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js +57 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/huggingface.models.js +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js +4 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.js +4 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js +5 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +93 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +194 -87
- package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.js +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +41 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.js +12 -12
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.js +12 -12
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.js +12 -12
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.js +15 -15
- package/node_modules/@earendil-works/pi-ai/dist/utils/error-body.js +109 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js +15 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js +3 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js +1 -0
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +35 -4
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +13 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +5 -8
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js +6 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +33 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.js +28 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +14 -17
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/project-trust.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js +0 -10
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js +87 -68
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +8 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +20 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.js +2 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/main.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.js +15 -7
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-entry.js +52 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js +13 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/status-indicator.js +60 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.js +18 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +143 -130
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +7 -0
- package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +12 -12
- package/node_modules/@earendil-works/pi-coding-agent/package.json +4 -4
- package/node_modules/@earendil-works/pi-orchestrator/package.json +2 -2
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.d.ts +254 -597
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +254 -597
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.d.ts +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +174 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +174 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.d.ts +484 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +484 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.d.ts +254 -597
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +254 -597
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.d.ts +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +174 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +174 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.d.ts +484 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +484 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.d.ts +254 -597
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +289 -650
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.d.ts +26 -0
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +27 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +174 -111
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +181 -118
- package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.d.ts +484 -4
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +506 -7
- package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.d.ts +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js.map +1 -1
- package/node_modules/@opentelemetry/semantic-conventions/package.json +3 -3
- package/node_modules/@protobufjs/utf8/CHANGELOG.md +8 -0
- package/node_modules/@protobufjs/utf8/index.js +29 -18
- package/node_modules/@protobufjs/utf8/package.json +2 -2
- package/node_modules/@protobufjs/utf8/tests/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +358 -145
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +462 -142
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +358 -145
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +18 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +108 -63
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +11 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +30 -36
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +85 -137
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +30 -36
- package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Js.js +30 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Node.js +24 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.browser.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.native.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Js.js +92 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Node.js +29 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Js.js +179 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Node.js +59 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256WebCrypto.js +71 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client-command-builder.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/config.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.js +92 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/constants.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js +3 -56
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/EventStreamCodec.js +5 -3
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/splitMessage.js +7 -6
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/concatBytes.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +35 -27
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js +2 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +12 -38
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js +18 -33
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.js +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Js.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Node.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.browser.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.native.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Js.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Node.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/command.d.ts +5 -6
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/constants.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +3 -4
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/concatBytes.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +29 -12
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.browser.d.ts +8 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.d.ts +4 -1
- package/node_modules/@smithy/core/package.json +5 -5
- package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -55
- package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
- package/node_modules/@smithy/signature-v4/package.json +3 -4
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/buffer.d.ts +64 -25
- package/node_modules/@types/node/crypto.d.ts +18 -5
- package/node_modules/@types/node/diagnostics_channel.d.ts +237 -3
- package/node_modules/@types/node/dns.d.ts +1 -1
- package/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@types/node/fs/promises.d.ts +3 -0
- package/node_modules/@types/node/fs.d.ts +21 -6
- package/node_modules/@types/node/http.d.ts +25 -0
- package/node_modules/@types/node/index.d.ts +1 -0
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/node/process.d.ts +14 -1
- package/node_modules/@types/node/quic.d.ts +92 -11
- package/node_modules/@types/node/sqlite.d.ts +55 -0
- package/node_modules/@types/node/stream/iter.d.ts +150 -0
- package/node_modules/@types/node/stream.d.ts +32 -0
- package/node_modules/@types/node/test.d.ts +112 -2
- package/node_modules/@types/node/ts5.6/index.d.ts +1 -0
- package/node_modules/@types/node/ts5.7/index.d.ts +1 -0
- package/node_modules/@types/node/util.d.ts +19 -2
- package/node_modules/@types/node/v8.d.ts +84 -2
- package/node_modules/@types/node/worker_threads.d.ts +8 -7
- package/node_modules/gaxios/build/cjs/src/gaxios.js +1 -1
- package/node_modules/gaxios/build/cjs/src/gaxios.js.map +1 -1
- package/node_modules/gaxios/build/cjs/test/test.getch.js +66 -0
- package/node_modules/gaxios/build/cjs/test/test.getch.js.map +1 -1
- package/node_modules/gaxios/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/gaxios/build/esm/src/gaxios.js +1 -1
- package/node_modules/gaxios/build/esm/src/gaxios.js.map +1 -1
- package/node_modules/gaxios/build/esm/test/test.getch.js +66 -0
- package/node_modules/gaxios/build/esm/test/test.getch.js.map +1 -1
- package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
- package/node_modules/gaxios/package.json +4 -4
- package/node_modules/protobufjs/dist/light/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/light/protobuf.min.js +2 -2
- package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
- package/node_modules/protobufjs/dist/protobuf.js +5 -2
- package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/package.json +1 -1
- package/node_modules/protobufjs/src/parse.js +3 -0
- package/package.json +7 -7
- package/sling-default-packages.json +2 -1
- package/slingshot/index.js +261 -261
- package/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -100
- package/node_modules/@aws-crypto/crc32/LICENSE +0 -201
- package/node_modules/@aws-crypto/crc32/README.md +0 -16
- package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.d.ts +0 -7
- package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js +0 -31
- package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/build/main/index.d.ts +0 -7
- package/node_modules/@aws-crypto/crc32/build/main/index.js +0 -108
- package/node_modules/@aws-crypto/crc32/build/main/index.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.d.ts +0 -7
- package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js +0 -28
- package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/build/module/index.d.ts +0 -7
- package/node_modules/@aws-crypto/crc32/build/module/index.js +0 -103
- package/node_modules/@aws-crypto/crc32/build/module/index.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/package.json +0 -32
- package/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -24
- package/node_modules/@aws-crypto/crc32/src/index.ts +0 -92
- package/node_modules/@aws-crypto/crc32/tsconfig.json +0 -9
- package/node_modules/@aws-crypto/crc32/tsconfig.module.json +0 -7
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +0 -869
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +0 -862
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -42
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -27
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -71
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -49
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -13
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -8
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -41
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -5
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -29
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -25
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -8
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -41
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -7
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +0 -57
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -234
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/constants.js +0 -3
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/md5.js +0 -168
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/constants.d.ts +0 -12
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/md5.d.ts +0 -16
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -53
- package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
- /package/node_modules/@smithy/{core/dist-es/submodules/endpoints/middleware-endpoint/types.js → types/dist-es/endpoints/EndpointParameterInstructions.js} +0 -0
- /package/node_modules/@smithy/{core/dist-types/submodules/endpoints/middleware-endpoint/types.d.ts → types/dist-types/endpoints/EndpointParameterInstructions.d.ts} +0 -0
|
@@ -19,6 +19,24 @@ export const OPENROUTER_MODELS = {
|
|
|
19
19
|
contextWindow: 256000,
|
|
20
20
|
maxTokens: 4096,
|
|
21
21
|
},
|
|
22
|
+
"aion-labs/aion-2.0": {
|
|
23
|
+
id: "aion-labs/aion-2.0",
|
|
24
|
+
name: "AionLabs: Aion-2.0",
|
|
25
|
+
api: "openai-completions",
|
|
26
|
+
provider: "openrouter",
|
|
27
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
28
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "openrouter" },
|
|
29
|
+
reasoning: true,
|
|
30
|
+
input: ["text"],
|
|
31
|
+
cost: {
|
|
32
|
+
input: 0.8,
|
|
33
|
+
output: 1.6,
|
|
34
|
+
cacheRead: 0.2,
|
|
35
|
+
cacheWrite: 0,
|
|
36
|
+
},
|
|
37
|
+
contextWindow: 131072,
|
|
38
|
+
maxTokens: 32768,
|
|
39
|
+
},
|
|
22
40
|
"amazon/nova-2-lite-v1": {
|
|
23
41
|
id: "amazon/nova-2-lite-v1",
|
|
24
42
|
name: "Amazon: Nova 2 Lite",
|
|
@@ -236,25 +254,6 @@ export const OPENROUTER_MODELS = {
|
|
|
236
254
|
contextWindow: 1000000,
|
|
237
255
|
maxTokens: 128000,
|
|
238
256
|
},
|
|
239
|
-
"anthropic/claude-opus-4.6-fast": {
|
|
240
|
-
id: "anthropic/claude-opus-4.6-fast",
|
|
241
|
-
name: "Anthropic: Claude Opus 4.6 (Fast)",
|
|
242
|
-
api: "openai-completions",
|
|
243
|
-
provider: "openrouter",
|
|
244
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
245
|
-
compat: { "thinkingFormat": "openrouter", "cacheControlFormat": "anthropic" },
|
|
246
|
-
reasoning: true,
|
|
247
|
-
thinkingLevelMap: { "xhigh": "max" },
|
|
248
|
-
input: ["text", "image"],
|
|
249
|
-
cost: {
|
|
250
|
-
input: 30,
|
|
251
|
-
output: 150,
|
|
252
|
-
cacheRead: 3,
|
|
253
|
-
cacheWrite: 37.5,
|
|
254
|
-
},
|
|
255
|
-
contextWindow: 1000000,
|
|
256
|
-
maxTokens: 128000,
|
|
257
|
-
},
|
|
258
257
|
"anthropic/claude-opus-4.7": {
|
|
259
258
|
id: "anthropic/claude-opus-4.7",
|
|
260
259
|
name: "Anthropic: Claude Opus 4.7",
|
|
@@ -385,6 +384,24 @@ export const OPENROUTER_MODELS = {
|
|
|
385
384
|
contextWindow: 1000000,
|
|
386
385
|
maxTokens: 128000,
|
|
387
386
|
},
|
|
387
|
+
"anthropic/claude-sonnet-5": {
|
|
388
|
+
id: "anthropic/claude-sonnet-5",
|
|
389
|
+
name: "Anthropic: Claude Sonnet 5",
|
|
390
|
+
api: "openai-completions",
|
|
391
|
+
provider: "openrouter",
|
|
392
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
393
|
+
compat: { "thinkingFormat": "openrouter", "cacheControlFormat": "anthropic" },
|
|
394
|
+
reasoning: true,
|
|
395
|
+
input: ["text", "image"],
|
|
396
|
+
cost: {
|
|
397
|
+
input: 2,
|
|
398
|
+
output: 10,
|
|
399
|
+
cacheRead: 0.2,
|
|
400
|
+
cacheWrite: 2.5,
|
|
401
|
+
},
|
|
402
|
+
contextWindow: 1000000,
|
|
403
|
+
maxTokens: 128000,
|
|
404
|
+
},
|
|
388
405
|
"arcee-ai/trinity-large-thinking": {
|
|
389
406
|
id: "arcee-ai/trinity-large-thinking",
|
|
390
407
|
name: "Arcee AI: Trinity Large Thinking",
|
|
@@ -611,8 +628,8 @@ export const OPENROUTER_MODELS = {
|
|
|
611
628
|
reasoning: false,
|
|
612
629
|
input: ["text"],
|
|
613
630
|
cost: {
|
|
614
|
-
input: 0.
|
|
615
|
-
output: 0.
|
|
631
|
+
input: 0.24,
|
|
632
|
+
output: 0.9,
|
|
616
633
|
cacheRead: 0.135,
|
|
617
634
|
cacheWrite: 0,
|
|
618
635
|
},
|
|
@@ -740,11 +757,11 @@ export const OPENROUTER_MODELS = {
|
|
|
740
757
|
cost: {
|
|
741
758
|
input: 0.09,
|
|
742
759
|
output: 0.18,
|
|
743
|
-
cacheRead: 0.
|
|
760
|
+
cacheRead: 0.018,
|
|
744
761
|
cacheWrite: 0,
|
|
745
762
|
},
|
|
746
763
|
contextWindow: 1048576,
|
|
747
|
-
maxTokens:
|
|
764
|
+
maxTokens: 16384,
|
|
748
765
|
},
|
|
749
766
|
"deepseek/deepseek-v4-pro": {
|
|
750
767
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -1371,12 +1388,12 @@ export const OPENROUTER_MODELS = {
|
|
|
1371
1388
|
input: ["text"],
|
|
1372
1389
|
cost: {
|
|
1373
1390
|
input: 0.255,
|
|
1374
|
-
output: 1,
|
|
1375
|
-
cacheRead: 0
|
|
1391
|
+
output: 1.02,
|
|
1392
|
+
cacheRead: 0,
|
|
1376
1393
|
cacheWrite: 0,
|
|
1377
1394
|
},
|
|
1378
1395
|
contextWindow: 204800,
|
|
1379
|
-
maxTokens:
|
|
1396
|
+
maxTokens: 131072,
|
|
1380
1397
|
},
|
|
1381
1398
|
"minimax/minimax-m2.1": {
|
|
1382
1399
|
id: "minimax/minimax-m2.1",
|
|
@@ -1388,13 +1405,13 @@ export const OPENROUTER_MODELS = {
|
|
|
1388
1405
|
reasoning: true,
|
|
1389
1406
|
input: ["text"],
|
|
1390
1407
|
cost: {
|
|
1391
|
-
input: 0.
|
|
1392
|
-
output:
|
|
1408
|
+
input: 0.3,
|
|
1409
|
+
output: 1.2,
|
|
1393
1410
|
cacheRead: 0.03,
|
|
1394
1411
|
cacheWrite: 0,
|
|
1395
1412
|
},
|
|
1396
1413
|
contextWindow: 204800,
|
|
1397
|
-
maxTokens:
|
|
1414
|
+
maxTokens: 131072,
|
|
1398
1415
|
},
|
|
1399
1416
|
"minimax/minimax-m2.5": {
|
|
1400
1417
|
id: "minimax/minimax-m2.5",
|
|
@@ -1772,7 +1789,7 @@ export const OPENROUTER_MODELS = {
|
|
|
1772
1789
|
cacheWrite: 0,
|
|
1773
1790
|
},
|
|
1774
1791
|
contextWindow: 131072,
|
|
1775
|
-
maxTokens:
|
|
1792
|
+
maxTokens: 100352,
|
|
1776
1793
|
},
|
|
1777
1794
|
"moonshotai/kimi-k2-0905": {
|
|
1778
1795
|
id: "moonshotai/kimi-k2-0905",
|
|
@@ -1790,7 +1807,7 @@ export const OPENROUTER_MODELS = {
|
|
|
1790
1807
|
cacheWrite: 0,
|
|
1791
1808
|
},
|
|
1792
1809
|
contextWindow: 262144,
|
|
1793
|
-
maxTokens:
|
|
1810
|
+
maxTokens: 100352,
|
|
1794
1811
|
},
|
|
1795
1812
|
"moonshotai/kimi-k2-thinking": {
|
|
1796
1813
|
id: "moonshotai/kimi-k2-thinking",
|
|
@@ -1804,11 +1821,11 @@ export const OPENROUTER_MODELS = {
|
|
|
1804
1821
|
cost: {
|
|
1805
1822
|
input: 0.6,
|
|
1806
1823
|
output: 2.5,
|
|
1807
|
-
cacheRead: 0.
|
|
1824
|
+
cacheRead: 0.15,
|
|
1808
1825
|
cacheWrite: 0,
|
|
1809
1826
|
},
|
|
1810
1827
|
contextWindow: 262144,
|
|
1811
|
-
maxTokens:
|
|
1828
|
+
maxTokens: 100352,
|
|
1812
1829
|
},
|
|
1813
1830
|
"moonshotai/kimi-k2.5": {
|
|
1814
1831
|
id: "moonshotai/kimi-k2.5",
|
|
@@ -1838,9 +1855,9 @@ export const OPENROUTER_MODELS = {
|
|
|
1838
1855
|
reasoning: true,
|
|
1839
1856
|
input: ["text", "image"],
|
|
1840
1857
|
cost: {
|
|
1841
|
-
input: 0.
|
|
1842
|
-
output: 3.
|
|
1843
|
-
cacheRead: 0.
|
|
1858
|
+
input: 0.66,
|
|
1859
|
+
output: 3.41,
|
|
1860
|
+
cacheRead: 0.14,
|
|
1844
1861
|
cacheWrite: 0,
|
|
1845
1862
|
},
|
|
1846
1863
|
contextWindow: 262144,
|
|
@@ -1864,6 +1881,42 @@ export const OPENROUTER_MODELS = {
|
|
|
1864
1881
|
contextWindow: 262144,
|
|
1865
1882
|
maxTokens: 16384,
|
|
1866
1883
|
},
|
|
1884
|
+
"nex-agi/nex-n2-mini": {
|
|
1885
|
+
id: "nex-agi/nex-n2-mini",
|
|
1886
|
+
name: "Nex AGI: Nex-N2-Mini",
|
|
1887
|
+
api: "openai-completions",
|
|
1888
|
+
provider: "openrouter",
|
|
1889
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
1890
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "openrouter" },
|
|
1891
|
+
reasoning: true,
|
|
1892
|
+
input: ["text", "image"],
|
|
1893
|
+
cost: {
|
|
1894
|
+
input: 0.025,
|
|
1895
|
+
output: 0.1,
|
|
1896
|
+
cacheRead: 0.0025,
|
|
1897
|
+
cacheWrite: 0,
|
|
1898
|
+
},
|
|
1899
|
+
contextWindow: 262144,
|
|
1900
|
+
maxTokens: 262144,
|
|
1901
|
+
},
|
|
1902
|
+
"nex-agi/nex-n2-pro": {
|
|
1903
|
+
id: "nex-agi/nex-n2-pro",
|
|
1904
|
+
name: "Nex AGI: Nex-N2-Pro",
|
|
1905
|
+
api: "openai-completions",
|
|
1906
|
+
provider: "openrouter",
|
|
1907
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
1908
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "openrouter" },
|
|
1909
|
+
reasoning: true,
|
|
1910
|
+
input: ["text", "image"],
|
|
1911
|
+
cost: {
|
|
1912
|
+
input: 0.25,
|
|
1913
|
+
output: 1,
|
|
1914
|
+
cacheRead: 0.025,
|
|
1915
|
+
cacheWrite: 0,
|
|
1916
|
+
},
|
|
1917
|
+
contextWindow: 262144,
|
|
1918
|
+
maxTokens: 262144,
|
|
1919
|
+
},
|
|
1867
1920
|
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
1868
1921
|
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
1869
1922
|
name: "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
|
|
@@ -1946,13 +1999,13 @@ export const OPENROUTER_MODELS = {
|
|
|
1946
1999
|
reasoning: true,
|
|
1947
2000
|
input: ["text"],
|
|
1948
2001
|
cost: {
|
|
1949
|
-
input: 0.
|
|
1950
|
-
output: 0.
|
|
2002
|
+
input: 0.08,
|
|
2003
|
+
output: 0.45,
|
|
1951
2004
|
cacheRead: 0,
|
|
1952
2005
|
cacheWrite: 0,
|
|
1953
2006
|
},
|
|
1954
2007
|
contextWindow: 1000000,
|
|
1955
|
-
maxTokens:
|
|
2008
|
+
maxTokens: 4096,
|
|
1956
2009
|
},
|
|
1957
2010
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
1958
2011
|
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
@@ -3082,14 +3135,32 @@ export const OPENROUTER_MODELS = {
|
|
|
3082
3135
|
contextWindow: 1000000,
|
|
3083
3136
|
maxTokens: 30000,
|
|
3084
3137
|
},
|
|
3085
|
-
"
|
|
3086
|
-
id: "
|
|
3087
|
-
name: "
|
|
3138
|
+
"poolside/laguna-m.1": {
|
|
3139
|
+
id: "poolside/laguna-m.1",
|
|
3140
|
+
name: "Poolside: Laguna M.1",
|
|
3088
3141
|
api: "openai-completions",
|
|
3089
3142
|
provider: "openrouter",
|
|
3090
3143
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
3091
3144
|
compat: { "supportsDeveloperRole": false, "thinkingFormat": "openrouter" },
|
|
3092
|
-
reasoning:
|
|
3145
|
+
reasoning: true,
|
|
3146
|
+
input: ["text"],
|
|
3147
|
+
cost: {
|
|
3148
|
+
input: 0.2,
|
|
3149
|
+
output: 0.4,
|
|
3150
|
+
cacheRead: 0.1,
|
|
3151
|
+
cacheWrite: 0,
|
|
3152
|
+
},
|
|
3153
|
+
contextWindow: 262144,
|
|
3154
|
+
maxTokens: 32768,
|
|
3155
|
+
},
|
|
3156
|
+
"poolside/laguna-m.1:free": {
|
|
3157
|
+
id: "poolside/laguna-m.1:free",
|
|
3158
|
+
name: "Poolside: Laguna M.1 (free)",
|
|
3159
|
+
api: "openai-completions",
|
|
3160
|
+
provider: "openrouter",
|
|
3161
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
3162
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "openrouter" },
|
|
3163
|
+
reasoning: true,
|
|
3093
3164
|
input: ["text"],
|
|
3094
3165
|
cost: {
|
|
3095
3166
|
input: 0,
|
|
@@ -3097,12 +3168,12 @@ export const OPENROUTER_MODELS = {
|
|
|
3097
3168
|
cacheRead: 0,
|
|
3098
3169
|
cacheWrite: 0,
|
|
3099
3170
|
},
|
|
3100
|
-
contextWindow:
|
|
3101
|
-
maxTokens:
|
|
3171
|
+
contextWindow: 262144,
|
|
3172
|
+
maxTokens: 32768,
|
|
3102
3173
|
},
|
|
3103
|
-
"poolside/laguna-
|
|
3104
|
-
id: "poolside/laguna-
|
|
3105
|
-
name: "Poolside: Laguna
|
|
3174
|
+
"poolside/laguna-xs-2.1": {
|
|
3175
|
+
id: "poolside/laguna-xs-2.1",
|
|
3176
|
+
name: "Poolside: Laguna XS 2.1",
|
|
3106
3177
|
api: "openai-completions",
|
|
3107
3178
|
provider: "openrouter",
|
|
3108
3179
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -3110,17 +3181,17 @@ export const OPENROUTER_MODELS = {
|
|
|
3110
3181
|
reasoning: true,
|
|
3111
3182
|
input: ["text"],
|
|
3112
3183
|
cost: {
|
|
3113
|
-
input: 0.
|
|
3114
|
-
output: 0.
|
|
3115
|
-
cacheRead: 0.
|
|
3184
|
+
input: 0.06,
|
|
3185
|
+
output: 0.12,
|
|
3186
|
+
cacheRead: 0.03,
|
|
3116
3187
|
cacheWrite: 0,
|
|
3117
3188
|
},
|
|
3118
3189
|
contextWindow: 262144,
|
|
3119
3190
|
maxTokens: 32768,
|
|
3120
3191
|
},
|
|
3121
|
-
"poolside/laguna-
|
|
3122
|
-
id: "poolside/laguna-
|
|
3123
|
-
name: "Poolside: Laguna
|
|
3192
|
+
"poolside/laguna-xs-2.1:free": {
|
|
3193
|
+
id: "poolside/laguna-xs-2.1:free",
|
|
3194
|
+
name: "Poolside: Laguna XS 2.1 (free)",
|
|
3124
3195
|
api: "openai-completions",
|
|
3125
3196
|
provider: "openrouter",
|
|
3126
3197
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -3326,13 +3397,13 @@ export const OPENROUTER_MODELS = {
|
|
|
3326
3397
|
reasoning: true,
|
|
3327
3398
|
input: ["text"],
|
|
3328
3399
|
cost: {
|
|
3329
|
-
input: 0.
|
|
3330
|
-
output:
|
|
3331
|
-
cacheRead: 0
|
|
3400
|
+
input: 0.1495,
|
|
3401
|
+
output: 1.495,
|
|
3402
|
+
cacheRead: 0,
|
|
3332
3403
|
cacheWrite: 0,
|
|
3333
3404
|
},
|
|
3334
3405
|
contextWindow: 262144,
|
|
3335
|
-
maxTokens:
|
|
3406
|
+
maxTokens: 4096,
|
|
3336
3407
|
},
|
|
3337
3408
|
"qwen/qwen3-30b-a3b": {
|
|
3338
3409
|
id: "qwen/qwen3-30b-a3b",
|
|
@@ -3380,13 +3451,13 @@ export const OPENROUTER_MODELS = {
|
|
|
3380
3451
|
reasoning: true,
|
|
3381
3452
|
input: ["text"],
|
|
3382
3453
|
cost: {
|
|
3383
|
-
input: 0.
|
|
3384
|
-
output:
|
|
3385
|
-
cacheRead: 0
|
|
3454
|
+
input: 0.13,
|
|
3455
|
+
output: 1.56,
|
|
3456
|
+
cacheRead: 0,
|
|
3386
3457
|
cacheWrite: 0,
|
|
3387
3458
|
},
|
|
3388
3459
|
contextWindow: 131072,
|
|
3389
|
-
maxTokens:
|
|
3460
|
+
maxTokens: 32768,
|
|
3390
3461
|
},
|
|
3391
3462
|
"qwen/qwen3-32b": {
|
|
3392
3463
|
id: "qwen/qwen3-32b",
|
|
@@ -3416,9 +3487,9 @@ export const OPENROUTER_MODELS = {
|
|
|
3416
3487
|
reasoning: true,
|
|
3417
3488
|
input: ["text"],
|
|
3418
3489
|
cost: {
|
|
3419
|
-
input: 0.
|
|
3420
|
-
output: 0.
|
|
3421
|
-
cacheRead: 0
|
|
3490
|
+
input: 0.117,
|
|
3491
|
+
output: 0.455,
|
|
3492
|
+
cacheRead: 0,
|
|
3422
3493
|
cacheWrite: 0,
|
|
3423
3494
|
},
|
|
3424
3495
|
contextWindow: 131072,
|
|
@@ -3722,8 +3793,8 @@ export const OPENROUTER_MODELS = {
|
|
|
3722
3793
|
reasoning: false,
|
|
3723
3794
|
input: ["text", "image"],
|
|
3724
3795
|
cost: {
|
|
3725
|
-
input: 0.
|
|
3726
|
-
output: 0.
|
|
3796
|
+
input: 0.117,
|
|
3797
|
+
output: 0.455,
|
|
3727
3798
|
cacheRead: 0,
|
|
3728
3799
|
cacheWrite: 0,
|
|
3729
3800
|
},
|
|
@@ -3814,7 +3885,7 @@ export const OPENROUTER_MODELS = {
|
|
|
3814
3885
|
cost: {
|
|
3815
3886
|
input: 0.385,
|
|
3816
3887
|
output: 2.45,
|
|
3817
|
-
cacheRead: 0,
|
|
3888
|
+
cacheRead: 0.111,
|
|
3818
3889
|
cacheWrite: 0,
|
|
3819
3890
|
},
|
|
3820
3891
|
contextWindow: 256000,
|
|
@@ -3902,9 +3973,9 @@ export const OPENROUTER_MODELS = {
|
|
|
3902
3973
|
reasoning: true,
|
|
3903
3974
|
input: ["text", "image"],
|
|
3904
3975
|
cost: {
|
|
3905
|
-
input: 0.
|
|
3906
|
-
output: 2.
|
|
3907
|
-
cacheRead: 0,
|
|
3976
|
+
input: 0.285,
|
|
3977
|
+
output: 2.4,
|
|
3978
|
+
cacheRead: 0.15,
|
|
3908
3979
|
cacheWrite: 0,
|
|
3909
3980
|
},
|
|
3910
3981
|
contextWindow: 262144,
|
|
@@ -4100,13 +4171,13 @@ export const OPENROUTER_MODELS = {
|
|
|
4100
4171
|
reasoning: true,
|
|
4101
4172
|
input: ["text"],
|
|
4102
4173
|
cost: {
|
|
4103
|
-
input: 0.
|
|
4174
|
+
input: 0.1,
|
|
4104
4175
|
output: 0.3,
|
|
4105
|
-
cacheRead: 0
|
|
4176
|
+
cacheRead: 0,
|
|
4106
4177
|
cacheWrite: 0,
|
|
4107
4178
|
},
|
|
4108
4179
|
contextWindow: 262144,
|
|
4109
|
-
maxTokens:
|
|
4180
|
+
maxTokens: 65536,
|
|
4110
4181
|
},
|
|
4111
4182
|
"stepfun/step-3.7-flash": {
|
|
4112
4183
|
id: "stepfun/step-3.7-flash",
|
|
@@ -4126,6 +4197,24 @@ export const OPENROUTER_MODELS = {
|
|
|
4126
4197
|
contextWindow: 256000,
|
|
4127
4198
|
maxTokens: 256000,
|
|
4128
4199
|
},
|
|
4200
|
+
"tencent/hy3": {
|
|
4201
|
+
id: "tencent/hy3",
|
|
4202
|
+
name: "Tencent: Hy3",
|
|
4203
|
+
api: "openai-completions",
|
|
4204
|
+
provider: "openrouter",
|
|
4205
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
4206
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "openrouter" },
|
|
4207
|
+
reasoning: true,
|
|
4208
|
+
input: ["text"],
|
|
4209
|
+
cost: {
|
|
4210
|
+
input: 0.2,
|
|
4211
|
+
output: 0.8,
|
|
4212
|
+
cacheRead: 0.5,
|
|
4213
|
+
cacheWrite: 0,
|
|
4214
|
+
},
|
|
4215
|
+
contextWindow: 262144,
|
|
4216
|
+
maxTokens: 131072,
|
|
4217
|
+
},
|
|
4129
4218
|
"tencent/hy3-preview": {
|
|
4130
4219
|
id: "tencent/hy3-preview",
|
|
4131
4220
|
name: "Tencent: Hy3 preview",
|
|
@@ -4144,6 +4233,24 @@ export const OPENROUTER_MODELS = {
|
|
|
4144
4233
|
contextWindow: 262144,
|
|
4145
4234
|
maxTokens: 4096,
|
|
4146
4235
|
},
|
|
4236
|
+
"tencent/hy3:free": {
|
|
4237
|
+
id: "tencent/hy3:free",
|
|
4238
|
+
name: "Tencent: Hy3 (free)",
|
|
4239
|
+
api: "openai-completions",
|
|
4240
|
+
provider: "openrouter",
|
|
4241
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
4242
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "openrouter" },
|
|
4243
|
+
reasoning: true,
|
|
4244
|
+
input: ["text"],
|
|
4245
|
+
cost: {
|
|
4246
|
+
input: 0,
|
|
4247
|
+
output: 0,
|
|
4248
|
+
cacheRead: 0,
|
|
4249
|
+
cacheWrite: 0,
|
|
4250
|
+
},
|
|
4251
|
+
contextWindow: 262144,
|
|
4252
|
+
maxTokens: 262144,
|
|
4253
|
+
},
|
|
4147
4254
|
"thedrummer/unslopnemo-12b": {
|
|
4148
4255
|
id: "thedrummer/unslopnemo-12b",
|
|
4149
4256
|
name: "TheDrummer: UnslopNemo 12B",
|
|
@@ -4246,7 +4353,7 @@ export const OPENROUTER_MODELS = {
|
|
|
4246
4353
|
cost: {
|
|
4247
4354
|
input: 0.105,
|
|
4248
4355
|
output: 0.28,
|
|
4249
|
-
cacheRead: 0,
|
|
4356
|
+
cacheRead: 0.028,
|
|
4250
4357
|
cacheWrite: 0,
|
|
4251
4358
|
},
|
|
4252
4359
|
contextWindow: 1048576,
|
|
@@ -4442,13 +4549,13 @@ export const OPENROUTER_MODELS = {
|
|
|
4442
4549
|
reasoning: true,
|
|
4443
4550
|
input: ["text"],
|
|
4444
4551
|
cost: {
|
|
4445
|
-
input: 0.
|
|
4446
|
-
output: 3.
|
|
4447
|
-
cacheRead: 0.
|
|
4552
|
+
input: 0.966,
|
|
4553
|
+
output: 3.036,
|
|
4554
|
+
cacheRead: 0.1794,
|
|
4448
4555
|
cacheWrite: 0,
|
|
4449
4556
|
},
|
|
4450
4557
|
contextWindow: 202752,
|
|
4451
|
-
maxTokens:
|
|
4558
|
+
maxTokens: 128000,
|
|
4452
4559
|
},
|
|
4453
4560
|
"z-ai/glm-5.2": {
|
|
4454
4561
|
id: "z-ai/glm-5.2",
|
|
@@ -4461,7 +4568,7 @@ export const OPENROUTER_MODELS = {
|
|
|
4461
4568
|
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
4462
4569
|
input: ["text"],
|
|
4463
4570
|
cost: {
|
|
4464
|
-
input: 0.
|
|
4571
|
+
input: 0.93,
|
|
4465
4572
|
output: 3,
|
|
4466
4573
|
cacheRead: 0.18,
|
|
4467
4574
|
cacheWrite: 0,
|
|
@@ -4551,10 +4658,10 @@ export const OPENROUTER_MODELS = {
|
|
|
4551
4658
|
reasoning: true,
|
|
4552
4659
|
input: ["text", "image"],
|
|
4553
4660
|
cost: {
|
|
4554
|
-
input:
|
|
4555
|
-
output:
|
|
4556
|
-
cacheRead: 0.
|
|
4557
|
-
cacheWrite:
|
|
4661
|
+
input: 2,
|
|
4662
|
+
output: 10,
|
|
4663
|
+
cacheRead: 0.2,
|
|
4664
|
+
cacheWrite: 2.5,
|
|
4558
4665
|
},
|
|
4559
4666
|
contextWindow: 1000000,
|
|
4560
4667
|
maxTokens: 128000,
|
|
@@ -4605,9 +4712,9 @@ export const OPENROUTER_MODELS = {
|
|
|
4605
4712
|
reasoning: true,
|
|
4606
4713
|
input: ["text", "image"],
|
|
4607
4714
|
cost: {
|
|
4608
|
-
input: 0.
|
|
4609
|
-
output: 3.
|
|
4610
|
-
cacheRead: 0.
|
|
4715
|
+
input: 0.66,
|
|
4716
|
+
output: 3.41,
|
|
4717
|
+
cacheRead: 0.14,
|
|
4611
4718
|
cacheWrite: 0,
|
|
4612
4719
|
},
|
|
4613
4720
|
contextWindow: 262144,
|
|
@@ -511,6 +511,25 @@ export const VERCEL_AI_GATEWAY_MODELS = {
|
|
|
511
511
|
contextWindow: 200000,
|
|
512
512
|
maxTokens: 8192,
|
|
513
513
|
},
|
|
514
|
+
"anthropic/claude-fable-5": {
|
|
515
|
+
id: "anthropic/claude-fable-5",
|
|
516
|
+
name: "Claude Fable 5",
|
|
517
|
+
api: "anthropic-messages",
|
|
518
|
+
provider: "vercel-ai-gateway",
|
|
519
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
520
|
+
compat: { "forceAdaptiveThinking": true },
|
|
521
|
+
reasoning: true,
|
|
522
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
523
|
+
input: ["text", "image"],
|
|
524
|
+
cost: {
|
|
525
|
+
input: 10,
|
|
526
|
+
output: 50,
|
|
527
|
+
cacheRead: 1,
|
|
528
|
+
cacheWrite: 12.5,
|
|
529
|
+
},
|
|
530
|
+
contextWindow: 1000000,
|
|
531
|
+
maxTokens: 128000,
|
|
532
|
+
},
|
|
514
533
|
"anthropic/claude-haiku-4.5": {
|
|
515
534
|
id: "anthropic/claude-haiku-4.5",
|
|
516
535
|
name: "Claude Haiku 4.5",
|
|
@@ -688,6 +707,24 @@ export const VERCEL_AI_GATEWAY_MODELS = {
|
|
|
688
707
|
contextWindow: 1000000,
|
|
689
708
|
maxTokens: 128000,
|
|
690
709
|
},
|
|
710
|
+
"anthropic/claude-sonnet-5": {
|
|
711
|
+
id: "anthropic/claude-sonnet-5",
|
|
712
|
+
name: "Claude Sonnet 5",
|
|
713
|
+
api: "anthropic-messages",
|
|
714
|
+
provider: "vercel-ai-gateway",
|
|
715
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
716
|
+
compat: { "forceAdaptiveThinking": true },
|
|
717
|
+
reasoning: true,
|
|
718
|
+
input: ["text", "image"],
|
|
719
|
+
cost: {
|
|
720
|
+
input: 2,
|
|
721
|
+
output: 10,
|
|
722
|
+
cacheRead: 0.2,
|
|
723
|
+
cacheWrite: 2.5,
|
|
724
|
+
},
|
|
725
|
+
contextWindow: 1000000,
|
|
726
|
+
maxTokens: 128000,
|
|
727
|
+
},
|
|
691
728
|
"arcee-ai/trinity-large-preview": {
|
|
692
729
|
id: "arcee-ai/trinity-large-preview",
|
|
693
730
|
name: "Trinity Large Preview",
|
|
@@ -3123,12 +3160,12 @@ export const VERCEL_AI_GATEWAY_MODELS = {
|
|
|
3123
3160
|
reasoning: true,
|
|
3124
3161
|
input: ["text"],
|
|
3125
3162
|
cost: {
|
|
3126
|
-
input: 1.
|
|
3127
|
-
output: 4.
|
|
3128
|
-
cacheRead: 0.
|
|
3163
|
+
input: 1.4,
|
|
3164
|
+
output: 4.4,
|
|
3165
|
+
cacheRead: 0.26,
|
|
3129
3166
|
cacheWrite: 0,
|
|
3130
3167
|
},
|
|
3131
|
-
contextWindow:
|
|
3168
|
+
contextWindow: 1040000,
|
|
3132
3169
|
maxTokens: 128000,
|
|
3133
3170
|
},
|
|
3134
3171
|
"zai/glm-5.2-fast": {
|
|
@@ -11,9 +11,9 @@ export const XIAOMI_TOKEN_PLAN_AMS_MODELS = {
|
|
|
11
11
|
reasoning: true,
|
|
12
12
|
input: ["text", "image"],
|
|
13
13
|
cost: {
|
|
14
|
-
input: 0.
|
|
15
|
-
output:
|
|
16
|
-
cacheRead: 0.
|
|
14
|
+
input: 0.14,
|
|
15
|
+
output: 0.28,
|
|
16
|
+
cacheRead: 0.0028,
|
|
17
17
|
cacheWrite: 0,
|
|
18
18
|
},
|
|
19
19
|
contextWindow: 262144,
|
|
@@ -29,9 +29,9 @@ export const XIAOMI_TOKEN_PLAN_AMS_MODELS = {
|
|
|
29
29
|
reasoning: true,
|
|
30
30
|
input: ["text"],
|
|
31
31
|
cost: {
|
|
32
|
-
input:
|
|
33
|
-
output:
|
|
34
|
-
cacheRead: 0.
|
|
32
|
+
input: 0.435,
|
|
33
|
+
output: 0.87,
|
|
34
|
+
cacheRead: 0.0036,
|
|
35
35
|
cacheWrite: 0,
|
|
36
36
|
},
|
|
37
37
|
contextWindow: 1048576,
|
|
@@ -47,9 +47,9 @@ export const XIAOMI_TOKEN_PLAN_AMS_MODELS = {
|
|
|
47
47
|
reasoning: true,
|
|
48
48
|
input: ["text", "image"],
|
|
49
49
|
cost: {
|
|
50
|
-
input: 0.
|
|
51
|
-
output:
|
|
52
|
-
cacheRead: 0.
|
|
50
|
+
input: 0.14,
|
|
51
|
+
output: 0.28,
|
|
52
|
+
cacheRead: 0.0028,
|
|
53
53
|
cacheWrite: 0,
|
|
54
54
|
},
|
|
55
55
|
contextWindow: 1048576,
|
|
@@ -65,9 +65,9 @@ export const XIAOMI_TOKEN_PLAN_AMS_MODELS = {
|
|
|
65
65
|
reasoning: true,
|
|
66
66
|
input: ["text"],
|
|
67
67
|
cost: {
|
|
68
|
-
input:
|
|
69
|
-
output:
|
|
70
|
-
cacheRead: 0.
|
|
68
|
+
input: 0.435,
|
|
69
|
+
output: 0.87,
|
|
70
|
+
cacheRead: 0.0036,
|
|
71
71
|
cacheWrite: 0,
|
|
72
72
|
},
|
|
73
73
|
contextWindow: 1048576,
|