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

Function xaiBuiltinImageModelInfo

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

Source from the content-addressed store, hash-verified

156}
157
158func xaiBuiltinImageModelInfo() *ModelInfo {
159 return &ModelInfo{
160 ID: xaiBuiltinImageModelID,
161 Object: "model",
162 Created: 1735689600, // 2025-01-01
163 OwnedBy: "xai",
164 Type: "xai",
165 DisplayName: "Grok Imagine Image",
166 Name: xaiBuiltinImageModelID,
167 Description: "xAI Grok image generation model.",
168 }
169}
170
171func xaiBuiltinImageQualityModelInfo() *ModelInfo {
172 return &ModelInfo{

Callers 1

WithXAIBuiltinsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected