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 @@