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

# Integrations

> Connect Cerebras Inference to the agent frameworks, dev tools, and platforms you already use.

export const BackToTop = () => {
  const [visible, setVisible] = useState(false);
  useEffect(() => {
    const heroHeight = 240;
    const onScroll = () => setVisible(window.scrollY > heroHeight);
    window.addEventListener('scroll', onScroll, {
      passive: true
    });
    onScroll();
    return () => window.removeEventListener('scroll', onScroll);
  }, []);
  return <a href="#top" aria-label="Back to top" className={`fixed bottom-24 right-8 z-50 w-11 h-11 flex items-center justify-center rounded-full shadow-lg backdrop-blur-sm no-underline transition-all duration-300 ${visible ? 'opacity-100 translate-y-0 pointer-events-auto' : 'opacity-0 translate-y-2 pointer-events-none'}`} style={{
    backgroundColor: 'rgba(66, 64, 73, 0.55)'
  }}>
      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="white" strokeWidth="2.5" strokeLinecap="round" strokeLinejoin="round">
        <path d="M12 19V5M5 12l7-7 7 7" />
      </svg>
    </a>;
};

<div className="integrations-home-page" id="top">
  <div className="relative">
    <div className="relative h-[240px] flex items-center justify-center overflow-hidden mb-10">
      <div
        className="absolute inset-0 bg-cover bg-center bg-no-repeat"
        style={{
      backgroundImage: 'url("https://mintcdn.com/cerebras-inference/LGuY8JnLRJOYjxQe/images/wheel.webp?fit=max&auto=format&n=LGuY8JnLRJOYjxQe&q=85&s=f88a9a61b26c32804ab8c256fb861bfc")'
    }}
      />

      <div
        className="absolute inset-0"
        style={{
      background: 'linear-gradient(to bottom, rgba(241,89,42,0.35) 0%, rgba(0,0,0,0.3) 100%)'
    }}
      />

      <div className="relative z-10 text-center px-8 max-w-[900px]">
        <h1 className="hero-heading text-3xl md:text-4xl text-white mb-3">
          Integrations
        </h1>

        <p className="hero-subheading text-lg md:text-xl text-white/95 font-light">
          Connect Cerebras Inference to the agent frameworks, dev tools, and platforms you already use
        </p>
      </div>
    </div>

    <div className="text-black dark:text-white max-w-[1250px] mx-auto px-8 pb-16">
      <Tabs>
        <Tab title="By Category">
          <div className="flex flex-wrap gap-2 mb-10 not-prose">
            <a href="#agentic-frameworks" className="no-underline text-sm font-medium px-3 py-1.5 rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">Agentic Frameworks</a>
            <a href="#ai-development-kits" className="no-underline text-sm font-medium px-3 py-1.5 rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">AI Development Kits</a>
            <a href="#coding-tools" className="no-underline text-sm font-medium px-3 py-1.5 rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">Coding Tools</a>
            <a href="#containerization" className="no-underline text-sm font-medium px-3 py-1.5 rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">Containerization</a>
            <a href="#observability-evaluation" className="no-underline text-sm font-medium px-3 py-1.5 rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">Observability & Evaluation</a>
            <a href="#llm-integration-tools" className="no-underline text-sm font-medium px-3 py-1.5 rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">LLM Integration Tools</a>
            <a href="#llm-application-frameworks" className="no-underline text-sm font-medium px-3 py-1.5 rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">LLM Application Frameworks</a>
            <a href="#document-processing" className="no-underline text-sm font-medium px-3 py-1.5 rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">Document Processing</a>
            <a href="#real-time-audio" className="no-underline text-sm font-medium px-3 py-1.5 rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">Real-Time Audio</a>
            <a href="#multi-llm-management" className="no-underline text-sm font-medium px-3 py-1.5 rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">Multi-LLM Management</a>
            <a href="#no-code-low-code-platforms" className="no-underline text-sm font-medium px-3 py-1.5 rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">No-Code/Low-Code Platforms</a>
            <a href="#chatbot-platforms" className="no-underline text-sm font-medium px-3 py-1.5 rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">Chatbot Platforms</a>
          </div>

          <h2 id="agentic-frameworks" className="section-heading not-prose text-3xl mb-6 -mx-8 px-8">
            Agentic Frameworks
          </h2>

          <Columns cols={2}>
            <Card title="AG2" href="/integrations/ag2" arrow="true">
              Open-source framework for building and orchestrating multi-agent AI workflows.
            </Card>

            <Card title="Agno" href="/integrations/agno" arrow="true">
              Lightweight framework for building multi-modal AI agents.
            </Card>

            <Card title="Browser-Use" href="/integrations/browser-use" arrow="true">
              Enable AI agents to control web browsers for automated navigation and data extraction.
            </Card>

            <Card title="CrewAI" href="/integrations/crewai" arrow="true">
              Open-source platform designed to orchestrate workflows of complex AI agents.
            </Card>

            <Card title="Stagehand" href="/integrations/stagehand" arrow="true">
              Open-source AI-powered framework for reliable browser automation.
            </Card>
          </Columns>

          <h2 id="ai-development-kits" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">
            AI Development Kits
          </h2>

          <Columns cols={2}>
            <Card title="Vercel AI SDK" href="/integrations/vercel-ai-sdk" arrow="true">
              Open-source toolkit by Vercel for building AI applications using JavaScript and TypeScript.
            </Card>

            <Card title="AI Suite" href="/integrations/ai-suite" arrow="true">
              Unified interface for accessing multiple LLM providers with easy comparison and switching.
            </Card>

            <Card title="Milvus" href="/integrations/milvus" arrow="true">
              Open-source vector database for building high-performance RAG applications.
            </Card>
          </Columns>

          <h2 id="coding-tools" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">
            Coding Tools
          </h2>

          <Columns cols={2}>
            <Card title="Aider" href="/integrations/aider" arrow="true">
              AI pair programming tool for editing code in your terminal with natural language commands.
            </Card>

            <Card title="Cline" href="/integrations/cline" arrow="true">
              Open-source AI coding assistant to bring fast Cerebras Inference into your dev flow.
            </Card>

            <Card title="OpenCode" href="/integrations/opencode" arrow="true">
              Open-source AI coding agent built for the terminal that integrates deeply with developer tools for coding automation.
            </Card>

            <Card title="VS Code" href="/integrations/vscode" arrow="true">
              Free and extensible source code editor that supports multiple languages and offers features like Git integration, and a vast marketplace of extensions.
            </Card>

            <Card title="KiloCode" href="/integrations/kilocode" arrow="true">
              AI-powered autonomous coding assistant for VS Code.
            </Card>
          </Columns>

          <h2 id="containerization" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">
            Containerization
          </h2>

          <Columns cols={2}>
            <Card title="Docker" href="/integrations/docker" arrow="true">
              Platform for containerizing applications and environments.
            </Card>
          </Columns>

          <h2 id="observability-evaluation" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">
            Observability & Evaluation
          </h2>

          <Columns cols={2}>
            <Card title="Arize Phoenix" href="/integrations/arize-phoenix" arrow="true">
              Open-source AI observability platform for tracing, evaluation, and debugging LLM applications.
            </Card>

            <Card title="Braintrust" href="/integrations/braintrust" arrow="true">
              LLMOps platform for evaluation, observability, and monitoring of AI applications.
            </Card>

            <Card title="Helicone" href="/integrations/helicone" arrow="true">
              Open-source LLM observability platform for monitoring, debugging, and optimizing AI applications with detailed analytics.
            </Card>

            <Card title="Langfuse" href="/integrations/langfuse" arrow="true">
              Open-source LLM engineering platform for debugging, tracing, and evaluating AI applications.
            </Card>

            <Card title="Opik" href="/integrations/opik" arrow="true">
              Open-source platform for evaluating, testing, and monitoring LLM applications.
            </Card>

            <Card title="Weave" href="/integrations/weave" arrow="true">
              Lightweight toolkit by Weights & Biases for tracking and evaluating LLM applications.
            </Card>

            <Card title="Cloudflare AI Gateway" href="/integrations/cloudflare-ai-gateway" arrow="true">
              Route, cache, and monitor AI API requests with analytics and rate limiting.
            </Card>

            <Card title="Kong API Gateway" href="/integrations/kong-api-gateway" arrow="true">
              Cloud-native API gateway with AI Proxy plugin for secure traffic management, monitoring, and routing of Cerebras inference requests.
            </Card>

            <Card title="Operant" href="/integrations/operant" arrow="true">
              Real-time AI security gateway with inline threat detection, PII redaction, and rate limiting for Cerebras Inference traffic.
            </Card>
          </Columns>

          <h2 id="llm-integration-tools" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">
            LLM Integration Tools
          </h2>

          <Columns cols={2}>
            <Card title="Exa" href="/integrations/exa" arrow="true">
              Web search and content extraction APIs for grounding AI agents with current web data.
            </Card>

            <Card title="Hugging Face" href="/integrations/huggingface" arrow="true">
              Unified Inference Providers API for accessing multiple LLM providers with support for Python, JavaScript, and streaming.
            </Card>

            <Card title="Llama Index" href="/integrations/llamaindex" arrow="true">
              Tool for connecting LLMs to external data sources.
            </Card>

            <Card title="Maxim" href="/integrations/maxim" arrow="true">
              Enterprise-grade platform for simulating, evaluating, and observing AI agents with real-time monitoring and testing.
            </Card>

            <Card title="Parallel" href="/integrations/parallel" arrow="true">
              Web research APIs for AI agents with search, extraction, and real-time monitoring capabilities.
            </Card>
          </Columns>

          <h2 id="llm-application-frameworks" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">
            LLM Application Frameworks
          </h2>

          <Columns cols={2}>
            <Card title="Instructor" href="/integrations/instructor" arrow="true">
              Library for type-safe, validated structured outputs from LLMs using Pydantic models.
            </Card>

            <Card title="LangChain" href="/integrations/langchain" arrow="true">
              Framework for developing applications powered by large language models.
            </Card>

            <Card title="LangGraph" href="/integrations/langgraph" arrow="true">
              Framework for building stateful, multi-actor AI agents with LangChain.
            </Card>

            <Card title="Pydantic AI" href="/integrations/pydantic-ai" arrow="true">
              Python framework for building production-grade AI agents with type-safe structured outputs and validation.
            </Card>

            <Card title="Llama Stack" href="/integrations/llama-stack" arrow="true">
              Framework for building generative AI applications.
            </Card>
          </Columns>

          <h2 id="document-processing" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">
            Document Processing
          </h2>

          <Columns cols={2}>
            <Card title="Reducto" href="/integrations/reducto" arrow="true">
              Document parsing platform for extracting structured data from PDFs, images, and documents.
            </Card>

            <Card title="Unstructured" href="/integrations/unstructured" arrow="true">
              Advanced document processing platform for extracting structured data from PDFs, images, and complex documents with AI-powered parsing.
            </Card>
          </Columns>

          <h2 id="real-time-audio" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">
            Real-Time Audio
          </h2>

          <Columns cols={2}>
            <Card title="Cartesia" href="/integrations/cartesia" arrow="true">
              Voice AI platform that builds ultra-realistic, real-time speech generation and voice agent development tools.
            </Card>

            <Card title="LiveKit" href="/integrations/livekit" arrow="true">
              Open-source platform for real-time audio and video AI.
            </Card>

            <Card title="ElevenLabs" href="/integrations/elevenlabs" arrow="true">
              Voice AI platform for ultra-fast text-to-speech generation and conversational AI applications with natural-sounding voice.
            </Card>

            <Card title="Hume AI" href="/integrations/hume" arrow="true">
              Empathic AI platform for building voice interfaces that understand and respond to human emotions.
            </Card>
          </Columns>

          <h2 id="multi-llm-management" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">
            Multi-LLM Management
          </h2>

          <Columns cols={2}>
            <Card title="LiteLLM" href="/integrations/litellm" arrow="true">
              Unified interface for calling 100+ LLM providers using OpenAI format with routing and fallbacks.
            </Card>

            <Card title="OpenRouter" href="/integrations/openrouter" arrow="true">
              Unified API for connecting and routing prompts across multiple LLM providers.
            </Card>

            <Card title="Portkey" href="/integrations/portkey" arrow="true">
              AI gateway for prompt management, routing, and monitoring across multiple LLM providers with built-in observability.
            </Card>

            <Card title="TrueFoundry" href="/integrations/foundry" arrow="true">
              AI Gateway by TrueFoundry for observability, cost tracking, and access control across LLM providers.
            </Card>

            <Card title="AWS Marketplace" href="/integrations/aws-marketplace" arrow="true">
              Subscribe to Cerebras Inference through AWS with consolidated billing.
            </Card>
          </Columns>

          <h2 id="no-code-low-code-platforms" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">
            No-Code/Low-Code Platforms
          </h2>

          <Columns cols={2}>
            <Card title="Dify" href="/integrations/dify" arrow="true">
              No-code platform for building and deploying AI applications with visual workflows.
            </Card>

            <Card title="Flowise" href="/integrations/flowise" arrow="true">
              Open-source drag-and-drop UI for building LLM flows and AI agents.
            </Card>

            <Card title="FlutterFlow" href="/integrations/flutterflow" arrow="true">
              Visual development platform for building cross-platform AI-powered mobile apps.
            </Card>
          </Columns>

          <h2 id="chatbot-platforms" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">
            Chatbot Platforms
          </h2>

          <Columns cols={2}>
            <Card title="Poe" href="https://poe.com/" arrow="true">
              Chatbot platform by Quora for accessing and comparing LLMs.
            </Card>
          </Columns>
        </Tab>

        <Tab title="A–Z">
          <div className="flex flex-wrap gap-2 mb-10 not-prose">
            <a href="#letter-a" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">A</a>
            <a href="#letter-b" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">B</a>
            <a href="#letter-c" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">C</a>
            <a href="#letter-d" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">D</a>
            <a href="#letter-e" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">E</a>
            <a href="#letter-f" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">F</a>
            <a href="#letter-h" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">H</a>
            <a href="#letter-i" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">I</a>
            <a href="#letter-k" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">K</a>
            <a href="#letter-l" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">L</a>
            <a href="#letter-m" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">M</a>
            <a href="#letter-o" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">O</a>
            <a href="#letter-p" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">P</a>
            <a href="#letter-r" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">R</a>
            <a href="#letter-s" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">S</a>
            <a href="#letter-t" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">T</a>
            <a href="#letter-u" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">U</a>
            <a href="#letter-v" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">V</a>
            <a href="#letter-w" className="no-underline text-sm font-medium w-8 h-8 flex items-center justify-center rounded-full border border-gray-200 dark:border-gray-700 text-gray-700 dark:text-gray-300 hover:border-[#F1592A] hover:text-[#F1592A] dark:hover:border-[#F1592A] dark:hover:text-[#F1592A] transition-colors duration-200">W</a>
          </div>

          <h2 id="letter-a" className="section-heading not-prose text-3xl mb-6 -mx-8 px-8">A</h2>

          <Columns cols={2}>
            <Card title="AG2" href="/integrations/ag2" arrow="true">
              Open-source framework for building and orchestrating multi-agent AI workflows.
            </Card>

            <Card title="Agno" href="/integrations/agno" arrow="true">
              Lightweight framework for building multi-modal AI agents.
            </Card>

            <Card title="AI Suite" href="/integrations/ai-suite" arrow="true">
              Unified interface for accessing multiple LLM providers with easy comparison and switching.
            </Card>

            <Card title="Aider" href="/integrations/aider" arrow="true">
              AI pair programming tool for editing code in your terminal with natural language commands.
            </Card>

            <Card title="Arize Phoenix" href="/integrations/arize-phoenix" arrow="true">
              Open-source AI observability platform for tracing, evaluation, and debugging LLM applications.
            </Card>

            <Card title="AWS Marketplace" href="/integrations/aws-marketplace" arrow="true">
              Subscribe to Cerebras Inference through AWS with consolidated billing.
            </Card>
          </Columns>

          <h2 id="letter-b" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">B</h2>

          <Columns cols={2}>
            <Card title="Braintrust" href="/integrations/braintrust" arrow="true">
              LLMOps platform for evaluation, observability, and monitoring of AI applications.
            </Card>

            <Card title="Browser-Use" href="/integrations/browser-use" arrow="true">
              Enable AI agents to control web browsers for automated navigation and data extraction.
            </Card>
          </Columns>

          <h2 id="letter-c" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">C</h2>

          <Columns cols={2}>
            <Card title="Cartesia" href="/integrations/cartesia" arrow="true">
              Voice AI platform that builds ultra-realistic, real-time speech generation and voice agent development tools.
            </Card>

            <Card title="Cline" href="/integrations/cline" arrow="true">
              Open-source AI coding assistant to bring fast Cerebras Inference into your dev flow.
            </Card>

            <Card title="Cloudflare AI Gateway" href="/integrations/cloudflare-ai-gateway" arrow="true">
              Route, cache, and monitor AI API requests with analytics and rate limiting.
            </Card>

            <Card title="CrewAI" href="/integrations/crewai" arrow="true">
              Open-source platform designed to orchestrate workflows of complex AI agents.
            </Card>
          </Columns>

          <h2 id="letter-d" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">D</h2>

          <Columns cols={2}>
            <Card title="Dify" href="/integrations/dify" arrow="true">
              No-code platform for building and deploying AI applications with visual workflows.
            </Card>

            <Card title="Docker" href="/integrations/docker" arrow="true">
              Platform for containerizing applications and environments.
            </Card>
          </Columns>

          <h2 id="letter-e" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">E</h2>

          <Columns cols={2}>
            <Card title="ElevenLabs" href="/integrations/elevenlabs" arrow="true">
              Voice AI platform for ultra-fast text-to-speech generation and conversational AI applications with natural-sounding voice.
            </Card>

            <Card title="Exa" href="/integrations/exa" arrow="true">
              Web search and content extraction APIs for grounding AI agents with current web data.
            </Card>
          </Columns>

          <h2 id="letter-f" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">F</h2>

          <Columns cols={2}>
            <Card title="Flowise" href="/integrations/flowise" arrow="true">
              Open-source drag-and-drop UI for building LLM flows and AI agents.
            </Card>

            <Card title="FlutterFlow" href="/integrations/flutterflow" arrow="true">
              Visual development platform for building cross-platform AI-powered mobile apps.
            </Card>
          </Columns>

          <h2 id="letter-h" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">H</h2>

          <Columns cols={2}>
            <Card title="Helicone" href="/integrations/helicone" arrow="true">
              Open-source LLM observability platform for monitoring, debugging, and optimizing AI applications with detailed analytics.
            </Card>

            <Card title="Hume AI" href="/integrations/hume" arrow="true">
              Empathic AI platform for building voice interfaces that understand and respond to human emotions.
            </Card>

            <Card title="Hugging Face" href="/integrations/huggingface" arrow="true">
              Unified Inference Providers API for accessing multiple LLM providers with support for Python, JavaScript, and streaming.
            </Card>
          </Columns>

          <h2 id="letter-i" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">I</h2>

          <Columns cols={2}>
            <Card title="Instructor" href="/integrations/instructor" arrow="true">
              Library for type-safe, validated structured outputs from LLMs using Pydantic models.
            </Card>
          </Columns>

          <h2 id="letter-k" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">K</h2>

          <Columns cols={2}>
            <Card title="KiloCode" href="/integrations/kilocode" arrow="true">
              AI-powered autonomous coding assistant for VS Code.
            </Card>

            <Card title="Kong API Gateway" href="/integrations/kong-api-gateway" arrow="true">
              Cloud-native API gateway with AI Proxy plugin for secure traffic management, monitoring, and routing of Cerebras inference requests.
            </Card>
          </Columns>

          <h2 id="letter-l" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">L</h2>

          <Columns cols={2}>
            <Card title="LangChain" href="/integrations/langchain" arrow="true">
              Framework for developing applications powered by large language models.
            </Card>

            <Card title="LangGraph" href="/integrations/langgraph" arrow="true">
              Framework for building stateful, multi-actor AI agents with LangChain.
            </Card>

            <Card title="Langfuse" href="/integrations/langfuse" arrow="true">
              Open-source LLM engineering platform for debugging, tracing, and evaluating AI applications.
            </Card>

            <Card title="LiteLLM" href="/integrations/litellm" arrow="true">
              Unified interface for calling 100+ LLM providers using OpenAI format with routing and fallbacks.
            </Card>

            <Card title="LiveKit" href="/integrations/livekit" arrow="true">
              Open-source platform for real-time audio and video AI.
            </Card>

            <Card title="Llama Index" href="/integrations/llamaindex" arrow="true">
              Tool for connecting LLMs to external data sources.
            </Card>

            <Card title="Llama Stack" href="/integrations/llama-stack" arrow="true">
              Framework for building generative AI applications.
            </Card>
          </Columns>

          <h2 id="letter-m" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">M</h2>

          <Columns cols={2}>
            <Card title="Maxim" href="/integrations/maxim" arrow="true">
              Enterprise-grade platform for simulating, evaluating, and observing AI agents with real-time monitoring and testing.
            </Card>

            <Card title="Milvus" href="/integrations/milvus" arrow="true">
              Open-source vector database for building high-performance RAG applications.
            </Card>
          </Columns>

          <h2 id="letter-o" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">O</h2>

          <Columns cols={2}>
            <Card title="OpenCode" href="/integrations/opencode" arrow="true">
              Open-source AI coding agent built for the terminal that integrates deeply with developer tools for coding automation.
            </Card>

            <Card title="OpenRouter" href="/integrations/openrouter" arrow="true">
              Unified API for connecting and routing prompts across multiple LLM providers.
            </Card>

            <Card title="Opik" href="/integrations/opik" arrow="true">
              Open-source platform for evaluating, testing, and monitoring LLM applications.
            </Card>

            <Card title="Operant" href="/integrations/operant" arrow="true">
              Real-time AI security gateway with inline threat detection, PII redaction, and rate limiting for Cerebras Inference traffic.
            </Card>
          </Columns>

          <h2 id="letter-p" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">P</h2>

          <Columns cols={2}>
            <Card title="Parallel" href="/integrations/parallel" arrow="true">
              Web research APIs for AI agents with search, extraction, and real-time monitoring capabilities.
            </Card>

            <Card title="Portkey" href="/integrations/portkey" arrow="true">
              AI gateway for prompt management, routing, and monitoring across multiple LLM providers with built-in observability.
            </Card>

            <Card title="Poe" href="https://poe.com/" arrow="true">
              Chatbot platform by Quora for accessing and comparing LLMs.
            </Card>

            <Card title="Pydantic AI" href="/integrations/pydantic-ai" arrow="true">
              Python framework for building production-grade AI agents with type-safe structured outputs and validation.
            </Card>
          </Columns>

          <h2 id="letter-r" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">R</h2>

          <Columns cols={2}>
            <Card title="Reducto" href="/integrations/reducto" arrow="true">
              Document parsing platform for extracting structured data from PDFs, images, and documents.
            </Card>
          </Columns>

          <h2 id="letter-s" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">S</h2>

          <Columns cols={2}>
            <Card title="Stagehand" href="/integrations/stagehand" arrow="true">
              Open-source AI-powered framework for reliable browser automation.
            </Card>
          </Columns>

          <h2 id="letter-t" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">T</h2>

          <Columns cols={2}>
            <Card title="TrueFoundry" href="/integrations/foundry" arrow="true">
              AI Gateway by TrueFoundry for observability, cost tracking, and access control across LLM providers.
            </Card>
          </Columns>

          <h2 id="letter-u" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">U</h2>

          <Columns cols={2}>
            <Card title="Unstructured" href="/integrations/unstructured" arrow="true">
              Advanced document processing platform for extracting structured data from PDFs, images, and complex documents with AI-powered parsing.
            </Card>
          </Columns>

          <h2 id="letter-v" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">V</h2>

          <Columns cols={2}>
            <Card title="Vercel AI SDK" href="/integrations/vercel-ai-sdk" arrow="true">
              Open-source toolkit by Vercel for building AI applications using JavaScript and TypeScript.
            </Card>

            <Card title="VS Code" href="/integrations/vscode" arrow="true">
              Free and extensible source code editor that supports multiple languages and offers features like Git integration, and a vast marketplace of extensions.
            </Card>
          </Columns>

          <h2 id="letter-w" className="section-heading not-prose text-3xl mb-6 mt-12 -mx-8 px-8">W</h2>

          <Columns cols={2}>
            <Card title="Weave" href="/integrations/weave" arrow="true">
              Lightweight toolkit by Weights & Biases for tracking and evaluating LLM applications.
            </Card>
          </Columns>
        </Tab>
      </Tabs>
    </div>

    <BackToTop />
  </div>
</div>
