Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .vitepress/sidebars/reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ export const referenceSidebar: DefaultTheme.SidebarItem[] = [
text: "Introduction",
link: "/reference/",
},
{
text: "AI Providers & Capabilities",
link: "/reference/ai-providers",
},
],
},
{
Expand Down
22 changes: 22 additions & 0 deletions src/reference/ai-providers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# AI Providers & Capabilities

This reference document provides a comprehensive overview of which AI providers support which capabilities in Caido's AI integration.

::: warning
Caido's AI provider does not support text embedding models or image models. Only text generation language models are supported.
:::

## Capabilities Matrix

| Capability | OpenAI | Anthropic | Gemini | OpenRouter |
|-----------|--------|-----------|--------|------------|
| Reasoning |x|x|x|x|
| Reasoning Signature | | | | |
| Reasoning Summary | | | | |
| Tool Calling | | | | |
| Tool Calling Signature | | | | |
| Parallel Tool Calling | | | | |
| Streaming Response | | | | |
| Streaming Reasoning | | | | |
| Streaming Tool Call | | | | |
| Structured Output | | | | |