-
Notifications
You must be signed in to change notification settings - Fork 648
Description
Problem Statement
Hey team,
I would like to reach out about the Strands Agents SDK Litellm integration. I would like to use the LiteLLM integration to use SAP as a model provider, however, for this LiteLLM > 1.80.10 is necessary. Currently, this is not supported as we run into dependencies conflicts.
Dependency conflict:
- 'strands-agents[litellm]' requires openai<1.110.0
- litellm>1.80.10 requires openai>=2.8.0
Therefore, an update of strands-agents[litellm] to use openai>=2.8.0 would be necessary to use SAP as a model provider with Strands Agents SDK.
The benefits of this would generally be the ability of using a newer litellm version with more model providers.
Thank you!
Proposed Solution
Therefore, an update of strands-agents[litellm] to use openai>=2.8.0 would be necessary to use SAP as a model provider with Strands Agents SDK.
The benefits of this would generally be the ability of using a newer litellm version with more model providers.
Use Case
The use case is being able to use Strands Agents SDK with SAP Generative AI Hub models.
Alternatives Solutions
No response
Additional Context
No response