Pages · Laravilt
Gemini
Use Google Gemini models with Laravilt AI.
Laravilt\AI\Providers\GeminiProvider talks to the Google Generative Language API (v1beta).
Configuration
env
Models
Laravilt\AI\Enums\GeminiModel:
| Case | Value |
|---|---|
GEMINI_2_FLASH | gemini-2.0-flash-exp (default) |
GEMINI_15_PRO | gemini-1.5-pro |
GEMINI_15_FLASH | gemini-1.5-flash |
GEMINI_PRO | gemini-pro |
Usage
Send messages in the standard role/content format. The provider converts them to Gemini's format, including system messages. temperature and max_tokens map to Gemini's temperature and maxOutputTokens.
php