You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/providers/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Model Providers
3
-
description: Compare all available model providers for Zoo Code. See which providers work with the VS Code extension and Zoo Code Cloud Agents at a glance.
3
+
description: Compare all available model providers for Zoo Code. See which providers work with the VS Code extension and Zoo Code Cloud at a glance.
4
4
keywords:
5
5
- model providers
6
6
- API providers
@@ -13,11 +13,11 @@ import ProviderTable from '@site/src/components/ProviderTable';
13
13
14
14
# Model Providers
15
15
16
-
The Zoo Code VS Code extension and Zoo Code Cloud Agents are highly capable, sophisticated coding agents. While they carry a lot of functionality on their own, they depend on LLM providers to offer the inference needed to complete tasks.
16
+
The Zoo Code VS Code extension and Zoo Code Cloud support a wide range of coding workflows, but they still depend on LLM providers to supply the inference needed to complete tasks.
17
17
18
18
Other tools are intinsically bound by design to a specific provider (like Claude Code → Anthropic Models or Codex → OpenAI models), forcing you to stick with them irrespective of how the landscape changes (which happens fast). Zoo on the other hand is **model-agnostic**, allowing you to choose the model that best fits your needs, according to your budget, skill profile, codebase and more.
19
19
20
-
We support connecting to a wide range of model providers, giving you flexibility in how you access AI models. Some providers work with the VS Code extension, while others are available through Zoo Code Cloud Agents.
20
+
We support connecting to a wide range of model providers, giving you flexibility in how you access AI models. Some providers work with the VS Code extension, while others are available through Zoo Code Cloud.
21
21
22
22
Learn how to set up your provider in [the Zoo Code VS Code extension here](/getting-started/connecting-api-provider).
0 commit comments