swarmauri / swarmauri-sdk

https://swarmauri.com
Apache License 2.0
9 stars 21 forks source link

research additional LLM providers #54

Open cobycloud opened 1 month ago

cobycloud commented 1 month ago
cobycloud commented 1 month ago
cobycloud commented 1 month ago

assigned ai21 to faizan2700

cobycloud commented 1 month ago

assigned deepseek to faizan2700

cobycloud commented 1 month ago

replicate.com is very diverse and will require many subclasses to handle the different parameters

cobycloud commented 1 month ago
cobycloud commented 1 month ago
cobycloud commented 1 month ago

we need to:

  1. create a list of all of the LLM provider options

  2. iterate through that list gathering the documentation links for their home page, platform registration, models supported, pricing, and how to use their API via python.

  3. create a new issue for each chat completion model discovered, detailing the file path of the new component and test file, default model, allowed models, and test case ENV variable key names.

  4. create a new issue for each tool model discovered, detailing the file path of the new component and test file, default model, allowed models, and test case ENV variable key names.