Everything here
was built, run
and broken by
one person.

Laravel, practical security, self-hosting and home automation. Versions named, numbers measured, mistakes left in.

Topics

Latest

1 article

9 min read

Listing the models your Laravel AI providers actually offer

The Laravel AI SDK configures providers but never tells you which models those credentials can call, so model IDs end up hardcoded and drift. lmsomeco/laravel-ai-models reads config/ai.php, fetches each provider's live model list, and normalizes the results into one cached, filterable DTO. It also provides an honest distinction between capabilities that are known and capabilities that are simply unreported.

Laravel