From d5353235540e58600362766f0da7e1515c061aba Mon Sep 17 00:00:00 2001 From: claw Date: Fri, 11 Sep 2026 19:07:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20deepseek-flash=20=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E8=BE=93=E5=85=A5=EF=BC=88input=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=20image=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- references/custom-provider-config.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eea2c99..bcec50b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ trapi 支持模型级 API 适配器,不要求所有模型统一使用 Anthropi | PaddleOCR-VL-1.5 | `pocr` | anthropic-messages | 文本、图片 | 131K | 8K | | deepseek-v4-pro | `dsv4p` | anthropic-messages | 文本 | 1M | 384K | | deepseek-v4-flash | `dsv4f` | anthropic-messages | 文本 | 1M | 384K | -| deepseek-flash | `dsf` | anthropic-messages | 文本 | 1M | 384K | +| deepseek-flash | `dsf` | anthropic-messages | 文本、图片 | 1M | 384K | | gpt-5.5 | `gpt55` | openai-responses | 文本 | 200K | 65K | | gpt-5.6-sol | `g56s` | openai-responses | 文本、图片 | 372K | 128K | | gpt-5.6-terra | `g56t` | openai-responses | 文本、图片 | 372K | 128K | diff --git a/references/custom-provider-config.md b/references/custom-provider-config.md index 68b7350..121c0e3 100644 --- a/references/custom-provider-config.md +++ b/references/custom-provider-config.md @@ -44,7 +44,7 @@ trapi 使用混合模型适配器。Provider 级 `api` 只是默认值;模型 | PaddleOCR-VL-1.5 | anthropic-messages | text, image | 131072 | 8192 | | deepseek-v4-pro | anthropic-messages | text | 1000000 | 384000 | | deepseek-v4-flash | anthropic-messages | text | 1000000 | 384000 | -| deepseek-flash | anthropic-messages | text | 1000000 | 384000 | +| deepseek-flash | anthropic-messages | text, image | 1000000 | 384000 | | gpt-5.5 | openai-responses | text | 200000 | 65536 | | gpt-5.6-sol | openai-responses | text, image | 372000 | 128000 | | gpt-5.6-terra | openai-responses | text, image | 372000 | 128000 | @@ -70,7 +70,7 @@ trapi 使用混合模型适配器。Provider 级 `api` 只是默认值;模型 {"id":"PaddleOCR-VL-1.5","name":"PaddleOCR-VL-1.5 (Transiglobal)","api":"anthropic-messages","input":["text","image"],"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0},"contextWindow":131072,"maxTokens":8192}, {"id":"deepseek-v4-pro","name":"DeepSeek V4 Pro (Transiglobal)","api":"anthropic-messages","input":["text"],"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":384000}, {"id":"deepseek-v4-flash","name":"DeepSeek V4 Flash (Transiglobal)","api":"anthropic-messages","input":["text"],"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":384000}, - {"id":"deepseek-flash","name":"DeepSeek Flash (Transiglobal)","api":"anthropic-messages","input":["text"],"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":384000}, + {"id":"deepseek-flash","name":"DeepSeek Flash (Transiglobal)","api":"anthropic-messages","input":["text","image"],"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0},"contextWindow":1000000,"maxTokens":384000}, {"id":"gpt-5.5","name":"GPT-5.5 (Transiglobal)","api":"openai-responses","input":["text"],"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0},"contextWindow":200000,"maxTokens":65536}, {"id":"gpt-5.6-sol","name":"GPT-5.6 Sol (Transiglobal)","api":"openai-responses","input":["text","image"],"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0},"contextWindow":372000,"maxTokens":128000}, {"id":"gpt-5.6-terra","name":"GPT-5.6 Terra (Transiglobal)","api":"openai-responses","input":["text","image"],"cost":{"input":0,"output":0,"cacheRead":0,"cacheWrite":0},"contextWindow":372000,"maxTokens":128000}, @@ -130,6 +130,7 @@ trapi 使用混合模型适配器。Provider 级 `api` 只是默认值;模型 - kimi-for-coding - GLM-5V-Turbo - PaddleOCR-VL-1.5 +- deepseek-flash - gpt-5.6-sol - gpt-5.6-terra - gpt-5.6-luna