mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-02 05:54:23 +01:00
16 lines
424 B
Markdown
16 lines
424 B
Markdown
# Providers
|
|
|
|
Providers in Goose mean "LLM providers" that Goose can interact with. Providers are defined in the [Exchange library][exchange-providers] for the most part, but you can define your own.
|
|
|
|
**Currently available providers:**
|
|
|
|
* Anthropic
|
|
* Azure
|
|
* Bedrock
|
|
* Databricks
|
|
* Google
|
|
* Ollama
|
|
* OpenAI
|
|
|
|
[exchange-providers]: https://github.com/block-open-source/goose/tree/main/packages/exchange/src/exchange/providers
|