> ## Documentation Index
> Fetch the complete documentation index at: https://kawax.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Modelle

> Prüfen Sie die von der Copilot CLI unterstützten Modelle und geben Sie die Modell-ID in der Session-Konfiguration des Laravel Copilot SDK an.

## Modell-Liste

Mit `Copilot::client()->listModels()` erhalten Sie die Liste der von der Copilot CLI unterstützten Modelle.

Welche Modelle verfügbar sind, ändert sich mit Copilot-CLI-Updates und Organisationsrichtlinien.
Betrachten Sie die [Modell-Liste](https://github.com/invokable/laravel-copilot-sdk/blob/main/docs/models-list.md) daher lediglich als Orientierung.

## Angabe der Modell-ID

In der `SessionConfig`-Eigenschaft `model` wird die `ID` angegeben.

```php theme={null}
Copilot::run($prompt, config: ['model' => 'auto']);
```

<Info>
  Aktuelle Informationen finden Sie im [GitHub-Repository](https://github.com/invokable/laravel-copilot-sdk).
</Info>


## Related topics

- [Amazon-Bedrock-Treiber für das Laravel AI SDK](/de/packages/laravel-amazon-bedrock.md)
- [⚡ Einführung in Livewire 4 – Reaktive UIs ohne JavaScript](/de/blog/livewire-introduction.md)
- [MongoDB](/de/mongodb.md)
- [Laravels neues Ökosystem zur Code-Analyse – surveyor / ranger / roster](/de/blog/laravel-ecosystem-analysis.md)
- [URL-Generierung](/de/urls.md)
