Open chenyuz3 opened 1 month ago
I am also interested in this issue
Hey @chenyuz3.
Also are you on the python or the node version right now?
Hey @chenyuz3.
- There is a PR open to add vercel sdk (Add Vercel SDK to node package to support multiple models #46) to switch between different models on the node package.
- Totally agree on allowing a url for openai compatible apis. We've had this request a few times!
Also are you on the python or the node version right now?
Hi Tyler, I am using python and I tried to use the Azure option in the demo where I tried to simply change the url there but it failed
@chenyuz3, your use case is already supported in python SDK, you just need to set different environment variables and pass the model parameter as shown here https://docs.litellm.ai/docs/providers/openrouter
Or simply let us decide the url for api (for openai compatible apis)?