feat: Add mistral agents configs

This commit is contained in:
Petr Mironychev
2026-06-29 15:12:02 +02:00
parent 86135d0c13
commit 4e3ecdd1f6
8 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
schema_version = 1
extends = "Codestral Base FIM"
name = "Codestral Completion — FIM"
description = "Codestral — native fill-in-the-middle code completion (prompt+suffix on /v1/fim/completions). Fast, code-only output; ideal for inline completion."
model = "codestral-latest"
tags = ["completion", "codestral", "mistral", "cloud", "fim"]
[body]
max_tokens = 256
temperature = 0.2