> ## Documentation Index
> Fetch the complete documentation index at: https://medlogprotocol.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Model instance

> Stable identifiers of the AI model and version, with references to its model card and data sheet.

Stable identifiers of the AI model and version, with references to its model card and data sheet. In the
absence of a data sheet, the entry should record the version of the training data and any databases
queried for retrieval-augmented generation or other knowledge injection methods. Any test-time edits to
the model should also be recorded.

| Field            | Type   | Notes                                                  |
| ---------------- | ------ | ------------------------------------------------------ |
| `model_id`       | string | Stable model identifier, e.g. `Llama-3.1-8B-Instruct`. |
| `model_version`  | string | Model version, e.g. `2024-07-18`.                      |
| `model_card_url` | uri    | Reference to the model card.                           |
| `data_sheet_url` | uri    | Reference to the data sheet.                           |
