Browse Source

chore: enable vision support for models in OpenRouter that should have supported vision (#10191)

tags/0.11.0
Xiao Ley 1 year ago
parent
commit
b28cf68097
No account linked to committer's email address

+ 1
- 0
api/core/model_runtime/model_providers/openrouter/llm/llama-3.2-11b-vision-instruct.yaml View File

model_type: llm model_type: llm
features: features:
- agent-thought - agent-thought
- vision
model_properties: model_properties:
mode: chat mode: chat
context_size: 131072 context_size: 131072

+ 1
- 0
api/core/model_runtime/model_providers/openrouter/llm/llama-3.2-90b-vision-instruct.yaml View File

model_type: llm model_type: llm
features: features:
- agent-thought - agent-thought
- vision
model_properties: model_properties:
mode: chat mode: chat
context_size: 131072 context_size: 131072

Loading…
Cancel
Save