Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
prithivMLmods 
posted an update Oct 19
Post
2506
SambaNova ☁️
⚡ Inference API with cURL Demo: https://huggingface.co/spaces/prithivMLmods/sambanova-inference-api

🔗Sambanova API Documentation : (grab your APIs here) https://cloud.sambanova.ai/apis

export SAMBANOVA_API_KEY=<your token>

Sambanova's Inference API.

pip install sambanova-gradio

SambaNova X Gradio

import gradio as gr
import sambanova_gradio

gr.load(
    name='Meta-Llama-3.1-405B-Instruct',
    src=sambanova_gradio.registry,
).launch()

📃 Documentation: https://community.sambanova.ai/docs

In this post