Skip to content
Open
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
6 changes: 3 additions & 3 deletions manifests/models/grok-code-fast-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"docsUrl": "https://docs.x.ai/docs/models/grok-code-fast-1",
"vendor": "xAI",
"size": "Unknown",
"totalContext": "128K",
"totalContext": "256K",
"maxOutput": "8K",
"tokenPricing": {
"input": 0,
"output": 0,
"input": $0.20,

Check failure on line 19 in manifests/models/grok-code-fast-1.json

View workflow job for this annotation

GitHub Actions / Type Check

':' expected.

Check failure on line 19 in manifests/models/grok-code-fast-1.json

View workflow job for this annotation

GitHub Actions / Type Check

Property value can only be string literal, numeric literal, 'true', 'false', 'null', object literal or array literal.

Check failure on line 19 in manifests/models/grok-code-fast-1.json

View workflow job for this annotation

GitHub Actions / Type Check

String literal with double quotes expected.

Check failure on line 19 in manifests/models/grok-code-fast-1.json

View workflow job for this annotation

GitHub Actions / Type Check

',' expected.

Check failure on line 19 in manifests/models/grok-code-fast-1.json

View workflow job for this annotation

GitHub Actions / Type Check

Property value can only be string literal, numeric literal, 'true', 'false', 'null', object literal or array literal.
"output": $0.15,

Check failure on line 20 in manifests/models/grok-code-fast-1.json

View workflow job for this annotation

GitHub Actions / Type Check

':' expected.

Check failure on line 20 in manifests/models/grok-code-fast-1.json

View workflow job for this annotation

GitHub Actions / Type Check

Property value can only be string literal, numeric literal, 'true', 'false', 'null', object literal or array literal.

Check failure on line 20 in manifests/models/grok-code-fast-1.json

View workflow job for this annotation

GitHub Actions / Type Check

String literal with double quotes expected.

Check failure on line 20 in manifests/models/grok-code-fast-1.json

View workflow job for this annotation

GitHub Actions / Type Check

',' expected.

Check failure on line 20 in manifests/models/grok-code-fast-1.json

View workflow job for this annotation

GitHub Actions / Type Check

Property value can only be string literal, numeric literal, 'true', 'false', 'null', object literal or array literal.
"cache": null
},
"platformUrls": {
Expand Down
Loading