From 03d2bee8477fff6f1a72513dfd541b1bf08d1e31 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 16 Jan 2026 00:46:42 +0530 Subject: [PATCH] docs: link to non-anthropic model tutorial for claude code --- cookbook/ai_coding_tool_guides/index.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cookbook/ai_coding_tool_guides/index.json b/cookbook/ai_coding_tool_guides/index.json index e18a6e7607f..fbd47d0fc43 100644 --- a/cookbook/ai_coding_tool_guides/index.json +++ b/cookbook/ai_coding_tool_guides/index.json @@ -20,4 +20,17 @@ "LiteLLM", "MCP" ] +}, +{ + "title": "Claude Code with Non-Anthropic Models", + "description": "This is a guide to using Claude Code with non-Anthropic models via LiteLLM Proxy.", + "url": "https://docs.litellm.ai/docs/tutorials/claude_non_anthropic_models", + "date": "2026-01-16", + "version": "1.0.0", + "tags": [ + "Claude Code", + "LiteLLM", + "OpenAI", + "Gemini" + ] }] \ No newline at end of file