Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion providers/cohere/command-a-vision-07-2025.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ costs:
output_cost_per_token: 0
region: "*"
features:
- structured_output
- system_messages
limits:
context_window: 128000
Expand All @@ -27,6 +26,7 @@ sources:
- https://docs.cohere.com/docs/command-a-vision
- https://docs.cohere.com/docs/command-a
- https://docs.cohere.com/v2/docs/structured-outputs
- https://docs.cohere.com/docs/image-inputs
status: active
supportedModes:
- chat
2 changes: 2 additions & 0 deletions providers/cohere/command-r-08-2024.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ params:
- key: max_tokens
maxValue: 4000
provisioning: serverless
removeParams:
- reasoning_effort
sources:
- https://docs.cohere.com/docs/command-r
status: active
Expand Down
3 changes: 3 additions & 0 deletions providers/cohere/embed-english-light-v3.0-image.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
limits:
context_window: 512
max_input_tokens: 512
output_vector_size: 384
modalities:
input:
Expand All @@ -14,9 +15,11 @@ removeParams:
- max_tokens
- temperature
- stream
- reasoning_effort
sources:
- https://docs.cohere.com/docs/cohere-embed
- https://docs.cohere.com/reference/embed
- https://docs.cohere.com/docs/models
status: active
supportedModes:
- embedding
Loading