generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 611
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
I would like Strands Agents to support an OpenAI model provider. This would allow us to connect to OpenAI models directly. Additionally, any OpenAI compatible provider (e.g., LiteLLM) could reuse the request/response formatting logic and thus reduce code duplication.
Proposed Solution
Implement the provider in a similar manner to the existing providers (e.g., LiteLLM). As part of this work, we can also setup an abstract OpenAI class so that any OpenAI compatible provider can reuse the request/response formatting logic.
Use Case
- Call OpenAI models directly
Alternatives Solutions
N/A
Additional Context
N/A
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request