refactor(ai): migrate mistral provider to conversations sdk

This commit is contained in:
Abdeslam Yassine Agmar 2026-03-03 11:33:17 +00:00
parent 9a4fe52654
commit eb9f1183ad
No known key found for this signature in database
GPG key ID: 146F5C7179A49F57
17 changed files with 723 additions and 171 deletions

View file

@ -55,6 +55,7 @@ async function testTokensOnAbort<TApi extends Api>(llm: Model<TApi>, options: St
// MiniMax reports input tokens but not output tokens when aborted.
if (
llm.api === "openai-completions" ||
llm.api === "mistral-conversations" ||
llm.api === "openai-responses" ||
llm.api === "azure-openai-responses" ||
llm.api === "openai-codex-responses" ||