---
# https://vitepress.dev/reference/default-theme-home-page
layout: home

hero:
  name: "Prism"
  text: Laravel x LLMs
  tagline: "Prism is a powerful Laravel package for integrating Large Language Models (LLMs) into your applications."
  actions:
    - theme: brand
      text: Get Started
      link: /getting-started/introduction
    - theme: alt
      text: Sponsor
      link: https://github.com/sponsors/sixlive
    - theme: alt
      text: Github
      link: https://github.com/prism-php/prism
  image:
    src: /assets/prism-logo.webp
    alt: Prism Logo

features:
  - title: Elegant Provider Integrations
    details: Seamlessly switch between AI providers like OpenAI, Anthropic, and Ollama with a clean, expressive syntax you'll love.
  - title: Fluent Text Generation API
    details: Craft AI-powered text with an intuitive, chainable API that feels right at home in your Laravel projects.
  - title: Seamless Tool Integration
    details: Empower your AI with custom tools and external APIs, extending its capabilities with Laravel-like simplicity.
  - title: Structured Output Handling
    details: Transform AI responses into strongly-typed data with schema validation and rich object mapping - perfect for building robust APIs and applications.
  - title: First-Class Testing Support
    details: Write confident code with our comprehensive testing utilities, including response faking and detailed assertion helpers that make unit testing a breeze.
  - title: Multi-Modal Capabilities
    details: Work with text, images, and audio seamlessly using the same elegant API, enabling rich understanding and context-aware responses across all media types.
---
