LarAgent v0.5 Preview: Groq API, Audio Modality, and More Configs

LarAgent v0.5 Preview: Groq API, Audio Modality, and More Configs

LarAgent just upgraded β€” big time. We're bringing powerful new AI capabilities, better control, and multi-modality support to Laravel developers.

Let’s break it down πŸ‘‡

πŸ”Ή Groq API + Massive Model Expansion

Ever wanted access to blazing-fast AI models beyond OpenAI? Now you’ve got it.

Thanks to a game-changing contribution from John (huge thanks πŸ‘), LarAgent now supports:

βœ… Full Groq API integration
βœ… Access to a wide range of high-performance models
βœ… Simple plug-and-play experience for Laravel developers

This opens the door for faster, cheaper, and more flexible AI development β€” right from your Laravel app.


πŸ”Š Audio Modality Is Here

Text-only is old news. LarAgent now supports audio as a first-class citizen.

New method withAudios() makes it easy to build rich, multimodal AI experiences.

All audio settings (format, voice, etc.) are handled directly in your agent config. You’re in full control. 🎧


πŸ”§ Dynamic Configs and Schema-Based Responses

Your API is now smarter and more customizable.

You can now configure agents per request using new setter methods:

$agent->maxCompletionTokens(2000);
$agent->parallelToolCalls(true);
$agent->responseSchema([...]);

Perfect for frontend integration and production-safe AI workflows.


πŸ›  Runtime Tool Registration + Phantom Tools

The new PhantomTool feature allows you to define and return tools dynamically from API requests β€” skipping the LarAgent side execution.

βœ… Define tools with custom properties
βœ… Use tool selection strategies: auto, none, required, or force a function
βœ… Compatible with OpenAI-style tool call responses


LarAgent continues its mission to make Laravel the best home for AI developers β€” clean, powerful, and built for real-world use.

v0.5 is almost here πŸ’ͺ


Star the repo, and as always β€” happy building! πŸš€

Read more

LarAgent v1.0 - Production-Ready AI Agents for Laravel

LarAgent v1.0 - Production-Ready AI Agents for Laravel

This major release takes LarAgent to the next level - focused on structured responses, reliable context management, richer tooling, and production-grade agent behavior. Designed for both development teams and business applications where predictability, observability, and scalability matter πŸ› οΈ Structured Outputs with DataModel LarAgent introduces DataModel-based structured responses, moving beyond arrays to

By Revaz Gh.