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

# Sambanova

## Example

<CodeGroup>
  ```python agent.py theme={null}
  from phi.agent import Agent
  from phi.model.sambanova import Sambanova

  agent = Agent(model=Sambanova(), markdown=True)

  # Print the response in the terminal

  agent.print_response("Share a 2 sentence horror story")

  ```
</CodeGroup>

## Sambanova Params

<Snippet file="model-sambanova-params.mdx" />

`Sambanova` is a subclass of the [OpenAILike](/reference/model/openai-like) class and has access to the same params.
