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

# Featured Examples

> Explore our collection of implementation examples and tutorials

<Tabs>
  <Tab title="Featured" value="featured">
    <CardGroup cols={3}>
      <Card title="ASGI Gradio Interface" href="/v4/examples/asgi-gradio-interface" icon="code">
        Create chat interfaces with Gradio and ASGI
      </Card>

      <Card title="Twilio Voice Agent" href="/v4/examples/twilio-voice-agent" icon="phone">
        Build conversational voice agents using Twilio
      </Card>

      <Card title="Real-Time Voice Agents" href="/v4/examples/realtime-voice-agents" icon="microphone-lines">
        Deploy real-time voice AI agents for interactive conversations
      </Card>

      <Card title="OpenAI-Compatible Endpoint with vLLM" href="/v4/examples/openai-compatible-endpoint-vllm" icon="server">
        Set up OpenAI API-compatible endpoints using vLLM
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Advanced concepts">
    <CardGroup cols={3}>
      <Card title="Mistral 7B with vLLM" href="/v4/examples/mistral-vllm" icon="brain">
        Deploy and optimize Mistral 7B models using vLLM
      </Card>

      <Card title="Streaming Falcon 7B" href="/v4/examples/streaming-falcon-7B" icon="wave-square">
        Stream outputs from Falcon 7B language model
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Endpoints">
    <CardGroup cols={3}>
      <Card title="OpenAI-Compatible Endpoint with vLLM" href="/v4/examples/openai-compatible-endpoint-vllm" icon="server">
        Set up OpenAI API-compatible endpoints using vLLM
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Integrations">
    <CardGroup cols={3}>
      <Card title="LangChain and LangSmith" href="/v4/examples/langchain-langsmith" icon="link">
        Integrate with LangChain and LangSmith
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Voice">
    <CardGroup cols={3}>
      <Card title="Transcribe with Whisper" href="/v4/examples/transcribe-whisper" icon="volume-high">
        Transcribe audio using Whisper
      </Card>

      <Card title="Twilio Voice Agent" href="/v4/examples/twilio-voice-agent" icon="phone">
        Build conversational voice agents using Twilio
      </Card>

      <Card title="Real-Time Voice Agents" href="/v4/examples/realtime-voice-agents" icon="microphone-lines">
        Deploy real-time voice AI agents for interactive conversations
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Image & Video">
    <CardGroup cols={3}>
      <Card title="ComfyUI" href="/v4/examples/comfyUI" icon="image">
        Deploy and use ComfyUI
      </Card>

      <Card title="SDXL" href="/v4/examples/sdxl" icon="wand-magic-sparkles">
        Generate images with SDXL
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Python Apps">
    <CardGroup cols={3}>
      <Card title="ASGI Gradio Interface" href="/v4/examples/asgi-gradio-interface" icon="code">
        Create Gradio interfaces with ASGI
      </Card>
    </CardGroup>
  </Tab>
</Tabs>
