MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / xaiBuiltinVideoModelInfo

Function xaiBuiltinVideoModelInfo

internal/registry/model_definitions.go:184–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184func xaiBuiltinVideoModelInfo() *ModelInfo {
185 return &ModelInfo{
186 ID: xaiBuiltinVideoModelID,
187 Object: "model",
188 Created: 1735689600, // 2025-01-01
189 OwnedBy: "xai",
190 Type: "xai",
191 DisplayName: "Grok Imagine Video",
192 Name: xaiBuiltinVideoModelID,
193 Description: "xAI Grok video generation model.",
194 }
195}
196
197func xaiBuiltinVideo15PreviewModelInfo() *ModelInfo {
198 return &ModelInfo{

Callers 1

WithXAIBuiltinsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected