zijiren 4 месяцев назад
Родитель
Сommit
e0d8d8f862
2 измененных файлов с 2 добавлено и 18 удалено
  1. 1 9
      README.md
  2. 1 9
      README.zh.md

+ 1 - 9
README.md

@@ -259,9 +259,7 @@ curl -X POST http://localhost:3000/v1/chat/completions \
   }'
 ```
 
-#### **Claude API via OpenAI Protocol**
-
-AI Proxy automatically converts Claude API requests to OpenAI-compatible format:
+#### **Claude API**
 
 ```bash
 # Use Claude models through OpenAI API format
@@ -297,12 +295,6 @@ export ANTHROPIC_MODEL=gpt-5
 export ANTHROPIC_SMALL_FAST_MODEL=gpt-5-nano
 ```
 
-This configuration allows Claude Code to route all Anthropic API requests through AI Proxy, enabling you to:
-
-- Use any AI model through the unified OpenAI-compatible interface
-- Benefit from AI Proxy's intelligent routing, monitoring, and plugin features
-- Access Claude models through OpenAI protocol conversion
-
 ### MCP (Model Context Protocol)
 
 AI Proxy provides comprehensive MCP support for extending AI capabilities:

+ 1 - 9
README.zh.md

@@ -259,9 +259,7 @@ curl -X POST http://localhost:3000/v1/chat/completions \
   }'
 ```
 
-#### **通过 OpenAI 协议使用 Claude API**
-
-AI Proxy 自动将 Claude API 请求转换为 OpenAI 兼容格式:
+#### **使用 Claude API**
 
 ```bash
 # 通过 OpenAI API 格式使用 Claude 模型
@@ -297,12 +295,6 @@ export ANTHROPIC_MODEL=gpt-5
 export ANTHROPIC_SMALL_FAST_MODEL=gpt-5-nano
 ```
 
-此配置允许 Claude Code 将所有 Anthropic API 请求路由通过 AI Proxy,让您能够:
-
-- 通过统一的 OpenAI 兼容接口使用任何 AI 模型
-- 享受 AI Proxy 的智能路由、监控和插件功能
-- 通过 OpenAI 协议转换访问 Claude 模型
-
 ### MCP (模型上下文协议)
 
 AI Proxy 提供全面的 MCP 支持,扩展 AI 能力: