> ## Documentation Index
> Fetch the complete documentation index at: https://sambanova-systems.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# AI starter kits

SambaNova AI Starter Kits are open-source examples designed to bootstrap application development for common AI use cases. They provide Python code with concepts that can be applied to any programming language.

Start with the demos below or view all kits at the [GitHub repository](https://github.com/sambanova/ai-starter-kit).

<Tip>
  To run these examples, obtain your SambaNova API key from the [API keys and URLs](/en/get-started/api-keys-urls) page.
</Tip>

## Quickstart

A comprehensive guide to help you get started with the platform.

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/sambanova/ai-starter-kit/blob/main/quickstart/README.md" />
</CardGroup>

## Enterprise knowledge retrieval

Document Q\&A on multiple file formats including PDF, TXT, and DOC. Demonstrates a retrieval augmented generation (RAG) semantic search workflow.

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/sambanova/ai-starter-kit/tree/main/enterprise_knowledge_retriever" />

  <Card title="Cloud Demo" icon="laptop" href="https://aiskekr.cloud.snova.ai/" />
</CardGroup>

## Multimodal retriever

Unlock insights from complex PDFs and images. Demonstrates advanced retrieval and answer generation that combines both visual and textual data.

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/sambanova/ai-starter-kit/tree/main/multimodal_knowledge_retriever" />

  <Card title="Cloud Demo" icon="laptop" href="https://aiskmmr.cloud.snova.ai/" />
</CardGroup>

## Benchmarking

Compare model performance by evaluating outputs, Time to First Token, End-to-End Latency, Throughput, and more with configuration options in a chat interface.

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/sambanova/ai-starter-kit/tree/main/benchmarking" />

  <Card title="Cloud Demo" icon="laptop" href="https://aiskbenchmarking.cloud.snova.ai/" />
</CardGroup>

## Function calling

Enhance your AI applications with function calling capabilities. Demonstrates how to define and invoke functions from natural language inputs.

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/sambanova/ai-starter-kit/blob/main/function_calling/README.md" />

  <Card title="Cloud Demo" icon="laptop" href="https://aiskfunctioncalling.cloud.snova.ai/" />
</CardGroup>

## Search assistant

Expand your application's knowledge with semantic search and prompt construction strategies. Includes configurable integrations with multiple SERP APIs.

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/sambanova/ai-starter-kit/tree/main/search_assistant" />

  <Card title="Cloud Demo" icon="laptop" href="https://aisksearchassistant.cloud.snova.ai/" />
</CardGroup>

## Financial assistant

Use large language models to generate complex responses. Demonstrates how to employ multiple agents in a chain to focus and decompose queries, generate multi-step answers, and check accuracy.

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/sambanova/ai-starter-kit/tree/main/financial_assistant" />
</CardGroup>

## Agents

A multi-agent AI system that provides deep research, automated artifact production, and advanced data science capabilities. Leverages a team of specialized agents to execute complex tasks.

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/sambanova/agents/blob/main/README.md" />

  <Card title="Cloud Demo" icon="laptop" href="https://aiskagents.cloud.snova.ai/" />
</CardGroup>

## Agent tube

Transform video content with AI-powered analysis, transcription, and insights.

<CardGroup cols={3}>
  <Card title="Cloud Demo" icon="laptop" href="https://agenttube.cloud.snova.ai/" />
</CardGroup>

## Voice assistant

A voice agent using LiveKit for real-time audio. Runs an STT/LLM pipeline with low-latency inference and Model Context Protocol (MCP) capabilities for advanced function calling.

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/sambanova/integrations/tree/main/livekit" />

  <Card title="Cloud Demo" icon="laptop" href="https://aiskvoicedemo.cloud.snova.ai/" />
</CardGroup>

***

## Third-party starter kits

Examples developed by community and ecosystem partners.

### Video2Game

Transform educational videos (lectures, tutorials, explainer videos) into interactive games.

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/Hrishikesh332/Video2Game" />
</CardGroup>

### PromptFoo

Run multiple evaluation tests on LLMs using MCP with CrewAI integration.

<CardGroup cols={3}>
  <Card title="GitHub" icon="github" href="https://github.com/jalakoo/promptfoo-crewai-mcp" />
</CardGroup>
