laravel/ai
The Laravel AI SDK provides a unified, expressive API for interacting with AI providers such as OpenAI, Anthropic, Gemini, and more.
What it solves
It provides a unified, expressive API for developers to interact with multiple AI providers (such as OpenAI, Anthropic, and Gemini) without having to learn different interfaces for each service.
How it works
The SDK acts as a consistent, Laravel-friendly interface that allows developers to implement AI capabilities including intelligent agents with tools, structured output, image generation, audio synthesis and transcription, and vector embeddings.
Who it’s for
Laravel developers who want to integrate AI functionality into their applications using a standardized API.
Highlights
- Unified API for multiple AI providers
- Support for intelligent agents with tools and structured output
- Capabilities for image generation, audio synthesis, and transcription
- Vector embedding creation
Related
- Project
googleapis/go-genaiA Go SDK that provides an interface for developers to integrate Google's Gemini generative models into their applications.
- Project
googleapis/java-genaiA Java SDK for interacting with Gemini Developer and Gemini Enterprise Agent Platform APIs, enabling content generation, multimodal input, and automatic function calling.
- Project
LnYo-Cly/ai4jA Java AI Agentic SDK for JDK 8+ that provides unified access to multiple LLM platforms, tool calling, RAG, and agent runtime capabilities.
- Project
fruitbars/simple-one-apisimple‑one‑api is an open‑source Go gateway that unifies multiple LLM providers behind OpenAI‑compatible endpoints, adds capacity‑aware key scheduling, four‑layer rate‑limiting, a built‑in React chat UI, a visual config console, and a Wails desktop client. It can be run as a single binary, Docker container, or desktop app, and stores its configuration in SQLite.
- Project
mozilla-ai/any-agentA unified interface and evaluation tool that allows developers to run and compare AI agents across multiple frameworks like LangChain, LlamaIndex, and OpenAI Agents SDK using a single API.