Topic

Laravel

Notes and field reports tagged Laravel.

1 article
2026

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.

AI