From c85615797bcaf1aa2c53998f2633bb300b98455b Mon Sep 17 00:00:00 2001
From: shiyue <935732994@qq.com>
Date: Fri, 29 Aug 2025 14:35:45 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=8E=E6=A8=A1=E5=9E=8B=E5=88=97=E8=A1=A8?=
=?UTF-8?q?=E4=B8=AD=E7=A7=BB=E9=99=A4OpenAI=20GPT-4=20Vision=E5=92=8CAnth?=
=?UTF-8?q?ropic=20Claude=203=20Sonnet?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 --
config.json | 12 ------------
index.html | 2 --
3 files changed, 16 deletions(-)
diff --git a/README.md b/README.md
index 22d8132..5599740 100644
--- a/README.md
+++ b/README.md
@@ -52,8 +52,6 @@
| 模型 | 描述 | 费用 |
|------|------|------|
| `google/gemini-2.5-flash-image-preview:free` | Google Gemini 2.5 Flash 图像预览版 | 免费 |
-| `openai/gpt-4-vision-preview` | OpenAI GPT-4 视觉预览版 | 付费 |
-| `anthropic/claude-3-sonnet-20240229` | Anthropic Claude 3 Sonnet | 付费 |
## ⚡ 主要特性
diff --git a/config.json b/config.json
index ff35b7e..1b5a386 100644
--- a/config.json
+++ b/config.json
@@ -16,18 +16,6 @@
"name": "Google Gemini 2.5 Flash Image Preview",
"description": "免费的Google Gemini模型,支持图像生成和视觉理解",
"pricing": "free"
- },
- {
- "id": "openai/gpt-4-vision-preview",
- "name": "OpenAI GPT-4 Vision Preview",
- "description": "OpenAI的GPT-4视觉预览版,强大的图像理解和生成能力",
- "pricing": "paid"
- },
- {
- "id": "anthropic/claude-3-sonnet-20240229",
- "name": "Anthropic Claude 3 Sonnet",
- "description": "Anthropic的Claude 3 Sonnet模型,优秀的图像分析能力",
- "pricing": "paid"
}
]
},
diff --git a/index.html b/index.html
index 9c207be..8c901ef 100644
--- a/index.html
+++ b/index.html
@@ -49,8 +49,6 @@