mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-12 15:20:19 +00:00
Support Bedrock API keys (bearer auth)
New optional field: paste the console-generated key, no CLI/IAM setup needed. Takes precedence over SigV4 credentials, matching boto3; live-tested on Converse.
This commit is contained in:
@@ -21,6 +21,7 @@ export const KEY_HELP: Record<string, { url: string; label: string }> = {
|
||||
openai: { url: "https://platform.openai.com/api-keys", label: "platform.openai.com" },
|
||||
gemini: { url: "https://aistudio.google.com/apikey", label: "aistudio.google.com" },
|
||||
openrouter: { url: "https://openrouter.ai/keys", label: "openrouter.ai" },
|
||||
bedrock: { url: "https://console.aws.amazon.com/bedrock/home#/api-keys", label: "the AWS Bedrock console" },
|
||||
fireworks: { url: "https://fireworks.ai/account/api-keys", label: "fireworks.ai" },
|
||||
together: { url: "https://api.together.xyz/settings/api-keys", label: "together.xyz" },
|
||||
zai: { url: "https://z.ai/manage-apikey/apikey-list", label: "z.ai" },
|
||||
|
||||
Reference in New Issue
Block a user