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
13 changes: 12 additions & 1 deletion providers/cohere/c4ai-aya-expanse-32b.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
mode: unknown
costs:
- input_cost_per_token: 5.e-7
output_cost_per_token: 0.0000015
region: "*"
features:
- chat
- system_messages
limits:
context_window: 128000
max_output_tokens: 4096
max_tokens: 4096
mode: chat
model: c4ai-aya-expanse-32b
17 changes: 16 additions & 1 deletion providers/cohere/c4ai-aya-vision-32b.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
mode: unknown
features:
- chat
- vision
- image_input
limits:
context_window: 16000
max_output_tokens: 4000
max_tokens: 4000
mode: chat
model: c4ai-aya-vision-32b
params:
- defaultValue: 256
key: max_tokens
maxValue: 4000
minValue: 1
sources:
- https://docs.cohere.com/docs/aya-vision
8 changes: 7 additions & 1 deletion providers/cohere/command-r7b-arabic-02-2025.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
mode: unknown
features:
- chat
- function_calling
- system_messages
mode: chat
model: command-r7b-arabic-02-2025
sources:
- https://docs.cohere.com/docs/command-r7b
13 changes: 12 additions & 1 deletion providers/cohere/embed-english-light-v3.0-image.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
mode: unknown
features:
- embedding_image_input
limits:
context_window: 512
mode: embedding
model: embed-english-light-v3.0-image
removeParams:
- max_tokens
- temperature
- stream
sources:
- https://docs.cohere.com/docs/cohere-embed
- https://docs.cohere.com/reference/embed
13 changes: 12 additions & 1 deletion providers/cohere/embed-english-v3.0-image.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
mode: unknown
features:
- embedding_image_input
limits:
max_input_tokens: 512
mode: embedding
model: embed-english-v3.0-image
removeParams:
- max_tokens
- temperature
- stream
sources:
- https://docs.cohere.com/docs/cohere-embed
- https://docs.cohere.com/reference/embed
13 changes: 12 additions & 1 deletion providers/cohere/embed-multilingual-light-v3.0-image.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
mode: unknown
features:
- embedding_image_input
limits:
max_input_tokens: 512
mode: embedding
model: embed-multilingual-light-v3.0-image
removeParams:
- max_tokens
- temperature
- stream
sources:
- https://docs.cohere.com/docs/cohere-embed
- https://docs.cohere.com/reference/embed
14 changes: 13 additions & 1 deletion providers/cohere/embed-multilingual-v3.0-image.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
mode: unknown
features:
- embedding_image_input
limits:
max_input_tokens: 512
messages:
options: []
mode: embedding
model: embed-multilingual-v3.0-image
removeParams:
- max_tokens
- temperature
- stream
sources:
- https://docs.cohere.com/reference/embed
11 changes: 10 additions & 1 deletion providers/cohere/rerank-v4.0-fast.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
mode: unknown
limits:
context_window: 32000
mode: rerank
model: rerank-v4.0-fast
removeParams:
- max_tokens
- temperature
- stream
sources:
- https://docs.cohere.com/docs/rerank
- https://docs.cohere.com/reference/rerank
12 changes: 11 additions & 1 deletion providers/cohere/rerank-v4.0-pro.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
mode: unknown
features:
- text
limits:
context_window: 32000
mode: rerank
model: rerank-v4.0-pro
removeParams:
- max_tokens
- temperature
- stream
sources:
- https://docs.cohere.com/reference/rerank
2 changes: 1 addition & 1 deletion providers/cohere/tiny-aya-earth.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mode: unknown
mode: chat
model: tiny-aya-earth
2 changes: 1 addition & 1 deletion providers/cohere/tiny-aya-fire.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mode: unknown
mode: chat
model: tiny-aya-fire
2 changes: 1 addition & 1 deletion providers/cohere/tiny-aya-global.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mode: unknown
mode: chat
model: tiny-aya-global
4 changes: 3 additions & 1 deletion providers/cohere/tiny-aya-water.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
mode: unknown
mode: chat
model: tiny-aya-water
sources:
- https://docs.cohere.com/docs/tiny-aya-water
Loading