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 v0.5 Preview: Smarter Streaming, Better Control, and New OpenAI Parameters!

LarAgent keeps evolving to give Laravel developers the most reliable, configurable, and developer-friendly AI agent experience. In this upcoming release, we're tackling streaming reliability, adding advanced OpenAI tuning parameters, and giving you fine-grained control over tool selection. Letโ€™s dig in ๐Ÿ‘‡ ๐Ÿ”น Reliable Streaming with Usage Tracking Streaming responses

By Revaz Gh.