mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 02:09:22 -04:00
13 lines
374 B
TOML
13 lines
374 B
TOML
schema_version = 1
|
|
|
|
extends = "OpenAI Base Chat"
|
|
name = "Mistral Reasoning Chat"
|
|
description = "Mistral Magistral Medium — native chain-of-thought reasoning model."
|
|
|
|
provider_instance = "Mistral AI"
|
|
endpoint = "/v1/chat/completions"
|
|
model = "magistral-medium-latest"
|
|
|
|
enable_thinking = true
|
|
tags = ["chat", "mistral", "reasoning", "cloud"]
|