docs: update available and onboarding providers list (#4356)

This commit is contained in:
dianed-square
2025-08-26 12:55:58 -07:00
committed by GitHub
parent 940e57845d
commit 57f57b2a2d
4 changed files with 19 additions and 9 deletions
@@ -5,8 +5,8 @@ export const DesktopProviderSetup = () => {
<>
<p>On the welcome screen, choose how to configure a provider:</p>
<ul>
<li><strong>OpenRouter</strong> (recommended) - One-click OAuth authentication provides instant access to multiple AI models with built-in rate limiting.</li>
<li><strong>Ollama</strong> - Free local AI that runs privately on your computer. If needed, the setup flow will guide you through installing Ollama and downloading the recommended model.</li>
<li><strong>Tetrate Agent Router</strong> - One-click OAuth authentication provides instant access to multiple AI models, starting credits, and built-in rate limiting.</li>
<li><strong>OpenRouter</strong> - One-click OAuth authentication provides instant access to multiple AI models with built-in rate limiting.</li>
<li><strong>Other Providers</strong> - Choose from <a href="/goose/docs/getting-started/providers">~20 supported providers</a> including OpenAI, Anthropic, Google Gemini, and others through manual configuration. Be ready to provide your API key.</li>
</ul>
</>