Skip to content

Gemini

Configuration

php
'gemini' => [
    'api_key' => env('GEMINI_API_KEY', ''),
    'url' => env('GEMINI_URL', 'https://generativelanguage.googleapis.com/v1beta/models'),
],

Limitations

  • The tool calling is not supported.
  • The structured output is not supported.

Released under the MIT License.