Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.
Open
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
8 changes: 8 additions & 0 deletions providers/opencode-zen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,14 @@ models:
cache_read: 0.06
output_tokens:
text: 1.2
- id: x-ai/grok-build-0.1
provider_model_id: grok-build-0.1
pricing:
input_tokens:
no_cache: 1
cache_read: 0.2
output_tokens:
text: 2
status: active
weight: 1
community: false
Expand Down
16 changes: 16 additions & 0 deletions providers/openrouter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,22 @@ models:
cache_write: 12.5
output_tokens:
text: 50
- id: x-ai/grok-4.20-multi-agent
provider_model_id: x-ai/grok-4.20-multi-agent
pricing:
input_tokens:
no_cache: 1.25
cache_read: 0.2
output_tokens:
text: 2.5
- id: x-ai/grok-build-0.1
provider_model_id: x-ai/grok-build-0.1
pricing:
input_tokens:
no_cache: 1
cache_read: 0.2
output_tokens:
text: 2
status: active
weight: 1
community: false
Expand Down
Loading