瀏覽代碼

fix(model_runtime): add vision to Amazon Nova Lite and Pro (#11398)

Matsuda 4 月之前
父節點
當前提交
f54225568c

+ 1 - 0
api/core/model_runtime/model_providers/bedrock/llm/amazon.nova-lite-v1.yaml

@@ -6,6 +6,7 @@ features:
   - agent-thought
   - tool-call
   - stream-tool-call
+  - vision
 model_properties:
   mode: chat
   context_size: 300000

+ 1 - 0
api/core/model_runtime/model_providers/bedrock/llm/amazon.nova-pro-v1.yaml

@@ -6,6 +6,7 @@ features:
   - agent-thought
   - tool-call
   - stream-tool-call
+  - vision
 model_properties:
   mode: chat
   context_size: 300000

+ 1 - 0
api/core/model_runtime/model_providers/bedrock/llm/us.amazon.nova-lite-v1.yaml

@@ -6,6 +6,7 @@ features:
   - agent-thought
   - tool-call
   - stream-tool-call
+  - vision
 model_properties:
   mode: chat
   context_size: 300000

+ 1 - 0
api/core/model_runtime/model_providers/bedrock/llm/us.amazon.nova-pro-v1.yaml

@@ -6,6 +6,7 @@ features:
   - agent-thought
   - tool-call
   - stream-tool-call
+  - vision
 model_properties:
   mode: chat
   context_size: 300000