II.
ModelVersion JSON
Structured · livemodelVersion:copilot-default:ge-0-0-0
Copilot Default json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}