MCPcopy
hub / github.com/anomalyco/models.dev / xaiDescription

Function xaiDescription

packages/core/src/describe.ts:318–326  ·  view source on GitHub ↗
({ target, fast }: SpecialDescriptionContext)

Source from the content-addressed store, hash-verified

316}
317
318function xaiDescription({ target, fast }: SpecialDescriptionContext) {
319 if (has(target, /\bbuild\b/)) {
320 return "Grok coding model for agentic engineering, edits, and codebase workflows";
321 }
322 if (fast) {
323 return "Fast Grok model for responsive chat, reasoning, and tool-assisted work";
324 }
325 return "Grok model for agentic tool use, reasoning, coding, and live assistance";
326}
327
328function miniMaxDescription({ target, fast, frontier, multimodal }: SpecialDescriptionContext) {
329 if (has(target, /\bhighspeed|lightning\b/)) {

Callers 1

specialDescriptionFunction · 0.85

Calls 1

hasFunction · 0.85

Tested by

no test coverage detected