Skip to content

Commit b647d9f

Browse files
committed
doc updates
1 parent 554bd83 commit b647d9f

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

docs/content/integrations/api-translation/anthropic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Olla's Anthropic API Translation enables Claude-compatible clients (Claude Code,
4040
<th>Supported Clients</th>
4141
<td>
4242
<ul>
43-
<li><a href="../frontend/claude-code.md">Claude Code</a></li>
44-
<li><a href="../frontend/opencode.md">OpenCode</a></li>
45-
<li><a href="../frontend/crush-cli.md">Crush CLI</a></li>
43+
<li><a href="../../frontend/claude-code">Claude Code</a></li>
44+
<li><a href="../../frontend/opencode">OpenCode</a></li>
45+
<li><a href="../../frontend/crush-cli">Crush CLI</a></li>
4646
<li>Any Anthropic API client</li>
4747
</ul>
4848
</td>

readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,21 @@ Complete setup with [OpenWebUI](https://github.com/open-webui/open-webui) + Olla
143143

144144
You can learn more about [OpenWebUI Ollama with Olla](https://thushan.github.io/olla/integrations/frontend/openwebui/) or see [OpenWebUI OpenAI with Olla](https://thushan.github.io/olla/integrations/frontend/openwebui-openai/).
145145

146+
### 🤖 **Anthropic Message API / CLI Tools - Claude Code, OpenCode, Crush**
147+
148+
> [!CAUTION]
149+
> Introduced in v0.0.20+, the Anthropic implementation is *experimental* and should be used with caution.
150+
151+
You can use CLI tools with Olla by using the new Anthropic Message API at `/olla/anthropic` to run Claude Code with Local AI models you have on your machine.
152+
153+
We have examples for:
154+
155+
* [Claude Code](https://thushan.github.io/olla/integrations/frontend/claude-code/)
156+
* [OpenCode](https://thushan.github.io/olla/integrations/frontend/opencode/)
157+
* [Crush](https://thushan.github.io/olla/integrations/frontend/crush-cli/)
158+
159+
Learn more about [Anthropic API Translation](https://thushan.github.io/olla/integrations/api-translation/anthropic/).
160+
146161
## Documentation
147162

148163
Full documentation is available at **[https://thushan.github.io/olla/](https://thushan.github.io/olla/)**

0 commit comments

Comments
 (0)