Add SambaNova Cloud (20 RPM / 20 RPD / 200K TPD, no card) - #106
Open
xyzs996 wants to merge 1 commit into
Open
Conversation
Free Tier is defined by the absence of a linked payment method, not by a time window, so it is a permanent free tier reachable without a card. 20 RPM / 20 RPD / 200,000 TPD, identical across every free model. Limits: https://docs.sambanova.ai/docs/en/models/rate-limits Context and max output read from the public catalogue at https://api.sambanova.ai/v1/models on 2026-08-24.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds SambaNova Cloud to Inference providers.
data.jsononly — the README diff above is what CI will regenerate.Why it qualifies
https://api.sambanova.ai/v1.Official docs confirming the free tier and its limits
SambaNova model rate limits — the Free Tier
table, quoted verbatim: "Applied when there is no payment method linked with your account."
All five free models carry the same allowance:
DeepSeek-V3.1Meta-Llama-3.3-70B-Instructgpt-oss-120bDeepSeek-V3.2gemma-4-31B-itI listed the three production models in the table and put the two preview ones in the footnote,
since the docs mark those "for evaluation and experimentation, not production".
Context and Max Output are not in the rate-limits page, so I read them from SambaNova's public,
unauthenticated catalogue on 2026-08-24 — anyone can re-check this without an account:
MiniMax-M2.7andMiniMax-M3are served but appear only in the Developer-tier tables, so theyare not in this entry.
Two things worth flagging rather than hiding
gpt-oss-120bMax Output is—. The catalogue reportsmax_completion_tokensequal tocontext_lengthfor it, which reads as "no separate output cap" rather than a real 131K ceiling.Rather than print a number I could not source, I left the cell blank, the way the SiliconFlow row
does. Same situation for
gemma-4-31B-it, which is footnote-only anyway.says: one busy minute spends the entire day's request budget. I put that sentence in the footnote
because it changes how you'd actually use this tier.
What I could not verify
I have not made an authenticated call against the free tier — no account, so no live probe like the
one behind the Kilo Code footnote. Everything above is from SambaNova's published docs and their
public catalogue endpoint, both linked. If you want a live confirmation before merging, that part
is not something I can supply.