mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-29 03:54:21 +01:00
15 lines
415 B
Markdown
15 lines
415 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
|
|
* Ollama
|
|
* OpenAI
|
|
|
|
[exchange-providers]: https://github.com/block-open-source/goose/tree/main/packages/exchange/src/exchange/providers
|