Skip to content
Discussion options

You must be logged in to vote

Yes! You can use openai as the provider in the UI, and provide AWS Bedrock API keys and endpoints:

provider: openai
model: "openai.gpt-oss-20b-1:0"
api key: "$AWS_BEARER_TOKEN_BEDROCK" # Replace with actual API key
api base: "https://bedrock-runtime.us-west-2.amazonaws.com/openai/v1", 

based on this page, aws bedrock is compatible with openai sdk so it should work! https://docs.aws.amazon.com/bedrock/latest/userguide/inference-chat-completions.html#inference-chat-completions-create

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by subbaray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants