diff --git a/README.md b/README.md index f533deea..2ac065ea 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ openai-compatibility: # api-keys: # - "sk-or-v1-...b780" # - "sk-or-v1-...b781" - models: # The models supported by the provider. + models: # The models supported by the provider. Or you can use a format such as openrouter://moonshotai/kimi-k2:free to request undefined models - name: "moonshotai/kimi-k2:free" # The actual model name. alias: "kimi-k2" # The alias used in the API. ``` diff --git a/README_CN.md b/README_CN.md index 15bb900c..87c85e2b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -428,7 +428,7 @@ openai-compatibility: # api-keys: # - "sk-or-v1-...b780" # - "sk-or-v1-...b781" - models: # 提供商支持的模型。 + models: # 提供商支持的模型。或者你可以使用类似 openrouter://moonshotai/kimi-k2:free 这样的格式来请求未在这里定义的模型 - name: "moonshotai/kimi-k2:free" # 实际的模型名称。 alias: "kimi-k2" # 在API中使用的别名。 ```