• Kinza Babylon Staked BTCKinza Babylon Staked BTC(KBTC)$83,270.000.00%
  • Steakhouse EURCV Morpho VaultSteakhouse EURCV Morpho Vault(STEAKEURCV)$0.000000-100.00%
  • Stride Staked InjectiveStride Staked Injective(STINJ)$16.51-4.18%
  • Vested XORVested XOR(VXOR)$3,404.231,000.00%
  • FibSwap DEXFibSwap DEX(FIBO)$0.0084659.90%
  • ICPanda DAOICPanda DAO(PANDA)$0.003106-39.39%
  • TruFin Staked APTTruFin Staked APT(TRUAPT)$8.020.00%
  • bitcoinBitcoin(BTC)$103,643.00-1.54%
  • ethereumEthereum(ETH)$2,524.51-3.58%
  • VNST StablecoinVNST Stablecoin(VNST)$0.0000400.67%
  • tetherTether(USDT)$1.000.00%
  • rippleXRP(XRP)$2.14-2.32%
  • binancecoinBNB(BNB)$654.25-2.18%
  • Wrapped SOLWrapped SOL(SOL)$143.66-2.32%
  • solanaSolana(SOL)$154.80-5.46%
  • usd-coinUSDC(USDC)$1.00-0.01%
  • dogecoinDogecoin(DOGE)$0.188912-7.65%
  • tronTRON(TRX)$0.268425-0.88%
  • cardanoCardano(ADA)$0.67-4.68%
  • staked-etherLido Staked Ether(STETH)$2,521.62-3.68%
  • wrapped-bitcoinWrapped Bitcoin(WBTC)$103,562.00-1.53%
  • Gaj FinanceGaj Finance(GAJ)$0.0059271.46%
  • Content BitcoinContent Bitcoin(CTB)$24.482.55%
  • USD OneUSD One(USD1)$1.000.11%
  • Wrapped stETHWrapped stETH(WSTETH)$3,041.21-3.44%
  • SuiSui(SUI)$3.16-8.51%
  • HyperliquidHyperliquid(HYPE)$31.28-4.96%
  • UGOLD Inc.UGOLD Inc.(UGOLD)$3,042.460.08%
  • ParkcoinParkcoin(KPK)$1.101.76%
  • chainlinkChainlink(LINK)$13.77-4.75%
  • avalanche-2Avalanche(AVAX)$20.25-5.84%
  • stellarStellar(XLM)$0.260525-4.46%
  • leo-tokenLEO Token(LEO)$8.74-4.82%
  • bitcoin-cashBitcoin Cash(BCH)$401.55-0.90%
  • ToncoinToncoin(TON)$3.06-5.63%
  • shiba-inuShiba Inu(SHIB)$0.000012-6.43%
  • USDSUSDS(USDS)$1.000.00%
  • hedera-hashgraphHedera(HBAR)$0.163187-6.59%
  • Yay StakeStone EtherYay StakeStone Ether(YAYSTONE)$2,671.07-2.84%
  • wethWETH(WETH)$2,520.62-3.79%
  • Wrapped eETHWrapped eETH(WEETH)$2,696.36-3.66%
  • litecoinLitecoin(LTC)$85.04-5.71%
  • polkadotPolkadot(DOT)$3.99-4.99%
  • Pundi AIFXPundi AIFX(PUNDIAI)$16.000.00%
  • moneroMonero(XMR)$327.94-2.12%
  • Binance Bridged USDT (BNB Smart Chain)Binance Bridged USDT (BNB Smart Chain)(BSC-USD)$1.000.22%
  • PengPeng(PENG)$0.60-13.59%
  • Bitget TokenBitget Token(BGB)$4.72-5.77%
  • Ethena USDeEthena USDe(USDE)$1.000.04%
  • MurasakiMurasaki(MURA)$4.32-12.46%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Mistral launches new code embedding model that outperforms OpenAI and Cohere in real-world retrieval tasks

May 28, 2025
in AI & Technology
Reading Time: 4 mins read
A A
Mistral launches new code embedding model that outperforms OpenAI and Cohere in real-world retrieval tasks
ShareShareShareShareShare

YOU MAY ALSO LIKE

Microsoft Discovery: How AI Agents Are Accelerating Scientific Discoveries

QwenLong-L1 solves long-context reasoning challenge that stumps current LLMs

Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More


With demand for enterprise retrieval augmented generation (RAG) on the rise, the opportunity is ripe for model providers to offer their take on embedding models. 

French AI company Mistral threw its hat into the ring with Codestral Embed, its first embedding model, which it said outperforms existing embedding models on benchmarks like SWE-Bench.

The model specializes in code and “performs especially well for retrieval use cases on real-world code data.” The model is available to developers for $0.15 per million tokens. 

The company said the Codestral Embed “significantly outperforms leading code embedders” like Voyage Code 3, Cohere Embed v4.0 and OpenAI’s embedding model, Text Embedding 3 Large. 

