GraphQL SchemaObject
AiModel
Represents a model available through AI
Fields without arguments
| Name | Type | Description |
|---|---|---|
identifier | String! | Unique model identifier |
name | String! | Human-readable model name |
tokenCost | Float! | Token cost for using this model |
types | [AiModelType!]! | Capabilities supported by this model |