File contents Skill
Fields
Field
Type
Required
Description
Example
id
Optional[str]
:heavy_minus_sign:
N/A
name
Optional[str]
:heavy_minus_sign:
Stable object name.
definition
Optional[models.SkillDefinition]
:heavy_minus_sign:
Versioned skill content.
version
Optional[int]
:heavy_minus_sign:
N/A
1
notes
Optional[str]
:heavy_minus_sign:
Notes for this version.
aliases
List[str ]
:heavy_minus_sign:
Aliases pointing to this version.
sharing_scope
Optional[models.RegistrySharingScope]
:heavy_minus_sign:
N/A
created_at
date
:heavy_minus_sign:
RFC 3339 timestamp.
Example 1: 1sExample 2: 1.000340012s
updated_at
date
:heavy_minus_sign:
RFC 3339 timestamp.
Example 1: 1sExample 2: 1.000340012s
latest_version
Optional[int]
:heavy_minus_sign:
Latest version number.
1
1 --- 2 name: models 3 description: Skill 4 --- 5 # Skill 6 7 8 ## Fields 9 10 | Field | Type | Required | Description | Example | 11 | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | 12 | `id` | *Optional[str]* | :heavy_minus_sign: | N/A | | 13 | `name` | *Optional[str]* | :heavy_minus_sign: | Stable object name. | | 14 | `definition` | [Optional[models.SkillDefinition]](../models/skilldefinition.md) | :heavy_minus_sign: | Versioned skill content. | | 15 | `version` | *Optional[int]* | :heavy_minus_sign: | N/A | 1 | 16 | `notes` | *Optional[str]* | :heavy_minus_sign: | Notes for this version. | | 17 | `aliases` | List[*str*] | :heavy_minus_sign: | Aliases pointing to this version. | | 18 | `sharing_scope` | [Optional[models.RegistrySharingScope]](../models/registrysharingscope.md) | :heavy_minus_sign: | N/A | | 19 | `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | RFC 3339 timestamp. | **Example 1:** 1s<br/>**Example 2:** 1.000340012s | 20 | `updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | RFC 3339 timestamp. | **Example 1:** 1s<br/>**Example 2:** 1.000340012s | 21 | `latest_version` | *Optional[int]* | :heavy_minus_sign: | Latest version number. | 1 |
mistralai/client-python/tree/main/docs/models commit 5315263ed5
Frequently asked questions How do I install the Models skill? Run npx skillmds@latest add mistralai/models in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Models skill do? Skill It is listed under Coding & Dev Tools on SkillMD.
Is Models safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Models? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Models free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Models? mistralai (@mistralai) published this skill. Their other Agent Skills are listed on their SkillMD profile.