Super excited to announce @MistralAI Codestral Embed, our first embedding model specialized for code.

It performs especially well for retrieval use cases on real-world code data. pic.twitter.com/ET321cRNli

— Sophia Yang, Ph.D. (@sophiamyang) May 28, 2025

Codestral Embed, part of Mistral’s Codestral family of coding models, can make embeddings that transform code and data into numerical representations for RAG. 

“Codestral Embed can output embeddings with different dimensions and precisions, and the figure below illustrates the trade-offs between retrieval quality and storage costs,” Mistral said in a blog post. “Codestral Embed with dimension 256 and int8 precision still performs better than any model from our competitors. The dimensions of our embeddings are ordered by relevance. For any integer target dimension n, you can choose to keep the first n dimensions for a smooth trade-off between quality and cost.”

Mistral tested the model on several benchmarks, including SWE-Bench and Text2Code from GitHub. In both cases, the company said Codestral Embed outperformed leading embedding models. 

SWE- Bench

Text2Code

Use cases

Mistral said Codestral Embed is optimized for “high-performance code retrieval” and semantic understanding. The company said the code works best for at least four kinds of use cases: RAG, semantic code search, similarity search and code analytics. 

Embedding models generally target RAG use cases, as they can facilitate faster information retrieval for tasks or agentic processes. Therefore, it’s not surprising that Codestral Embed would focus on that. 

The model can also perform semantic code search, allowing developers to find code snippets using natural language. This use case works well for developer tool platforms, documentation systems and coding copilots. Codestral Embed can also help developers identify duplicated code segments or similar code strings, which can be helpful for enterprises with policies regarding reused code. 

The model supports semantic clustering, which involves grouping code based on its functionality or structure. This use case would help analyze repositories, categorize and find patterns in code architecture. 

Competition is increasing in the embedding space

Mistral has been on a roll with releasing new models and agentic tools. It released Mistral Medium 3, a medium version of its flagship large language model (LLM), which currently powers its enterprise-focused platform Le Chat Enterprise. 

It also announced the Agents API, which allows developers to access tools for creating agents that perform real-world tasks and orchestrate multiple agents. 

Mistral’s moves to offer more model options to developers have not gone unnoticed in developer spaces. Some on X note that Mistral’s timing in releasing Codestral Embed is “coming on the heels of increased competition.”

Mistral AI Just Dropped a Game-Changer: Codestral Embed Crushes OpenAI and Google in Code Search Race

French AI startup Mistral AI has quietly unleashed what could be the most significant breakthrough in code intelligence this year. Their brand-new Codestral Embed model isn’t…

— Rahul Khorwal (@rkrahulkhorwal) May 28, 2025

Mistral on a delivery mission

— Joel Basson (@joelbasson) May 28, 2025

However, Mistral must prove that Codestral Embed performs well not just in benchmark testing. While it competes against more closed models, such as those from OpenAI and Cohere, Codestral Embed also faces open-source options from Qodo, including Qodo-Embed-1-1.5 B.

VentureBeat reached out to Mistral about Codestral Embed’s licensing options. 

Daily insights on business use cases with VB Daily

If you want to impress your boss, VB Daily has you covered. We give you the inside scoop on what companies are doing with generative AI, from regulatory shifts to practical deployments, so you can share insights for maximum ROI.

Read our Privacy Policy

Thanks for subscribing. Check out more VB newsletters here.

An error occured.

Credit: Source link
ShareTweetSendSharePin

Related Posts

Microsoft Discovery: How AI Agents Are Accelerating Scientific Discoveries
AI & Technology

Microsoft Discovery: How AI Agents Are Accelerating Scientific Discoveries

May 31, 2025
QwenLong-L1 solves long-context reasoning challenge that stumps current LLMs
AI & Technology

QwenLong-L1 solves long-context reasoning challenge that stumps current LLMs

May 30, 2025
ZeniMax union reaches tentative agreement with Microsoft
AI & Technology

ZeniMax union reaches tentative agreement with Microsoft

May 30, 2025
ElevenLabs debuts Conversational AI 2.0 voice assistants that understand when to pause, speak, and take turns talking
AI & Technology

ElevenLabs debuts Conversational AI 2.0 voice assistants that understand when to pause, speak, and take turns talking

May 30, 2025
Next Post
LIVE: Trump expected to announce D.C. will host 2027 NFL draft | NBC News

LIVE: Trump expected to announce D.C. will host 2027 NFL draft | NBC News

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Tariffs on Chinese imports threaten Black beauty supply stores

Tariffs on Chinese imports threaten Black beauty supply stores

May 25, 2025
🚨(DO THIS NOW) NVIDIA REPORTS EARNINGS TOMORROW!!!

🚨(DO THIS NOW) NVIDIA REPORTS EARNINGS TOMORROW!!!

May 28, 2025
Three ex-Memphis police officers found not guilty in death of Tyre Nichols

Three ex-Memphis police officers found not guilty in death of Tyre Nichols

May 27, 2025

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!