- 128B dense मॉडल instruction-following, reasoning और coding को एक ही weights में संभालता है और public preview के रूप में उपलब्ध है
- 256k context window और प्रति-request reasoning effort सेटिंग का समर्थन करता है, जिससे छोटे chat responses और जटिल agentic execution को एक ही मॉडल से संभाला जा सकता है
- Vibe coding session अब cloud में asynchronous execution पर चलते हैं और कई sessions को parallel में चलाया जा सकता है, जबकि local CLI session को history, task state और approval के साथ cloud में teleport किया जा सकता है
- Le Chat का Work mode Mistral Medium 3.5 पर आधारित agentic mode है, जो connected tools, documents, mailboxes और calendars के context का उपयोग करता है और sensitive tasks के लिए explicit approval मांगता है
- यह मॉडल Le Chat का default model बनेगा और Vibe CLI में Devstral 2 की जगह लेगा, जबकि API pricing input के लिए प्रति 10 लाख token $1.5 और output के लिए प्रति 10 लाख token $7.5 है
Mistral Medium 3.5 जारी
- vision encoder को scratch से train किया गया है ताकि वह अलग-अलग image sizes और aspect ratios को संभाल सके
- SWE-Bench Verified में इसने 77.6% स्कोर किया, जो Devstral 2 और Qwen3.5 397B A17B जैसे मॉडलों से आगे है
- τ³-Telecom में इसने 91.4 स्कोर किया और कई tool calls तथा downstream code द्वारा उपयोग किए जा सकने वाले structured output generation पर फोकस किया गया है
Vibe remote coding agent
- coding sessions अब cloud में asynchronous execution पर चलते हैं, इसलिए लंबे tasks तब भी चलते रह सकते हैं जब user अपनी सीट पर न हो
- कई sessions को parallel execution में चलाया जा सकता है, ताकि agent के हर step पर developer bottleneck न बने
- cloud agent को Mistral Vibe CLI या Le Chat से शुरू किया जा सकता है
- execution के दौरान file diff, tool calls, progress state और agent के सवाल देखे जा सकते हैं
- local CLI session को cloud में teleport किया जा सकता है, और उसके साथ session history, task state और approval भी साथ जाते हैं
development workflow के साथ integrated संरचना
- Vibe उन systems के बीच बैठता है जिन्हें dev teams पहले से इस्तेमाल करती हैं, और जरूरत पड़ने पर human-in-the-loop बनाए रखता है
- GitHub से code और pull request के जरिए जुड़ता है, और Linear व Jira से issue के जरिए
- Sentry incident handling के लिए जुड़ता है, और Slack व Teams जैसे apps reporting के लिए
- हर coding session एक isolated sandbox में चलता है, जिसमें बड़े पैमाने के edits और installs शामिल हो सकते हैं
- काम पूरा होने पर agent GitHub pull request खोल सकता है और notifications भेज सकता है, ताकि developer हर keystroke के बजाय result की review करे
उपयुक्त coding tasks और Le Chat execution
- Vibe remote agent उन well-defined work के लिए बना है जिनमें developer judgment तो चाहिए लेकिन समय बहुत लगता है
- target tasks में module refactor, test generation, dependency upgrade, CI investigation और bug fix शामिल हैं
- Workflows को Mistral Studio में orchestrate करके Mistral Vibe को Le Chat में इस्तेमाल किया जा सकता है
- यह feature पहले internal coding environment के लिए बनाया गया था और बाद में enterprise customers के लिए इस्तेमाल हुआ
- अब coding tasks वेब से शुरू किए जा सकते हैं, local terminal से बंधे बिना कई काम parallel में चलाए जा सकते हैं
- Le Chat में लिखे गए tasks उसी remote runtime पर चलते हैं जिसे CLI और web इस्तेमाल करते हैं, और बाद में finished branch या draft PR के रूप में वापस आते हैं
Le Chat का Work mode
- Work mode Le Chat में complex tasks संभालने वाला agentic mode है, जिसे नए harness और Mistral Medium 3.5 से चलाया जाता है
- agent, assistant का execution backend बन जाता है, जिससे Le Chat read और write कर सकता है, कई tools को साथ में इस्तेमाल कर सकता है और multi-step projects संभाल सकता है
-
tools के बीच workflow
- email, message और calendar को एक ही run में catch up किया जा सकता है
- attendee context, latest news और sources से लिए गए talking points के साथ meetings की तैयारी की जा सकती है
-
research और synthesis
- web, internal docs और connected tools में किसी topic पर research की जा सकती है
- edited, export या send किए जा सकने वाले structured brief या reports बनाए जा सकते हैं
-
inbox और team work
- inbox triage और reply drafts तैयार किए जा सकते हैं
- टीम और customers के साथ हुई discussions से Jira issues बनाए जा सकते हैं, और Slack पर टीम को summary भेजी जा सकती है
- session सामान्य chat response की तुलना में ज्यादा देर तक चलते हैं, और कई turns व trial-and-error के बाद completion तक जारी रह सकते हैं
- Work mode में connectors manually चुनने के बजाय default रूप से on रहते हैं, इसलिए documents, mailboxes, calendars और दूसरे systems के context तक पहुंच होती है
- agent की हर action दिखाई देती है, और हर tool call व thinking rationale देखा जा सकता है
- message भेजने, documents लिखने या data modify करने जैसे sensitive tasks के लिए Le Chat permissions के अनुसार explicit approval मांगता है
उपलब्धता और pricing
- Mistral Medium 3.5 Mistral Vibe और Le Chat में उपलब्ध है
- Le Chat के remote coding agents और Work mode, Pro, Team और Enterprise plans में Mistral Medium 3.5 पर चलते हैं
- API pricing input token के प्रति 10 लाख पर $1.5 और output token के प्रति 10 लाख पर $7.5 है
- open weights Hugging Face पर modified MIT license के तहत उपलब्ध हैं
- prototyping के लिए इसे build.nvidia.com के NVIDIA GPU-accelerated endpoint पर host किया गया है
- यह scalable containerized inference microservice NVIDIA NIM के रूप में भी उपलब्ध है
अभी कोई टिप्पणी नहीं है.