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
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@
"group": "Integrations",
"pages": [
"integrations/index",
"integrations/claude-code-plugin"
"integrations/claude-code-plugin",
"integrations/langchain"
]
}
]
Expand Down
10 changes: 7 additions & 3 deletions integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Before you begin, read the [quickstart](/quickstart) to provision an [API key](h
>
Route Claude Code subagents and slash commands through ZeroGPU's nano models for fast, low-cost classification, extraction, and chat directly from your terminal.
</Card>
<Card
title="LangChain"
icon="crow"
href="/integrations/langchain"
>
Offload classification, extraction, PII redaction, and chat from LangChain agents to ZeroGPU's nano models with eleven ready-made tools.
</Card>
</CardGroup>

## Coming Soon
Expand All @@ -36,9 +43,6 @@ We're actively expanding the integration surface. Tell us what you'd like to see
<Card title="Index Exchange" icon="chart-line">
Bring real-time ZeroGPU classification and enrichment into Index Exchange ad pipelines.
</Card>
<Card title="LangChain" icon="crow">
Drop-in ChatModel and tool wrappers for ZeroGPU's nano language models in LangChain.
</Card>
<Card title="x402 Protocol" icon="credit-card" href="https://www.zero.xyz/browse">
Pay-per-inference access to ZeroGPU models over the x402 payment protocol.
</Card>
Expand Down
Loading