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
10 changes: 10 additions & 0 deletions providers/xai/grok-2-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ costs:
region: "*"
modalities:
input:
- text
- image
output:
- image
mode: image
model: grok-2-image
removeParams:
- max_tokens
- temperature
- top_p
- "n"
- stop
- stream
3 changes: 3 additions & 0 deletions providers/xai/grok-3-fast-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ features:
- function_calling
- tool_choice
- system_messages
- structured_output
limits:
context_window: 131072
max_input_tokens: 131072
max_output_tokens: 131072
max_tokens: 131072
modalities:
input:
- text
Expand Down
Loading