mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-21 07:04:45 +08:00
Merge pull request #975 from Ylarod/aws-bedrock
sub2api: add bedrock support
This commit is contained in:
@@ -1933,6 +1933,8 @@ export default {
|
||||
accountType: 'Account Type',
|
||||
claudeCode: 'Claude Code',
|
||||
claudeConsole: 'Claude Console',
|
||||
bedrockLabel: 'AWS Bedrock',
|
||||
bedrockDesc: 'SigV4 Signing',
|
||||
oauthSetupToken: 'OAuth / Setup Token',
|
||||
addMethod: 'Add Method',
|
||||
setupTokenLongLived: 'Setup Token (Long-lived)',
|
||||
@@ -2122,6 +2124,23 @@ export default {
|
||||
mixedChannelWarning: 'Warning: Group "{groupName}" contains both {currentPlatform} and {otherPlatform} accounts. Mixing different channels may cause thinking block signature validation issues, which will fallback to non-thinking mode. Are you sure you want to continue?',
|
||||
pleaseEnterAccountName: 'Please enter account name',
|
||||
pleaseEnterApiKey: 'Please enter API Key',
|
||||
bedrockAccessKeyId: 'AWS Access Key ID',
|
||||
bedrockSecretAccessKey: 'AWS Secret Access Key',
|
||||
bedrockSessionToken: 'AWS Session Token',
|
||||
bedrockRegion: 'AWS Region',
|
||||
bedrockRegionHint: 'e.g. us-east-1, us-west-2, eu-west-1',
|
||||
bedrockForceGlobal: 'Force Global cross-region inference',
|
||||
bedrockForceGlobalHint: 'When enabled, model IDs use the global. prefix (e.g. global.anthropic.claude-...), routing requests to any supported region worldwide for higher availability',
|
||||
bedrockAccessKeyIdRequired: 'Please enter AWS Access Key ID',
|
||||
bedrockSecretAccessKeyRequired: 'Please enter AWS Secret Access Key',
|
||||
bedrockRegionRequired: 'Please select AWS Region',
|
||||
bedrockSessionTokenHint: 'Optional, for temporary credentials',
|
||||
bedrockSecretKeyLeaveEmpty: 'Leave empty to keep current key',
|
||||
bedrockApiKeyLabel: 'Bedrock API Key',
|
||||
bedrockApiKeyDesc: 'Bearer Token',
|
||||
bedrockApiKeyInput: 'API Key',
|
||||
bedrockApiKeyRequired: 'Please enter Bedrock API Key',
|
||||
bedrockApiKeyLeaveEmpty: 'Leave empty to keep current key',
|
||||
apiKeyIsRequired: 'API Key is required',
|
||||
leaveEmptyToKeep: 'Leave empty to keep current key',
|
||||
// Upstream type
|
||||
|
||||
Reference in New Issue
Block a user