iiRecord
Agentic AI Atlas · Copilot Default
modelVersion:copilot-default:ge-0-0-0a5c.ai
II.
ModelVersion JSON

modelVersion:copilot-default:ge-0-0-0

Structured · live

Copilot Default json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · capabilities-and-models/model-version-defaults.yamlCluster · capabilities-and-models
Record JSON
{
  "id": "modelVersion:copilot-default:ge-0-0-0",
  "_kind": "ModelVersion",
  "_file": "capabilities-and-models/model-version-defaults.yaml",
  "_cluster": "capabilities-and-models",
  "attributes": {
    "displayName": "Copilot Default",
    "modelId": "copilot-default",
    "providerId": "openai",
    "versionRange": ">=0.0.0",
    "label": "Copilot Default"
  },
  "outgoingEdges": [
    {
      "from": "modelVersion:copilot-default:ge-0-0-0",
      "to": "model:copilot-default",
      "kind": "belongs_to_family",
      "attributes": {}
    },
    {
      "from": "modelVersion:copilot-default:ge-0-0-0",
      "to": "providerVersion:openai:ge-0-0-0",
      "kind": "provided_by"
    }
  ],
  "incomingEdges": [
    {
      "from": "model:copilot-default",
      "to": "modelVersion:copilot-default:ge-0-0-0",
      "kind": "has_version"
    }
  ]
}