mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-13 17:59:15 -04:00
12 lines
349 B
TOML
12 lines
349 B
TOML
schema_version = 1
|
|
|
|
extends = "OpenAI Base Chat"
|
|
name = "Mistral Medium Chat"
|
|
description = "Mistral Medium 3.5 (Chat Completions API) — frontier coding/agentic chat."
|
|
|
|
provider_instance = "Mistral AI"
|
|
endpoint = "/v1/chat/completions"
|
|
model = "mistral-medium-latest"
|
|
|
|
tags = ["chat", "mistral", "medium", "cloud"]
|