Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Sambanova to the list of LLM providers in the documentation #684

Open
wlauppe opened this issue Mar 6, 2025 · 1 comment
Open

add Sambanova to the list of LLM providers in the documentation #684

wlauppe opened this issue Mar 6, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@wlauppe
Copy link

wlauppe commented Mar 6, 2025

Hello, the fastest Provider of the Deepseek-R1 Model is currently. Sambanova
Speed is about 5 times as fast as the other providers. I really recommend to try it.

That is the config i got sambanova working with

(gptel-make-openai "Sambanova" ;Any name you want
  :host "api.sambanova.ai"
  :endpoint "/v1/chat/completions"
  :key gptel-api-key
  :stream t
  :models '(DeepSeek-R1))

together with the

machine api.sambanova.ai login apikey password xxxxxxxxxx 

liine in ~/.authinfo

I think it makes sense to include this in the documentation.

Link to the company:
https://sambanova.ai/

@wlauppe wlauppe added the enhancement New feature or request label Mar 6, 2025
@karthink
Copy link
Owner

karthink commented Mar 9, 2025

Sure, please raise a PR adding this to the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants