mistral.rs Adds OpenAI-Compatible Agent Skills Support
·2026.06.19 00:40
Key point
mistral.rs now supports the OpenAI-compatible /v1/skills API, enabling agentic capabilities even on local models.
Details
With the mistral.rs v0.8.10 update, OpenAI-compatible Agent Skills functionality has been added. This makes it possible to implement agentic capabilities—previously limited to closed frontier models—on local open models as well.
The key updates are as follows:
- /v1/skills endpoint support: Packages domain instructions and scripts so that local models can execute them directly.
- OpenAI API compatibility: Can be applied immediately to existing code that uses the OpenAI SDK with only minimal modifications.
- File handling capabilities: Supports file attachments via
/v1/filesorinput_file, as well as passing model-generated files back. - Multi-platform support: Provides pre-built binaries for NVIDIA CUDA, Apple Silicon, and CPU, making installation simple.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.