{"id":531182,"date":"2026-03-31T13:55:48","date_gmt":"2026-03-31T13:55:48","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=531182"},"modified":"2026-03-31T13:55:58","modified_gmt":"2026-03-31T13:55:58","slug":"mistrals-leanstral","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/","title":{"rendered":"Leanstral: Mistral&#8217;s Open-Source AI for Trustworthy Coding"},"content":{"rendered":"\n<p>In fast-growing AI development, trust is the biggest challenge in high-risk areas.<\/p>\n\n\n\n<p>Large language models can write code. But for hard math or critical software, people still must check that everything is correct.<\/p>\n\n\n\n<p>On March 16, 2026, Mistral AI released Leanstral, the first open-source code agent built for Lean 4.<\/p>\n\n\n\n<p>Leanstral is not another coding LLM. It is implemented to generate the code and formally prove the correctness of the code using Lean\u202f4, a powerful proof assistant.<\/p>\n\n\n\n<p>This moves from hoping the code works to making sure it is correct. The <a href=\"https:\/\/webkul.com\/artificial-intelligence\/\">Artificial Intelligence<\/a> now creates code that follows strict rules and can be verified.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is Lean 4 &amp; why is it important?<\/strong><\/h2>\n\n\n\n<p>Lean 4 is a tool and programming language used to prove math ideas and check that code is correct.<\/p>\n\n\n\n<p>It lets people write math ideas and software rules in a way that a computer can check and prove.<\/p>\n\n\n\n<p>Unlike traditional programming, Lean does not stop you from writing the code and the proof that it behaves as intended. This feature makes it invaluable for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Research mathematics Frontiers<\/li>\n\n\n\n<li>Verified software in safety critical systems (aerospace, finance, cryptography)<\/li>\n\n\n\n<li>Algorithm formal verification<\/li>\n<\/ul>\n\n\n\n<p>However, creating and maintaining large formal repositories in Lean is labour intensive.<\/p>\n\n\n\n<p>AI agents built on general models often lack precision. Because of this, humans still need to review their work.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Introducing Leanstral: Efficiency and Expertise<\/strong><\/h2>\n\n\n\n<p>Leanstral (Leanstral-2603) is a Mixture-of-Experts AI model. It has 119B total parameters, but only 6.5B are used at a time.<\/p>\n\n\n\n<p>This design makes the model very efficient while still giving strong results for proof and coding tasks.<\/p>\n\n\n\n<p>Key specifications :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Context length:<\/strong> 256k tokens (recommended 200k for the best result)<\/li>\n\n\n\n<li><strong>Modalities:<\/strong> Text + image input, text output (multimodal capabilities)<\/li>\n\n\n\n<li><strong>Multilingual support:<\/strong> Exceptional performance in English, French, Spanish, German, Italian, Portuguese, Dutch, Chinese, Japanese, Korean, and in Arabic.<\/li>\n\n\n\n<li><strong>License: Apache 2.0<\/strong>: It is fully open source for commercial and research use.<\/li>\n\n\n\n<li><strong>Optimized for<\/strong>: Calling tools (especially with lean &#8211; lsp &#8211; mcp), reasoning, coding and vision.<\/li>\n<\/ul>\n\n\n\n<p>It is a part of Mistral&#8217;s Small 4 family and can work through:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Mistral\u202fVibe (with the \/leanstall command for agent mode with 0 setup)<\/li>\n\n\n\n<li>Free\/near free api endpoint (labs- leanstral-2603)<\/li>\n\n\n\n<li>Self hosted using vLLM (highly recommended for production)<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Performance: Beating Giants at a fraction of the cost<\/strong><\/h2>\n\n\n\n<p>Leanstral&#8217;s efficiency is on real world formal proof tasks.<\/p>\n\n\n\n<p>Mistral also introduced FLTEval, a new test set. It checks how well the model can finish math proofs in real projects, like the one for Fermat\u2019s Last Theorem.<\/p>\n\n\n\n<p>In benchmarks that used Mistral\u202fVibe as the agent scaffold:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Leanstral outperforms other larger open source models (such as Qwen3.5, Kimi-Q2.5, GLM5) in terms of scores and number of inference passes.<\/li>\n\n\n\n<li>Pass@2: 26.3 (for $36 &#8211; beats Claude\u202fSonnet\u202f4.6&#8217;s 23.7 for $549)<\/li>\n\n\n\n<li>Pass@16: 31.9 points (for $ 290, beats Sonnet by 8 points; Opus 4.6 (costs $ 1,650 for its 39.6)<\/li>\n<\/ul>\n\n\n\n<p>Leanstral provides competitive or superior results to the Claude suite at 1\/15th to 1\/90th the cost, depending upon pass budget.<\/p>\n\n\n\n<p>This strong performance comes from its MoE design and its close work with Lean, which checks proofs and gives fast feedback.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Leanstral is important in the future of AI development<\/strong><\/h2>\n\n\n\n<p>Leanstral addresses a critical challenge of existing artificial intelligence (AI) coding agents, verification.<\/p>\n\n\n\n<p>By mixing code generation with formal proof, it can create <a href=\"https:\/\/webkul.com\/blog\/impact-ai-agents-e-commerce\/\">AI agents<\/a> that suggest code and make sure it follows the rules.<\/p>\n\n\n\n<p>The implications are deep:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Faster mathematical research: faster formalization of new theorems.<\/li>\n\n\n\n<li>Safer software: Verified implementations for critical systems<\/li>\n\n\n\n<li><strong>Democratization:<\/strong> Open-source access makes it easier for people and groups to use formal methods.<\/li>\n\n\n\n<li><strong>Agent evolution:<\/strong> Agents can get upgrades with MCPs and the community can help improve them.<\/li>\n<\/ul>\n\n\n\n<p>As Mistral points out, the human review bottleneck was the main drag on velocity in engineering in high stakes domains.<\/p>\n\n\n\n<p>Leanstral flips the script: humans tell AI what they want and AI gives provably correct solutions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Getting started in Leanstral<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"262\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean.webp\" alt=\"lean4\" class=\"wp-image-533730\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean-300x66.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean-250x55.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean-768x168.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Try it on Mistral\u202fVibe using <code>\/leanstall<\/code>.<\/li>\n\n\n\n<li>API: Use the labs endpoint for feedback.<\/li>\n\n\n\n<li>Self-hosting: Download from <a href=\"https:\/\/huggingface.co\/mistralai\/Leanstral-2603\">Hugging Face (mistralai\/Leanstral-2603)<\/a> and run with vLLM. Example launch command supports tool calling and large contexts.<\/li>\n<\/ul>\n\n\n\n<p>A technical report and the FLTEval test set were released to help AI move beyond simple math contests.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Leanstral is a major step on the way to consistent provable AI systems.<\/p>\n\n\n\n<p>By focusing on Lean 4 and staying open-source, Mistral AI made a tool that is strong, low-cost, and shows what trustworthy AI coding can do.<\/p>\n\n\n\n<p>If you are a mathematician, a software developer, or an AI fan, <strong>Leanstral<\/strong> is worth trying.<\/p>\n\n\n\n<p>The era of provably correct AI generated code is coming &#8211; and it is open for all.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>Want to Build AI-powered solutions visit\u00a0<a href=\"https:\/\/webkul.com\/generative-ai-services-and-solutions\/\">Webkul<\/a>!<\/em><\/p>\n<\/blockquote>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In fast-growing AI development, trust is the biggest challenge in high-risk areas. Large language models can write code. But for hard math or critical software, people still must check that everything is correct. On March 16, 2026, Mistral AI released Leanstral, the first open-source code agent built for Lean 4. Leanstral is not another coding <a href=\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":724,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13702],"tags":[13571,7240],"class_list":["post-531182","post","type-post","status-publish","format-standard","hentry","category-machine-learning","tag-artificial-intelligence","tag-machine-learning"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Leanstral: Mistral&#039;s Open-Source AI for Trustworthy Coding - Webkul Blog<\/title>\n<meta name=\"description\" content=\"Leanstral by Mistral AI is an open-source Lean 4 code agent that generates formally verifies correct code, improving trust in AI development.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Leanstral: Mistral&#039;s Open-Source AI for Trustworthy Coding - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"Leanstral by Mistral AI is an open-source Lean 4 code agent that generates formally verifies correct code, improving trust in AI development.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-31T13:55:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-31T13:55:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean.webp\" \/>\n<meta name=\"author\" content=\"Prashant Saini\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prashant Saini\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/\"},\"author\":{\"name\":\"Prashant Saini\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/53a57eff87fe1f3e9e69c165efdabdc4\"},\"headline\":\"Leanstral: Mistral&#8217;s Open-Source AI for Trustworthy Coding\",\"datePublished\":\"2026-03-31T13:55:48+00:00\",\"dateModified\":\"2026-03-31T13:55:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/\"},\"wordCount\":770,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean.webp\",\"keywords\":[\"Artificial Intelligence\",\"machine learning\"],\"articleSection\":[\"machine learning\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/\",\"url\":\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/\",\"name\":\"Leanstral: Mistral's Open-Source AI for Trustworthy Coding - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean.webp\",\"datePublished\":\"2026-03-31T13:55:48+00:00\",\"dateModified\":\"2026-03-31T13:55:58+00:00\",\"description\":\"Leanstral by Mistral AI is an open-source Lean 4 code agent that generates formally verifies correct code, improving trust in AI development.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean.webp\",\"width\":1200,\"height\":262,\"caption\":\"lean4\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Leanstral: Mistral&#8217;s Open-Source AI for Trustworthy Coding\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/53a57eff87fe1f3e9e69c165efdabdc4\",\"name\":\"Prashant Saini\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/90bd6382a7aa9ee0d5835bfaab3a739f91c37833f8e0d7cad51cd6a52b4914f0?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/90bd6382a7aa9ee0d5835bfaab3a739f91c37833f8e0d7cad51cd6a52b4914f0?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Prashant Saini\"},\"description\":\"Prashant, a passionate Machine Learning and AI enthusiast, specialized in building intelligent solutions using Python and Generative AI technologies.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/prashant-ml322\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Leanstral: Mistral's Open-Source AI for Trustworthy Coding - Webkul Blog","description":"Leanstral by Mistral AI is an open-source Lean 4 code agent that generates formally verifies correct code, improving trust in AI development.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/","og_locale":"en_US","og_type":"article","og_title":"Leanstral: Mistral's Open-Source AI for Trustworthy Coding - Webkul Blog","og_description":"Leanstral by Mistral AI is an open-source Lean 4 code agent that generates formally verifies correct code, improving trust in AI development.","og_url":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2026-03-31T13:55:48+00:00","article_modified_time":"2026-03-31T13:55:58+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean.webp","type":"","width":"","height":""}],"author":"Prashant Saini","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Prashant Saini","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/"},"author":{"name":"Prashant Saini","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/53a57eff87fe1f3e9e69c165efdabdc4"},"headline":"Leanstral: Mistral&#8217;s Open-Source AI for Trustworthy Coding","datePublished":"2026-03-31T13:55:48+00:00","dateModified":"2026-03-31T13:55:58+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/"},"wordCount":770,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean.webp","keywords":["Artificial Intelligence","machine learning"],"articleSection":["machine learning"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/mistrals-leanstral\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/","url":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/","name":"Leanstral: Mistral's Open-Source AI for Trustworthy Coding - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean.webp","datePublished":"2026-03-31T13:55:48+00:00","dateModified":"2026-03-31T13:55:58+00:00","description":"Leanstral by Mistral AI is an open-source Lean 4 code agent that generates formally verifies correct code, improving trust in AI development.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/mistrals-leanstral\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/03\/lean.webp","width":1200,"height":262,"caption":"lean4"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/mistrals-leanstral\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Leanstral: Mistral&#8217;s Open-Source AI for Trustworthy Coding"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/53a57eff87fe1f3e9e69c165efdabdc4","name":"Prashant Saini","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/90bd6382a7aa9ee0d5835bfaab3a739f91c37833f8e0d7cad51cd6a52b4914f0?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/90bd6382a7aa9ee0d5835bfaab3a739f91c37833f8e0d7cad51cd6a52b4914f0?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Prashant Saini"},"description":"Prashant, a passionate Machine Learning and AI enthusiast, specialized in building intelligent solutions using Python and Generative AI technologies.","url":"https:\/\/webkul.com\/blog\/author\/prashant-ml322\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/531182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/724"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=531182"}],"version-history":[{"count":2,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/531182\/revisions"}],"predecessor-version":[{"id":533735,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/531182\/revisions\/533735"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=531182"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=531182"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=531182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}