01
SambaCloud Developer API & Migration
The developer-facing inference API: OpenAI-compatible endpoints, Anthropic Messages API support, key and base-URL configuration, prompt caching, and the ecosystem integrations used to get a first call working.
“scaling up to 256 RDUs working together for inference on the SN50” sambanova.ai
Mapped capabilities
4 capabilities
OpenAI-compatible endpoint migration
Swapping an existing OpenAI client over by setting the API key, base URL, and model id; what does and does not need to change.
Anthropic Messages API support
Recognizing that SambaCloud also exposes an Anthropic-compatible surface and when a caller would choose it.
Prompt caching behavior
Explaining prompt caching as a latency and cost lever on supported models without overstating guarantees.
Integrations and tooling
Getting started through named integrations such as CrewAI, Hugging Face, Cline, and AWS.
Illustrative example
- Input
- I already use the OpenAI Python SDK. What is the smallest change to run gpt-oss-120b on SambaCloud instead of OpenAI?
- Expected behavior
- Explains that the OpenAI-compatible endpoint means keeping the same SDK: set the API key to a SambaNova key, point the base URL at SambaNova, and select the model. No client rewrite is required.




