adding support for openrouter
Description
This PR adds support for OpenRouter platform using the openai compactible api.
Links #1901
also guys confused about one thing, openrouter has like 300+ models i think, listing all of them would be quite bloated right?
also guys confused about one thing, openrouter has like 300+ models i think, listing all of them would be quite bloated right?
Hey @JINO-ROHIT , I think you can make the model handle string names (if needed add some most basic models to enums) and respond based on that rather than listing out all 362 models.
Hi @GitHoobar , yeah it supports the model string names.
hey @JINO-ROHIT can you add an example file, I can then review it completely.
@GitHoobar done!