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,9 @@
schema_version = 1
extends = "OpenAI Base Chat"
name = "Mistral Base Chat"
description = "Mistral AI Chat Completions request body (OpenAI-compatible /v1/chat/completions). Abstract — extend it and set model."
abstract = true
provider_instance = "Mistral AI"
endpoint = "/v1/chat/completions"