Skip to content

Conversation

@noQuli
Copy link

@noQuli noQuli commented Jun 11, 2025

I added TogetherAI as a new provider. It now fetches available models and lets users pick one to generate responses.
How I Did It:
1.I used TogetherAI TS SDK to fetch the list of models.
2.Since TogetherAI supports the OpenAI SDK but doesn’t have a specific endpoint for fetching models, I reused the logic from openAICompatibleProvider
3.I overwrote the fetch function to make it work with TogetherAI’s SDK while keeping the same response format as OpenAI.

added togetherAI provider

:

TogetherAI provider
@zerob13 zerob13 merged commit a1450a5 into ThinkInAIXYZ:dev Jun 12, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants