<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Open-Weight on Best of AI</title><link>https://bestofai.io/tags/open-weight/</link><description>Recent content in Open-Weight on Best of AI</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Thu, 16 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://bestofai.io/tags/open-weight/index.xml" rel="self" type="application/rss+xml"/><item><title>ALBERT</title><link>https://bestofai.io/models/albert/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/albert/</guid><description>&lt;p&gt;ALBERT (A Lite BERT) is a language representation model that Google Research and Toyota Technological Institute published in September 2019 as a follow-up to BERT. It uses two parameter-reduction tricks, factorized embedding parameterization and cross-layer parameter sharing, to cut the parameter count sharply while keeping accuracy competitive with much larger models. The largest configuration, ALBERT-xxlarge at around 223 million parameters, has roughly 18 times fewer parameters than BERT-large yet trains faster and set new state-of-the-art scores on GLUE, SQuAD 2.0, and RACE at the time of release.&lt;/p&gt;</description></item><item><title>Aquila</title><link>https://bestofai.io/models/aquila/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/aquila/</guid><description>&lt;p&gt;Aquila is the Beijing Academy of Artificial Intelligence&amp;rsquo;s first open bilingual language model, released in 2023 as a 7-billion-parameter base model trained on Chinese and English text. BAAI built it on a GPT-style architecture with a custom tokenizer designed to handle Chinese text more efficiently than tokenizers borrowed from English-first models, and it supports a 2,048-token context window. The release included both a base pretrained model and an AquilaChat instruction-tuned variant, along with a code-focused AquilaCode model.&lt;/p&gt;</description></item><item><title>Aquila2</title><link>https://bestofai.io/models/aquila2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/aquila2/</guid><description>&lt;p&gt;Aquila2 is the Beijing Academy of Artificial Intelligence&amp;rsquo;s second-generation bilingual model family, released in October 2023 as a follow-up to the original Aquila. The family spans 7B and 34B base models, chat-tuned AquilaChat2 variants, and long-context versions extended to 16,000 tokens through positional-encoding interpolation, plus experimental 70B checkpoints. BAAI reported that Aquila2-34B outperformed other open Chinese-English models of similar size on Chinese-language benchmarks at the time of release.&lt;/p&gt;
&lt;p&gt;The models are released under the Apache 2.0 license for the codebase, with model weights governed by BAAI&amp;rsquo;s own Aquila license agreement that allows commercial use under certain conditions. Aquila2 targeted developers who needed strong bilingual performance without relying on a Western base model like LLaMA, and it remained one of BAAI&amp;rsquo;s main open releases until the organization shifted more attention toward its FlagEmbedding and other specialized model lines.&lt;/p&gt;</description></item><item><title>Arctic</title><link>https://bestofai.io/models/arctic/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/arctic/</guid><description>&lt;p&gt;Arctic is a large language model that Snowflake released in April 2024, built for enterprise work like SQL generation, coding, and instruction following rather than general chat. It uses a mixture-of-experts design with 480 billion total parameters spread across 128 experts, but only about 17 billion are active for any given token, which keeps inference costs down relative to dense models of similar scale. Snowflake released both the base and instruct checkpoints under an Apache 2.0 license, so the weights can be self-hosted or run through Snowflake Cortex. On the Spider text-to-SQL benchmark it scored around 79% accuracy, and Snowflake pitched it as a way to bring capable open models into data warehouses without sending queries to a third-party API. It trades off a shorter 4K context window and weaker general chat ability against strong performance on the narrow enterprise tasks it was built for.&lt;/p&gt;</description></item><item><title>Arctic Embed 2.0</title><link>https://bestofai.io/models/arctic-embed-2-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/arctic-embed-2-0/</guid><description/></item><item><title>AudioCraft</title><link>https://bestofai.io/models/audiocraft/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/audiocraft/</guid><description>&lt;p&gt;AudioCraft is a code library that Meta released in August 2023, bundling three generative audio models: MusicGen for text-to-music generation, AudioGen for environmental sound effects, and EnCodec, the neural audio codec both rely on for tokenizing waveforms. MusicGen comes in several sizes (300M, 1.5B, and 3.3B parameters), with variants that can also follow a melody alongside a text prompt, while AudioGen ships as a 1.5B-parameter model trained on sound effects rather than music. Meta released the code and weights under the MIT license, which made AudioCraft one of the first fully open toolkits for text-to-audio generation, in contrast to closed systems from companies like Google. It runs on a single consumer GPU for the smaller checkpoints, and it&amp;rsquo;s become a common base for open-source music generation projects and research on controllable audio synthesis.&lt;/p&gt;</description></item><item><title>Aya 23</title><link>https://bestofai.io/models/aya-23/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/aya-23/</guid><description>&lt;p&gt;Aya 23 is a family of multilingual language models that Cohere For AI, Cohere&amp;rsquo;s research lab, released in May 2024, covering 23 languages including Arabic, Chinese, Hindi, Japanese, Russian, and Spanish alongside English. It shipped in two sizes, 8B and 35B parameters, both built on Cohere&amp;rsquo;s Command architecture and initialized from a pretrained checkpoint before further multilingual training. The 35B version is the one tracked here, with an 8192-token context window aimed at retrieval and instruction-following tasks across languages that are usually underserved by English-centric open models. Cohere released the weights under a CC-BY-NC 4.0 license with an acceptable-use addendum, so it&amp;rsquo;s free for research and non-commercial use but requires a separate commercial agreement for production deployment. It followed the original Aya project, which had focused on data and evaluation for 101 languages, by narrowing scope to a smaller set of languages in exchange for stronger per-language quality.&lt;/p&gt;</description></item><item><title>Baichuan 2</title><link>https://bestofai.io/models/baichuan-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/baichuan-2/</guid><description>&lt;p&gt;Baichuan 2 is the second generation of open-weight language models from Baichuan Intelligent Technology, released in September 2023. It came in 7B and 13B parameter sizes, each with base and chat variants, and was trained on 2.6 trillion bilingual Chinese-English tokens, roughly double what the original Baichuan models saw. Baichuan reported that the 7B model gained close to 30% on MMLU over its Baichuan 1 predecessor of the same size, and the family did well on Chinese-language benchmarks like C-Eval and CMMLU relative to other open models available at the time. The weights are distributed under Apache 2.0 for the code plus a separate community license for the model itself, which allows free commercial use as long as the deploying company has under 1 million daily active users and isn&amp;rsquo;t itself a cloud or software service reselling the model. It has since been superseded by Baichuan 3 and Baichuan 4, which moved to closed, API-only access.&lt;/p&gt;</description></item><item><title>Baichuan-13B</title><link>https://bestofai.io/models/baichuan-13b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/baichuan-13b/</guid><description>&lt;p&gt;Baichuan-13B is a bilingual Chinese-English language model that Baichuan Intelligent Technology released in July 2023, expanding on the company&amp;rsquo;s earlier 7B model. It has 13 billion parameters and was trained on about 1.4 trillion tokens, which the company said was 40% more training data than Meta&amp;rsquo;s LLaMA-13B had used at the time. It came in both a base checkpoint for further fine-tuning and a Baichuan-13B-Chat variant aligned for dialogue, both distributed on Hugging Face and GitHub under a community license that permits commercial use for smaller companies. It predates the Baichuan 2, 3, and 4 model families and is largely superseded by them, but it was one of the earlier open-weight Chinese LLMs to reach 13B scale with a permissive-enough license for commercial experimentation.&lt;/p&gt;</description></item><item><title>BERT</title><link>https://bestofai.io/models/bert/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/bert/</guid><description>&lt;p&gt;BERT (Bidirectional Encoder Representations from Transformers) is a language model that Google Research published in October 2018, and it changed how the field approached pretraining for NLP tasks. Unlike earlier models that read text left to right, BERT trains on masked-word prediction and next-sentence prediction, letting it build representations that draw on context from both directions at once. Google released two main sizes: BERT-base at 110 million parameters and BERT-large at 340 million, both with a 512-token limit, and made the weights freely available under Apache 2.0 on GitHub and later Hugging Face. Fine-tuned versions of BERT set new records on eleven different NLP benchmarks at launch, including question answering and natural language inference, and it quickly became the standard base model to fine-tune for tasks like classification, named entity recognition, and search ranking. It&amp;rsquo;s mostly been superseded by newer encoder models like RoBERTa and DeBERTa and by the embedding models that followed it, but it&amp;rsquo;s still one of the most cited papers in NLP and its architecture underlies a large share of later encoder-based systems.&lt;/p&gt;</description></item><item><title>BGE-large-en</title><link>https://bestofai.io/models/bge-large-en/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/bge-large-en/</guid><description>&lt;p&gt;BGE-large-en-v1.5 is a text embedding model from BAAI, the Beijing Academy of Artificial Intelligence, released in September 2023 as an update to the original BGE-large-en model from a few weeks earlier. It has 335 million parameters, produces 1024-dimension embeddings, and handles sequences up to 512 tokens, putting it in the same size class as other BERT-scale encoder models rather than the larger decoder-based embedding models that came later. The v1.5 update mainly fixed a similarity-score distribution issue in the original release and improved retrieval quality when used without a task-specific instruction prefix, which had been a rough edge in v1. BAAI released it under the MIT license, and it became one of the most widely used open embedding models for English retrieval and RAG pipelines, largely because it was free, fast to run, and scored well on the MTEB benchmark relative to its size. It&amp;rsquo;s since been joined by larger and more capable BAAI models like BGE-M3, but it remains a common default for lightweight self-hosted retrieval.&lt;/p&gt;</description></item><item><title>BGE-M3</title><link>https://bestofai.io/models/bge-m3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/bge-m3/</guid><description>&lt;p&gt;BGE-M3 is a text embedding model from BAAI, described in a paper published in February 2024, and the name refers to three things it does at once: multi-linguality across more than 100 languages, multi-granularity handling of inputs up to 8192 tokens, and multi-functionality in that it produces dense vectors, sparse lexical weights, and ColBERT-style token vectors from a single forward pass. It has 568 million parameters, which is modest next to large LLMs but is trained specifically for retrieval rather than generation. That combination let it post state-of-the-art results at the time on the multilingual MIRACL benchmark and the cross-lingual MKQA benchmark, since a single model could substitute for what previously required separate dense and sparse retrieval systems. BAAI released it under the MIT license on Hugging Face, and it&amp;rsquo;s widely used in retrieval-augmented generation pipelines that need to search across documents in multiple languages or documents longer than the 512-token limit typical of earlier BERT-based embedding models.&lt;/p&gt;</description></item><item><title>BioGPT</title><link>https://bestofai.io/models/biogpt/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/biogpt/</guid><description>&lt;p&gt;BioGPT is a language model that Microsoft Research introduced in October 2022, built specifically for biomedical text rather than adapted from a general-purpose model after the fact. It uses a GPT-2-style decoder architecture trained from scratch on roughly 15 million PubMed abstracts, and it comes in a 347-million-parameter base version and a 1.5-billion-parameter BioGPT-Large version. Because it was trained on biomedical text from the start rather than fine-tuned onto it, it outperformed earlier general-purpose language models on tasks like biomedical relation extraction, question answering over medical literature, and document classification. Microsoft released both checkpoints under the MIT license on Hugging Face and GitHub, making it a common starting point for research groups building biomedical NLP tools without needing to train a domain-specific model from scratch. It predates the wave of general-purpose instruction-tuned chat models and hasn&amp;rsquo;t been updated since, so it&amp;rsquo;s mostly used now as a lightweight, self-hostable option for narrow biomedical text tasks rather than as an general assistant.&lt;/p&gt;</description></item><item><title>BitNet b1.58</title><link>https://bestofai.io/models/bitnet-b1-58/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/bitnet-b1-58/</guid><description>&lt;p&gt;BitNet b1.58 is a line of research from Microsoft exploring language models built from ternary weights, meaning every weight is restricted to -1, 0, or 1 instead of the usual 16- or 32-bit floating point values. The original paper, &amp;ldquo;The Era of 1-bit LLMs,&amp;rdquo; came out in February 2024 and showed that models trained natively this way, rather than quantized after the fact, could match full-precision models like Llama 2 at comparable sizes while cutting memory use and inference energy substantially. Microsoft followed up in April 2025 with BitNet b1.58 2B4T, an openly released 2-billion-parameter checkpoint trained on 4 trillion tokens, whose non-embedding memory footprint runs about 0.4GB, well under similarly sized models like Gemma 3 1B or MiniCPM 2B. The weights and inference code are on GitHub and Hugging Face under the MIT license, and the project is notable less for beating other models on benchmarks than for proving that 1-bit training works at all without a big performance penalty, which matters for running capable models on phones or edge devices.&lt;/p&gt;</description></item><item><title>BLIP</title><link>https://bestofai.io/models/blip/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/blip/</guid><description>&lt;p&gt;BLIP (Bootstrapping Language-Image Pre-training) is a vision-language model that Salesforce Research introduced in early 2022. It handles both understanding tasks, like image captioning and visual question answering, and retrieval tasks, like matching images to text. The model was trained with a bootstrapping method that cleans up noisy web-scraped captions by generating synthetic ones and filtering out the bad matches, which let it reach strong results without relying purely on massive uncurated datasets. At around 223 million parameters, BLIP is small next to later multimodal systems, but it was influential in showing that caption quality matters as much as caption quantity for pretraining.&lt;/p&gt;</description></item><item><title>BLIP-2</title><link>https://bestofai.io/models/blip-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/blip-2/</guid><description>&lt;p&gt;BLIP-2 is a vision-language model that Salesforce Research published in January 2023, and it&amp;rsquo;s built around a specific efficiency trick: instead of training a large image encoder and language model together from scratch, it freezes both a pretrained image encoder and a pretrained language model and trains only a lightweight connector between them, called a Q-Former. That Q-Former has around 188 million trainable parameters, less than 2% of the total model, which made BLIP-2 far cheaper to train than comparable vision-language models of the time while still doing well on image captioning and visual question answering. Salesforce released several variants pairing the Q-Former with different frozen language models, including versions built on OPT (2.7B and 6.7B parameters) and Flan-T5 (up to 11B parameters), so users could trade off capability against compute cost. The code and weights are on GitHub and Hugging Face under the MIT license as part of Salesforce&amp;rsquo;s LAVIS library, and the frozen-encoder, lightweight-connector approach it popularized influenced later multimodal models that similarly bolt vision capabilities onto existing language models rather than training everything jointly.&lt;/p&gt;</description></item><item><title>BLOOM</title><link>https://bestofai.io/models/bloom/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/bloom/</guid><description>&lt;p&gt;BLOOM is a 176 billion parameter language model built by BigScience, a year-long collaboration of over a thousand researchers coordinated through Hugging Face with compute donated by the French government&amp;rsquo;s Jean Zay supercomputer. It launched in July 2022 as an answer to closed models like GPT-3, trained on the ROOTS corpus covering 46 natural languages and 13 programming languages, with a deliberate emphasis on underrepresented languages that most large labs ignored at the time. The project published its training data, code, and a full technical report alongside the weights, which was rare for a model at that scale.&lt;/p&gt;</description></item><item><title>BLOOMZ</title><link>https://bestofai.io/models/bloomz/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/bloomz/</guid><description>&lt;p&gt;BLOOMZ is BigScience&amp;rsquo;s instruction-tuned version of BLOOM, released in late 2022 by fine-tuning the base 176 billion parameter model on xP3, a large collection of multilingual tasks phrased as natural-language instructions. The point of the project was cross-lingual generalization: BLOOMZ was tuned mostly on English instructions but showed it could follow instructions in languages it had never seen paired with instructions during fine-tuning, as long as it had encountered that language during BLOOM&amp;rsquo;s original pretraining. That made it one of the earlier public demonstrations that instruction-following skills transfer across languages rather than needing separate tuning for each one.&lt;/p&gt;</description></item><item><title>BTLM-3B</title><link>https://bestofai.io/models/btlm-3b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/btlm-3b/</guid><description>&lt;p&gt;BTLM-3B-8K is a 3 billion parameter language model that Cerebras built with the Opentensor Foundation and trained on Cerebras&amp;rsquo; wafer-scale CS-2 systems. Announced in the summer of 2023, it was designed for a specific goal: match the quality of 7 billion parameter models while staying small enough to run on phones and low-memory devices. Cerebras reports that BTLM-3B, once quantized, fits in around 3GB of memory and runs on hardware like the iPhone, Google Pixel, and even a Raspberry Pi, while performing in line with contemporary 7B models such as RedPajama-INCITE-7B on common benchmarks.&lt;/p&gt;</description></item><item><title>ByT5</title><link>https://bestofai.io/models/byt5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/byt5/</guid><description>&lt;p&gt;ByT5 is a variant of Google&amp;rsquo;s T5 text-to-text model that Google Research published in mid-2021, notable for dropping tokenization altogether and operating directly on raw UTF-8 bytes. Standard language models split text into subword tokens using a fixed vocabulary built by a tokenizer, which works well for the languages and scripts that vocabulary was built around but tends to handle rare words, misspellings, and less common languages poorly. ByT5 sidesteps that by treating every input as a sequence of bytes, giving it a vocabulary of only a few hundred possible values instead of tens of thousands of subword tokens.&lt;/p&gt;</description></item><item><title>Canary</title><link>https://bestofai.io/models/canary/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/canary/</guid><description>&lt;p&gt;Canary is a family of speech models from NVIDIA&amp;rsquo;s NeMo team, with the flagship Canary-1B released in April 2024. Unlike a typical ASR model that only transcribes audio, Canary handles both speech recognition and speech translation across English, French, German, and Spanish, converting spoken audio into text in the same language or translating it into another. It combines a FastConformer encoder with a transformer decoder, an architecture NVIDIA tuned to get strong accuracy from a comparatively small model, and it topped the Hugging Face Open ASR Leaderboard against competitors several times its size when it launched.&lt;/p&gt;</description></item><item><title>Cerebras-GPT</title><link>https://bestofai.io/models/cerebras-gpt/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/cerebras-gpt/</guid><description>&lt;p&gt;Cerebras-GPT is a family of language models, ranging from 111 million to 13 billion parameters, that Cerebras trained on its own CS-2 wafer-scale systems and released in March 2023. The point of the project was less about beating benchmarks and more about openness: Cerebras published the weights, training code, and a detailed technical report describing hyperparameters and scaling behavior for every size in the family, following compute-optimal training recipes similar to those behind Chinchilla. That made Cerebras-GPT one of the more fully documented open model families of its time, useful to researchers who wanted a clean, reproducible baseline for studying scaling laws.&lt;/p&gt;</description></item><item><title>Chameleon</title><link>https://bestofai.io/models/chameleon/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/chameleon/</guid><description>&lt;p&gt;Chameleon is a multimodal model from Meta FAIR, described in a May 2024 paper, that mixes text and images from the ground up rather than bolting a vision encoder onto a language model. Most multimodal systems use &amp;ldquo;late fusion,&amp;rdquo; where a separate image encoder feeds visual features into a language model that was pretrained on text alone. Chameleon instead quantizes images into discrete tokens and trains on sequences of interleaved text and image tokens from scratch, so the same transformer learns to reason over both modalities and can also generate images as output, not just describe them.&lt;/p&gt;</description></item><item><title>ChatGLM3</title><link>https://bestofai.io/models/chatglm3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/chatglm3/</guid><description>&lt;p&gt;ChatGLM3 is the third generation of the ChatGLM dialogue model line, built jointly by Zhipu AI and Tsinghua University&amp;rsquo;s KEG lab and released in late October 2023. The base ChatGLM3-6B model uses a bilingual Chinese-English design and added stronger support for function calling, code execution, and agent-style tool use compared to its predecessors, along with a more diverse pretraining mix covering more training tokens and better alignment training. At release, Zhipu reported that the 6B base model led other pretrained models under 10 billion parameters across dozens of benchmarks spanning reasoning, math, code, and general knowledge.&lt;/p&gt;</description></item><item><title>CLIP</title><link>https://bestofai.io/models/clip/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/clip/</guid><description>&lt;p&gt;CLIP (Contrastive Language-Image Pre-training) is a model OpenAI released in January 2021 that learns to match images with text descriptions. It was trained on 400 million image-text pairs scraped from the internet, using a contrastive objective that pulls matching image and text embeddings together while pushing mismatched pairs apart. The largest released variant, built on a ViT-L/14 vision transformer paired with a 63M-parameter text transformer, totals roughly 428 million parameters. Instead of being trained for one narrow task, CLIP learns a general-purpose joint embedding space for images and text, which lets it perform zero-shot image classification by comparing an image against a set of text labels with no task-specific fine-tuning.&lt;/p&gt;</description></item><item><title>CLIP (LAION variant)</title><link>https://bestofai.io/models/clip-laion-variant/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/clip-laion-variant/</guid><description>&lt;p&gt;This CLIP variant is an open-weight retraining of OpenAI&amp;rsquo;s original CLIP architecture, produced by LAION and distributed through the open_clip project rather than by OpenAI itself. It uses the ViT-L/14 vision transformer backbone, has about 428 million parameters, and was trained on LAION-2B, the English-language 2 billion image-text pair subset of the larger LAION-5B dataset, using 384 A100 GPUs on the JUWELS supercomputer. Like the original CLIP, it maps images and text into a shared embedding space so you can do zero-shot image classification, image-text retrieval, and similarity search without any task-specific fine-tuning, and it reaches about 75.3 percent zero-shot accuracy on ImageNet-1k. Because the weights are released under an open license and hosted on Hugging Face, it has become a common drop-in replacement for OpenAI&amp;rsquo;s closed CLIP checkpoints in open-source image search, captioning, and generative art pipelines, including as a text encoder inside several Stable Diffusion variants.&lt;/p&gt;</description></item><item><title>Code Llama</title><link>https://bestofai.io/models/code-llama/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/code-llama/</guid><description>&lt;p&gt;Code Llama is Meta&amp;rsquo;s code-focused version of Llama 2, released in August 2023. It was trained further on code-heavy data on top of the base Llama 2 weights and shipped in three foundation sizes (7B, 13B, and 34B parameters), each with a base version, a Python-specialized version, and an instruction-tuned version for chat-style coding help. Meta later added a 70B variant. A key change from the base Llama 2 model was extending the context window from 4,096 tokens up to 100,000 tokens, achieved by adjusting the RoPE positional embeddings, which made the model far more useful for reading and editing long files or entire codebases in one pass.&lt;/p&gt;</description></item><item><title>CodeGen2</title><link>https://bestofai.io/models/codegen2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/codegen2/</guid><description>&lt;p&gt;CodeGen2 is Salesforce Research&amp;rsquo;s second-generation family of open code models, released in May 2023 as a follow-up to the original CodeGen. It comes in four sizes: 1B, 3.7B, 7B, and 16B parameters. The main improvement over the first CodeGen is infilling support, meaning the model can fill in a missing chunk of code given the surrounding context on both sides, rather than only generating text left to right. This makes it better suited to real editor workflows like autocomplete and code repair, where the model needs to write code in the middle of an existing file.&lt;/p&gt;</description></item><item><title>Codestral</title><link>https://bestofai.io/models/codestral/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/codestral/</guid><description>&lt;p&gt;Codestral is Mistral AI&amp;rsquo;s dedicated code generation model, first released in May 2024 with 22 billion parameters. It&amp;rsquo;s built for fill-in-the-middle completion and multi-language code generation, and it launched with an 81.1 percent pass@1 score on HumanEval, ahead of larger code models like Code Llama 70B and DeepSeek Coder 33B at the time. The original release used a 32,000-token context window and shipped under the Mistral AI Non-Production License, which limited free use to research and testing and required a separate commercial license for production deployment.&lt;/p&gt;</description></item><item><title>Codestral Mamba</title><link>https://bestofai.io/models/codestral-mamba/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/codestral-mamba/</guid><description>&lt;p&gt;Codestral Mamba is a code generation model Mistral AI released in July 2024, notable mainly for its architecture: instead of the transformer design used by nearly every other code model, it&amp;rsquo;s built on Mamba, a state-space model architecture. State-space models process sequences with linear rather than quadratic scaling in sequence length, which means inference speed does not degrade as sharply as context grows. Mistral sized it at roughly 7 billion parameters and gave it a 256,000-token context window, with the company reporting reliable in-context retrieval performance even at that length.&lt;/p&gt;</description></item><item><title>CodeT5+</title><link>https://bestofai.io/models/codet5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/codet5/</guid><description>&lt;p&gt;CodeT5+ is a family of open-weight code models built by Salesforce Research, released in May 2023 as a follow-up to the original CodeT5 encoder-decoder model. It comes in several sizes from 220 million up to 16 billion parameters and can run in encoder-only, decoder-only, or full encoder-decoder mode, which lets one architecture cover code understanding tasks like defect detection alongside generation tasks like code completion and text-to-code synthesis. Training combines span denoising, causal language modeling, contrastive learning, and text-code matching objectives, an approach Salesforce says gives it an edge over decoder-only code models of similar size on retrieval-augmented generation tasks. The 16B variant scores around 30.9% pass@1 on HumanEval, and an instruction-tuned version of the same checkpoint pushes past 35%, beating OpenAI&amp;rsquo;s older code-cushman-001 model on the same benchmark. Weights are hosted on Hugging Face under a BSD-3-Clause license, making CodeT5+ one of the earlier fully open alternatives to Codex-era proprietary code models.&lt;/p&gt;</description></item><item><title>CogVideoX</title><link>https://bestofai.io/models/cogvideox/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/cogvideox/</guid><description>&lt;p&gt;CogVideoX is Zhipu AI&amp;rsquo;s open-weight text-to-video model, built with Tsinghua University&amp;rsquo;s KEG lab and released in August 2024 as a successor to the original CogVideo project. It ships in 2B and 5B parameter variants using a 3D causal VAE for spatial and temporal compression alongside an expert adaptive LayerNorm transformer, and it supports text-to-video, image-to-video, and video continuation from a single frame or prompt. The 5B model generates clips up to 10 seconds long at up to 768p resolution and 16 frames per second, and Zhipu later shipped a CogVideoX-1.5 update in November 2024 with longer, higher-resolution output. Weights are released under Apache 2.0 and hosted on Hugging Face, and Zhipu also serves the models through its own API, so CogVideoX works both as a self-hosted open model and as a hosted service, similar to how Stability AI and Runway position their video generators.&lt;/p&gt;</description></item><item><title>CogView3</title><link>https://bestofai.io/models/cogview3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/cogview3/</guid><description>&lt;p&gt;CogView3 is a text-to-image model from Zhipu AI and Tsinghua University, described in a March 2024 research paper and open-sourced on Hugging Face in September 2024. It is built around relay diffusion, a cascaded approach where a 3-billion-parameter base stage generates a low-resolution 512x512 image and a second stage adds noise back into that image before running a shorter super-resolution diffusion pass on top of it, rather than conditioning the second stage directly on the low-res output like older cascaded models did. Zhipu reports that CogView3 beats Stable Diffusion XL in human evaluations by a wide margin while needing only about half the inference time, and a distilled version matches that quality using roughly a tenth of SDXL&amp;rsquo;s inference steps. The model and code are released under Apache 2.0, and Zhipu followed it with CogView-3Plus, a larger diffusion transformer variant in the same family, plus a hosted version through the Zhipu API for developers who don&amp;rsquo;t want to run it themselves.&lt;/p&gt;</description></item><item><title>Command R Plus</title><link>https://bestofai.io/models/command-r-plus/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/command-r-plus/</guid><description>&lt;p&gt;Command R Plus is Cohere&amp;rsquo;s flagship model from the Command R generation, released in April 2024 with a 128,000 token context window and 104 billion parameters. Cohere built it for retrieval-augmented generation, multi-step tool use, and multilingual tasks, and launched it in partnership with Microsoft Azure as one of the first models in that generation to pair strong RAG performance with agentic tool calling. The model scores 75.7 on MMLU. Cohere published the weights on Hugging Face under a CC-BY-NC 4.0 license with an acceptable use addendum, so researchers can download and run it for non-commercial purposes for free, while commercial use requires a separate license or access through Cohere&amp;rsquo;s hosted API at $2.50 per million input tokens and $10 per million output tokens. It sits above the smaller Command R model in Cohere&amp;rsquo;s lineup and was superseded by Command A in 2025.&lt;/p&gt;</description></item><item><title>Command R+</title><link>https://bestofai.io/models/command-r/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/command-r/</guid><description>&lt;p&gt;Command R+ is Cohere&amp;rsquo;s flagship large language model, built for enterprise use cases centered on retrieval-augmented generation, tool use, and multi-step agent workflows. It launched in April 2024 with 104 billion parameters and a 128,000-token context window, then received a refreshed version in August 2024 that cut latency and raised throughput on the same hardware footprint. The model supports 10 languages for business use and ships with citation generation built in, so answers grounded in retrieved documents come with source references attached. Cohere positions it against GPT-4-class models for RAG-heavy deployments rather than as a general chatbot, and it is available both through Cohere&amp;rsquo;s own API and as open weights on Hugging Face under a non-commercial license.&lt;/p&gt;</description></item><item><title>Command R7B</title><link>https://bestofai.io/models/command-r7b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/command-r7b/</guid><description>&lt;p&gt;Command R7B is the smallest model in Cohere&amp;rsquo;s R series, released in December 2024 as what the company called the final entry in that lineup. At 7 billion parameters it is built to run on cheap hardware, including CPUs and single GPUs, while still handling retrieval-augmented generation, tool use, and reasoning tasks that Cohere&amp;rsquo;s larger models were designed for. It topped the Hugging Face Open LLM Leaderboard among similarly sized open-weight models at launch, beating Gemma 2 9B, Ministral 8B, and Llama 3.1 8B on average across benchmarks including MMLU, IFEval, and GPQA. The model keeps the same 128,000-token context window as its bigger siblings and is priced far below them, making it a fit for high-volume, latency-sensitive applications rather than frontier-level tasks.&lt;/p&gt;</description></item><item><title>CosyVoice</title><link>https://bestofai.io/models/cosyvoice/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/cosyvoice/</guid><description>&lt;p&gt;CosyVoice is a text-to-speech and voice-cloning model from Alibaba&amp;rsquo;s FunAudioLLM team, released as open weights in July 2024. It generates speech from short reference audio clips, so it can clone a voice from just a few seconds of sample and then speak arbitrary text in that voice across multiple languages, including Chinese, English, Japanese, and Korean. The model builds on supervised semantic speech tokens paired with a language-model-style generation approach, which lets it handle cross-lingual and zero-shot voice cloning without speaker-specific fine-tuning. Alibaba has continued to update the line, later releasing CosyVoice 2 and CosyVoice 3 with larger underlying models and lower latency, and the original release remains available on Hugging Face and through Alibaba Cloud&amp;rsquo;s Model Studio API under an Apache 2.0 license.&lt;/p&gt;</description></item><item><title>DBRX</title><link>https://bestofai.io/models/dbrx/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/dbrx/</guid><description>&lt;p&gt;DBRX is Databricks&amp;rsquo; open-weight large language model, released in March 2024 as the base model behind the instruction-tuned DBRX Instruct. It is a fine-grained mixture-of-experts model with 132 billion total parameters and 36 billion active parameters per token, trained from scratch on 12 trillion tokens of text and code using Databricks&amp;rsquo; own Mosaic AI training stack. At release, Databricks reported it outperforming other open models of the time, including Llama 2 70B and Mixtral, on benchmarks such as MMLU and HumanEval, and it was pitched as evidence that an enterprise-focused company could train a competitive foundation model without relying on a big-lab research budget. It has a 32,000-token context window and is released under the Databricks Open Model License, with weights available on Hugging Face for self-hosting or through Databricks&amp;rsquo; own serving infrastructure.&lt;/p&gt;</description></item><item><title>DBRX Instruct</title><link>https://bestofai.io/models/dbrx-instruct/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/dbrx-instruct/</guid><description>&lt;p&gt;DBRX Instruct is the fine-tuned, chat-ready version of Databricks&amp;rsquo; DBRX model, released in March 2024 alongside the DBRX base model. It uses a fine-grained mixture-of-experts architecture with 132 billion total parameters, of which only 36 billion are active for any given token, and it was trained on 12 trillion tokens of text and code. Databricks tuned it specifically for instruction following and multi-turn conversation, and at launch the company reported it beating GPT-3.5 on MMLU (73.7% versus 70.0%) and on HumanEval (70.1% versus 48.1%). It supports a 32,000-token context window and is distributed under the Databricks Open Model License, which permits commercial use with some restrictions for very large deployments. Organizations run it through Databricks&amp;rsquo; own platform or self-host the weights from Hugging Face.&lt;/p&gt;</description></item><item><title>DeepFloyd IF</title><link>https://bestofai.io/models/deepfloyd-if/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepfloyd-if/</guid><description>&lt;p&gt;DeepFloyd IF is a text-to-image model released in April 2023 by DeepFloyd, a research lab backed by Stability AI. It takes a different approach from Stable Diffusion&amp;rsquo;s latent-space diffusion: it operates directly in pixel space across a cascade of three modules, first generating a low-resolution 64x64 image and then upsampling it in stages to 1024x1024, which gives it a strong reputation for rendering legible text inside images, a task that latent diffusion models of that era often botched. DeepFloyd trained three sizes of the base module, the largest with 4.3 billion parameters, and the full pipeline was released as a non-commercial research preview under a Stability Community License rather than a fully open license. It never became a mainstream product the way Stable Diffusion did, but its text-rendering results influenced later commercial models that improved on the same weakness.&lt;/p&gt;</description></item><item><title>DeepSeek Coder V2</title><link>https://bestofai.io/models/deepseek-coder-v2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-coder-v2/</guid><description>&lt;p&gt;DeepSeek-Coder-V2 is DeepSeek&amp;rsquo;s second-generation code model, released in June 2024 as a mixture-of-experts model with 236 billion total parameters and 21 billion active per token. It extended the context window to 128,000 tokens, up sharply from the 16,000-token window of the original DeepSeek-Coder, and expanded language coverage from 86 to 338 programming languages. On HumanEval it scored 90.2%, a result DeepSeek billed at the time as closing the gap with closed models like GPT-4 Turbo on coding tasks, and it also improved on general reasoning and math benchmarks compared to its predecessor. Unlike the original DeepSeek-Coder&amp;rsquo;s more restrictive license, DeepSeek-Coder-V2 is released under the MIT license, making it freely usable for commercial projects, and weights are available on Hugging Face alongside API access through DeepSeek&amp;rsquo;s own platform.&lt;/p&gt;</description></item><item><title>DeepSeek LLM 67B</title><link>https://bestofai.io/models/deepseek-llm-67b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-llm-67b/</guid><description>&lt;p&gt;DeepSeek LLM 67B is DeepSeek&amp;rsquo;s first dense foundation model, released in November 2023 before the company pivoted toward the mixture-of-experts architectures used in its later V2 and V3 lines. It is a 67-billion-parameter dense transformer trained on 2 trillion tokens of English and Chinese text, and it scored around 71.9 on MMLU, putting it roughly in line with Llama 2 70B on general knowledge benchmarks while beating it on several Chinese-language tasks. The model has a comparatively short 4,096-token context window by later standards, reflecting the norms of late 2023 training runs. It was released with both base and chat variants under a permissive DeepSeek license allowing commercial use, and it served as the foundation DeepSeek built on for its subsequent, more widely used models.&lt;/p&gt;</description></item><item><title>DeepSeek R1</title><link>https://bestofai.io/models/deepseek-r1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-r1/</guid><description/></item><item><title>DeepSeek V3</title><link>https://bestofai.io/models/deepseek-v3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-v3/</guid><description/></item><item><title>DeepSeek V4-Pro</title><link>https://bestofai.io/models/deepseek-v4-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-v4-pro/</guid><description/></item><item><title>DeepSeek-Coder-33B</title><link>https://bestofai.io/models/deepseek-coder-33b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-coder-33b/</guid><description>&lt;p&gt;DeepSeek-Coder-33B is a code-focused language model that DeepSeek released in November 2023, before the company became widely known for its later reasoning models. It was trained from scratch on 2 trillion tokens split mostly between code and natural language, with a 16,000-token context window and project-level training that lets it reason across multiple files rather than isolated snippets. The instruction-tuned version scored 79.3% pass@1 on HumanEval at release, putting it ahead of most open code models of the time and within striking distance of GPT-3.5 on coding benchmarks. It supports fill-in-the-middle completion for use in code editors and covers a wide range of programming languages. DeepSeek has since superseded it with DeepSeek-Coder-V2, a larger mixture-of-experts model with a longer context window, but the 33B model is still available on Hugging Face for self-hosting.&lt;/p&gt;</description></item><item><title>DeepSeek-Math</title><link>https://bestofai.io/models/deepseek-math/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-math/</guid><description>&lt;p&gt;DeepSeekMath is a 7-billion-parameter model DeepSeek built specifically for mathematical reasoning, released in February 2024 and initialized from DeepSeek-Coder-Base. It was trained on 120 billion math-related tokens pulled from web data, alongside natural language and code, and scored 51.7% on the competition-level MATH benchmark without relying on external calculators or tools, a result that at the time approached the performance of much larger closed models like Gemini-Ultra and GPT-4. DeepSeek released it in base, instruction-tuned, and reinforcement-learning-tuned variants, with the RL version trained using Group Relative Policy Optimization, an algorithm the company introduced in this paper and later reused for DeepSeek-R1. The model has a 4,096-token context window and is aimed at researchers and developers working on math tutoring, theorem proving, and quantitative reasoning tasks rather than general-purpose chat.&lt;/p&gt;</description></item><item><title>DeepSeek-MoE-16B</title><link>https://bestofai.io/models/deepseek-moe-16b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-moe-16b/</guid><description>&lt;p&gt;DeepSeek-MoE-16B, released in January 2024, was DeepSeek&amp;rsquo;s early attempt at a fine-grained mixture-of-experts architecture, and its design choices carried forward into the company&amp;rsquo;s later V2 and V3 models. It has 16.4 billion total parameters but only about 2.8 billion active per token, achieved through two techniques described in its paper: splitting experts into smaller, more specialized units, and isolating a set of shared experts that always fire to capture common knowledge. Trained from scratch on 2 trillion English and Chinese tokens, it reached performance comparable to the dense DeepSeek 7B and Llama 2 7B models while using only around 40% of the compute those models require at inference. It has a 4,096-token context window and was released under DeepSeek&amp;rsquo;s open license for self-hosted use, mainly as a research demonstration of expert specialization rather than a production-focused release.&lt;/p&gt;</description></item><item><title>DeepSeek-R1-Distill-Llama-70B</title><link>https://bestofai.io/models/deepseek-r1-distill-llama-70b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-r1-distill-llama-70b/</guid><description>&lt;p&gt;DeepSeek-R1-Distill-Llama-70B is a distilled reasoning model DeepSeek released alongside DeepSeek-R1 in January 2025. Rather than training a reasoning model from scratch, DeepSeek fine-tuned Meta&amp;rsquo;s Llama 3.3 70B Instruct on reasoning traces generated by the full R1 model, transferring much of R1&amp;rsquo;s chain-of-thought problem-solving ability into a smaller, cheaper-to-run architecture. It is the largest of six distilled R1 variants DeepSeek published, spanning Qwen and Llama base models from 1.5B up to 70B parameters, and on release it scored 70.0% pass@1 on AIME 2024 and 94.5% on MATH-500, far ahead of general-purpose models like GPT-4o and Claude 3.5 Sonnet on the same math benchmarks. It carries a 128,000-token context window, inherited from its Llama 3.3 base, and is distributed under the Llama 3.3 Community License, with weights on Hugging Face and hosted API access through providers including Together AI.&lt;/p&gt;</description></item><item><title>DeepSeek-R1-Distill-Qwen-32B</title><link>https://bestofai.io/models/deepseek-r1-distill-qwen-32b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-r1-distill-qwen-32b/</guid><description/></item><item><title>DeepSeek-V2</title><link>https://bestofai.io/models/deepseek-v2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-v2/</guid><description/></item><item><title>DeepSeek-VL</title><link>https://bestofai.io/models/deepseek-vl/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-vl/</guid><description/></item><item><title>DeepSeek-VL2</title><link>https://bestofai.io/models/deepseek-vl2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/deepseek-vl2/</guid><description/></item><item><title>Devstral</title><link>https://bestofai.io/models/devstral/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/devstral/</guid><description/></item><item><title>DINOv2</title><link>https://bestofai.io/models/dinov2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/dinov2/</guid><description/></item><item><title>DistilBERT</title><link>https://bestofai.io/models/distilbert/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/distilbert/</guid><description/></item><item><title>Dolly 2.0</title><link>https://bestofai.io/models/dolly-2-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/dolly-2-0/</guid><description/></item><item><title>ELECTRA</title><link>https://bestofai.io/models/electra/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/electra/</guid><description/></item><item><title>ELMo</title><link>https://bestofai.io/models/elmo/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/elmo/</guid><description/></item><item><title>Emu3</title><link>https://bestofai.io/models/emu3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/emu3/</guid><description/></item><item><title>ERNIE 4.5</title><link>https://bestofai.io/models/ernie-4-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/ernie-4-5/</guid><description/></item><item><title>ESM-2</title><link>https://bestofai.io/models/esm-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/esm-2/</guid><description/></item><item><title>EXAONE 3.0</title><link>https://bestofai.io/models/exaone-3-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/exaone-3-0/</guid><description/></item><item><title>EXAONE 3.5</title><link>https://bestofai.io/models/exaone-3-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/exaone-3-5/</guid><description/></item><item><title>Falcon 180B</title><link>https://bestofai.io/models/falcon-180b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/falcon-180b/</guid><description/></item><item><title>Falcon 2</title><link>https://bestofai.io/models/falcon-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/falcon-2/</guid><description/></item><item><title>Falcon 3</title><link>https://bestofai.io/models/falcon-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/falcon-3/</guid><description/></item><item><title>Falcon 40B</title><link>https://bestofai.io/models/falcon-40b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/falcon-40b/</guid><description/></item><item><title>Falcon 7B</title><link>https://bestofai.io/models/falcon-7b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/falcon-7b/</guid><description/></item><item><title>Falcon Mamba 7B</title><link>https://bestofai.io/models/falcon-mamba-7b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/falcon-mamba-7b/</guid><description/></item><item><title>Flan-T5</title><link>https://bestofai.io/models/flan-t5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/flan-t5/</guid><description/></item><item><title>Florence-2</title><link>https://bestofai.io/models/florence-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/florence-2/</guid><description/></item><item><title>FLUX.1 dev</title><link>https://bestofai.io/models/flux-1-dev/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/flux-1-dev/</guid><description/></item><item><title>FLUX.1 Kontext</title><link>https://bestofai.io/models/flux-1-kontext/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/flux-1-kontext/</guid><description/></item><item><title>FLUX.1 Krea</title><link>https://bestofai.io/models/flux-1-krea/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/flux-1-krea/</guid><description/></item><item><title>Fuyu-8B</title><link>https://bestofai.io/models/fuyu-8b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/fuyu-8b/</guid><description/></item><item><title>Galactica</title><link>https://bestofai.io/models/galactica/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/galactica/</guid><description/></item><item><title>Gemma</title><link>https://bestofai.io/models/gemma/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemma/</guid><description/></item><item><title>Gemma 2</title><link>https://bestofai.io/models/gemma-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemma-2/</guid><description/></item><item><title>Gemma 3</title><link>https://bestofai.io/models/gemma-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemma-3/</guid><description/></item><item><title>GLM-4</title><link>https://bestofai.io/models/glm-4/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/glm-4/</guid><description/></item><item><title>GLM-4.6</title><link>https://bestofai.io/models/glm-4-6/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/glm-4-6/</guid><description/></item><item><title>GLM-5.2</title><link>https://bestofai.io/models/glm-5-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/glm-5-2/</guid><description/></item><item><title>GPT-2</title><link>https://bestofai.io/models/gpt-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-2/</guid><description/></item><item><title>GPT-J</title><link>https://bestofai.io/models/gpt-j/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-j/</guid><description/></item><item><title>GPT-Neo 2.7B</title><link>https://bestofai.io/models/gpt-neo-2-7b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-neo-2-7b/</guid><description/></item><item><title>GPT-NeoX-20B</title><link>https://bestofai.io/models/gpt-neox-20b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-neox-20b/</guid><description/></item><item><title>GPT-OSS-120B</title><link>https://bestofai.io/models/gpt-oss-120b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-oss-120b/</guid><description/></item><item><title>GPT-OSS-20B</title><link>https://bestofai.io/models/gpt-oss-20b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-oss-20b/</guid><description/></item><item><title>Granite 3.0</title><link>https://bestofai.io/models/granite-3-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/granite-3-0/</guid><description/></item><item><title>Granite Code</title><link>https://bestofai.io/models/granite-code/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/granite-code/</guid><description/></item><item><title>Granite Embedding</title><link>https://bestofai.io/models/granite-embedding/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/granite-embedding/</guid><description/></item><item><title>Granite Guardian</title><link>https://bestofai.io/models/granite-guardian/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/granite-guardian/</guid><description/></item><item><title>Granite Vision</title><link>https://bestofai.io/models/granite-vision/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/granite-vision/</guid><description/></item><item><title>Grok-1</title><link>https://bestofai.io/models/grok-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/grok-1/</guid><description/></item><item><title>GTE-large</title><link>https://bestofai.io/models/gte-large/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gte-large/</guid><description/></item><item><title>Hermes 2</title><link>https://bestofai.io/models/hermes-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/hermes-2/</guid><description/></item><item><title>Hermes 3</title><link>https://bestofai.io/models/hermes-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/hermes-3/</guid><description/></item><item><title>Hunyuan DiT</title><link>https://bestofai.io/models/hunyuan-dit/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/hunyuan-dit/</guid><description/></item><item><title>Hunyuan Large</title><link>https://bestofai.io/models/hunyuan-large/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/hunyuan-large/</guid><description/></item><item><title>Hunyuan Video</title><link>https://bestofai.io/models/hunyuan-video/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/hunyuan-video/</guid><description/></item><item><title>Hunyuan-A13B</title><link>https://bestofai.io/models/hunyuan-a13b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/hunyuan-a13b/</guid><description/></item><item><title>Hunyuan3D</title><link>https://bestofai.io/models/hunyuan3d/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/hunyuan3d/</guid><description/></item><item><title>IDEFICS2</title><link>https://bestofai.io/models/idefics2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/idefics2/</guid><description/></item><item><title>InternLM2</title><link>https://bestofai.io/models/internlm2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/internlm2/</guid><description/></item><item><title>InternLM2.5</title><link>https://bestofai.io/models/internlm2-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/internlm2-5/</guid><description/></item><item><title>InternVL2</title><link>https://bestofai.io/models/internvl2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/internvl2/</guid><description/></item><item><title>Jamba 1.5 Large</title><link>https://bestofai.io/models/jamba-1-5-large/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/jamba-1-5-large/</guid><description/></item><item><title>Jamba 1.5 Mini</title><link>https://bestofai.io/models/jamba-1-5-mini/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/jamba-1-5-mini/</guid><description/></item><item><title>Jamba Large 1.6</title><link>https://bestofai.io/models/jamba-large-1-6/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/jamba-large-1-6/</guid><description/></item><item><title>Jina Embeddings v2</title><link>https://bestofai.io/models/jina-embeddings-v2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/jina-embeddings-v2/</guid><description/></item><item><title>jina-embeddings-v3</title><link>https://bestofai.io/models/jina-embeddings-v3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/jina-embeddings-v3/</guid><description/></item><item><title>Kimi K2</title><link>https://bestofai.io/models/kimi-k2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/kimi-k2/</guid><description/></item><item><title>Kimi K2.6</title><link>https://bestofai.io/models/kimi-k2-6/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/kimi-k2-6/</guid><description/></item><item><title>Kimi K2.7 Code</title><link>https://bestofai.io/models/kimi-k2-7-code/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/kimi-k2-7-code/</guid><description/></item><item><title>Kimi-Audio</title><link>https://bestofai.io/models/kimi-audio/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/kimi-audio/</guid><description/></item><item><title>Kimi-VL</title><link>https://bestofai.io/models/kimi-vl/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/kimi-vl/</guid><description/></item><item><title>Kolors</title><link>https://bestofai.io/models/kolors/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/kolors/</guid><description/></item><item><title>Kosmos-2</title><link>https://bestofai.io/models/kosmos-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/kosmos-2/</guid><description/></item><item><title>LLaMA</title><link>https://bestofai.io/models/llama/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llama/</guid><description/></item><item><title>Llama 2</title><link>https://bestofai.io/models/llama-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llama-2/</guid><description/></item><item><title>Llama 3</title><link>https://bestofai.io/models/llama-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llama-3/</guid><description/></item><item><title>Llama 3.1 405B</title><link>https://bestofai.io/models/llama-3-1-405b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llama-3-1-405b/</guid><description/></item><item><title>Llama 3.1 70B</title><link>https://bestofai.io/models/llama-3-1-70b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llama-3-1-70b/</guid><description/></item><item><title>Llama 3.1 8B</title><link>https://bestofai.io/models/llama-3-1-8b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llama-3-1-8b/</guid><description/></item><item><title>Llama 3.2</title><link>https://bestofai.io/models/llama-3-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llama-3-2/</guid><description/></item><item><title>Llama 3.3</title><link>https://bestofai.io/models/llama-3-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llama-3-3/</guid><description/></item><item><title>Llama 4 Maverick</title><link>https://bestofai.io/models/llama-4-maverick/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llama-4-maverick/</guid><description/></item><item><title>Llama 4 Scout</title><link>https://bestofai.io/models/llama-4-scout/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llama-4-scout/</guid><description/></item><item><title>Llama Guard 2</title><link>https://bestofai.io/models/llama-guard-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llama-guard-2/</guid><description/></item><item><title>Llama Guard 3</title><link>https://bestofai.io/models/llama-guard-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llama-guard-3/</guid><description/></item><item><title>LLeMA-7B</title><link>https://bestofai.io/models/llema-7b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/llema-7b/</guid><description/></item><item><title>Mathstral</title><link>https://bestofai.io/models/mathstral/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mathstral/</guid><description/></item><item><title>MiniCPM</title><link>https://bestofai.io/models/minicpm/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/minicpm/</guid><description/></item><item><title>MiniCPM-V</title><link>https://bestofai.io/models/minicpm-v/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/minicpm-v/</guid><description/></item><item><title>MiniMax M3</title><link>https://bestofai.io/models/minimax-m3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/minimax-m3/</guid><description/></item><item><title>MiniMax-01</title><link>https://bestofai.io/models/minimax-01/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/minimax-01/</guid><description/></item><item><title>Ministral 8B</title><link>https://bestofai.io/models/ministral-8b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/ministral-8b/</guid><description/></item><item><title>Mistral 7B</title><link>https://bestofai.io/models/mistral-7b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mistral-7b/</guid><description/></item><item><title>Mistral NeMo</title><link>https://bestofai.io/models/mistral-nemo/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mistral-nemo/</guid><description/></item><item><title>Mistral Small 3</title><link>https://bestofai.io/models/mistral-small-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mistral-small-3/</guid><description/></item><item><title>Mixtral 8x22B</title><link>https://bestofai.io/models/mixtral-8x22b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mixtral-8x22b/</guid><description/></item><item><title>Mixtral 8x7B</title><link>https://bestofai.io/models/mixtral-8x7b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mixtral-8x7b/</guid><description/></item><item><title>MPT-30B</title><link>https://bestofai.io/models/mpt-30b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mpt-30b/</guid><description/></item><item><title>mT5</title><link>https://bestofai.io/models/mt5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mt5/</guid><description/></item><item><title>MusicGen</title><link>https://bestofai.io/models/musicgen/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/musicgen/</guid><description/></item><item><title>Nemotron Nano</title><link>https://bestofai.io/models/nemotron-nano/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/nemotron-nano/</guid><description/></item><item><title>Nemotron-3 8B</title><link>https://bestofai.io/models/nemotron-3-8b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/nemotron-3-8b/</guid><description/></item><item><title>Nemotron-4 340B</title><link>https://bestofai.io/models/nemotron-4-340b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/nemotron-4-340b/</guid><description/></item><item><title>NLLB-200</title><link>https://bestofai.io/models/nllb-200/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/nllb-200/</guid><description/></item><item><title>Nomic Embed Text v1</title><link>https://bestofai.io/models/nomic-embed-text-v1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/nomic-embed-text-v1/</guid><description/></item><item><title>nomic-embed-text-v2</title><link>https://bestofai.io/models/nomic-embed-text-v2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/nomic-embed-text-v2/</guid><description/></item><item><title>NVIDIA Cosmos</title><link>https://bestofai.io/models/nvidia-cosmos/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/nvidia-cosmos/</guid><description/></item><item><title>OLMo 2</title><link>https://bestofai.io/models/olmo-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/olmo-2/</guid><description/></item><item><title>OLMo 7B</title><link>https://bestofai.io/models/olmo-7b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/olmo-7b/</guid><description/></item><item><title>OLMoE</title><link>https://bestofai.io/models/olmoe/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/olmoe/</guid><description/></item><item><title>OPT-175B</title><link>https://bestofai.io/models/opt-175b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/opt-175b/</guid><description/></item><item><title>Orca 2</title><link>https://bestofai.io/models/orca-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/orca-2/</guid><description/></item><item><title>Orca-Math</title><link>https://bestofai.io/models/orca-math/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/orca-math/</guid><description/></item><item><title>Pharia-1</title><link>https://bestofai.io/models/pharia-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/pharia-1/</guid><description/></item><item><title>Phi-2</title><link>https://bestofai.io/models/phi-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/phi-2/</guid><description/></item><item><title>Phi-3</title><link>https://bestofai.io/models/phi-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/phi-3/</guid><description/></item><item><title>Phi-3-medium</title><link>https://bestofai.io/models/phi-3-medium/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/phi-3-medium/</guid><description/></item><item><title>Phi-3-small</title><link>https://bestofai.io/models/phi-3-small/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/phi-3-small/</guid><description/></item><item><title>Phi-3-vision</title><link>https://bestofai.io/models/phi-3-vision/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/phi-3-vision/</guid><description/></item><item><title>Phi-3.5-mini</title><link>https://bestofai.io/models/phi-3-5-mini/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/phi-3-5-mini/</guid><description/></item><item><title>Phi-4</title><link>https://bestofai.io/models/phi-4/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/phi-4/</guid><description/></item><item><title>Phi-4-reasoning</title><link>https://bestofai.io/models/phi-4-reasoning/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/phi-4-reasoning/</guid><description/></item><item><title>Pixtral 12B</title><link>https://bestofai.io/models/pixtral-12b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/pixtral-12b/</guid><description/></item><item><title>Pixtral Large</title><link>https://bestofai.io/models/pixtral-large/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/pixtral-large/</guid><description/></item><item><title>Playground v2.5</title><link>https://bestofai.io/models/playground-v2-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/playground-v2-5/</guid><description/></item><item><title>ProGen</title><link>https://bestofai.io/models/progen/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/progen/</guid><description/></item><item><title>Pythia</title><link>https://bestofai.io/models/pythia/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/pythia/</guid><description/></item><item><title>Qwen-7B</title><link>https://bestofai.io/models/qwen-7b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen-7b/</guid><description/></item><item><title>Qwen-Audio</title><link>https://bestofai.io/models/qwen-audio/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen-audio/</guid><description/></item><item><title>Qwen-Image</title><link>https://bestofai.io/models/qwen-image/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen-image/</guid><description/></item><item><title>Qwen-VL</title><link>https://bestofai.io/models/qwen-vl/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen-vl/</guid><description/></item><item><title>Qwen1.5-110B</title><link>https://bestofai.io/models/qwen1-5-110b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen1-5-110b/</guid><description/></item><item><title>Qwen2-72B</title><link>https://bestofai.io/models/qwen2-72b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen2-72b/</guid><description/></item><item><title>Qwen2-Audio</title><link>https://bestofai.io/models/qwen2-audio/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen2-audio/</guid><description/></item><item><title>Qwen2.5-72B</title><link>https://bestofai.io/models/qwen2-5-72b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen2-5-72b/</guid><description/></item><item><title>Qwen2.5-Coder</title><link>https://bestofai.io/models/qwen2-5-coder/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen2-5-coder/</guid><description/></item><item><title>Qwen2.5-VL</title><link>https://bestofai.io/models/qwen2-5-vl/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen2-5-vl/</guid><description/></item><item><title>Qwen3-235B-A22B</title><link>https://bestofai.io/models/qwen3-235b-a22b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen3-235b-a22b/</guid><description/></item><item><title>Qwen3-Coder</title><link>https://bestofai.io/models/qwen3-coder/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen3-coder/</guid><description/></item><item><title>QwQ-32B</title><link>https://bestofai.io/models/qwq-32b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwq-32b/</guid><description/></item><item><title>QwQ-32B-Preview</title><link>https://bestofai.io/models/qwq-32b-preview/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwq-32b-preview/</guid><description/></item><item><title>RedPajama-INCITE</title><link>https://bestofai.io/models/redpajama-incite/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/redpajama-incite/</guid><description/></item><item><title>Reka Edge</title><link>https://bestofai.io/models/reka-edge/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/reka-edge/</guid><description/></item><item><title>replit-code-v1.5</title><link>https://bestofai.io/models/replit-code-v1-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/replit-code-v1-5/</guid><description/></item><item><title>RoBERTa</title><link>https://bestofai.io/models/roberta/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/roberta/</guid><description/></item><item><title>SAM</title><link>https://bestofai.io/models/sam/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sam/</guid><description/></item><item><title>SAM 2</title><link>https://bestofai.io/models/sam-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sam-2/</guid><description/></item><item><title>SantaCoder</title><link>https://bestofai.io/models/santacoder/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/santacoder/</guid><description/></item><item><title>Seamless M4T</title><link>https://bestofai.io/models/seamless-m4t/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/seamless-m4t/</guid><description/></item><item><title>Seamless M4T v2</title><link>https://bestofai.io/models/seamless-m4t-v2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/seamless-m4t-v2/</guid><description/></item><item><title>Skywork-13B</title><link>https://bestofai.io/models/skywork-13b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/skywork-13b/</guid><description/></item><item><title>SmolLM</title><link>https://bestofai.io/models/smollm/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/smollm/</guid><description/></item><item><title>SmolLM2</title><link>https://bestofai.io/models/smollm2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/smollm2/</guid><description/></item><item><title>Solar 10.7B</title><link>https://bestofai.io/models/solar-10-7b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/solar-10-7b/</guid><description/></item><item><title>Solar Pro 2</title><link>https://bestofai.io/models/solar-pro-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/solar-pro-2/</guid><description/></item><item><title>Stable Cascade</title><link>https://bestofai.io/models/stable-cascade/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/stable-cascade/</guid><description/></item><item><title>Stable Diffusion 3.5</title><link>https://bestofai.io/models/stable-diffusion-3-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/stable-diffusion-3-5/</guid><description/></item><item><title>Stable Diffusion XL</title><link>https://bestofai.io/models/stable-diffusion-xl/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/stable-diffusion-xl/</guid><description/></item><item><title>Stable Video Diffusion</title><link>https://bestofai.io/models/stable-video-diffusion/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/stable-video-diffusion/</guid><description/></item><item><title>StableLM 2</title><link>https://bestofai.io/models/stablelm-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/stablelm-2/</guid><description/></item><item><title>StableLM 3B</title><link>https://bestofai.io/models/stablelm-3b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/stablelm-3b/</guid><description/></item><item><title>StableLM Zephyr</title><link>https://bestofai.io/models/stablelm-zephyr/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/stablelm-zephyr/</guid><description/></item><item><title>StarCoder</title><link>https://bestofai.io/models/starcoder/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/starcoder/</guid><description/></item><item><title>StarCoder2</title><link>https://bestofai.io/models/starcoder2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/starcoder2/</guid><description/></item><item><title>T5</title><link>https://bestofai.io/models/t5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/t5/</guid><description/></item><item><title>Tacotron 2</title><link>https://bestofai.io/models/tacotron-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/tacotron-2/</guid><description/></item><item><title>UL2</title><link>https://bestofai.io/models/ul2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/ul2/</guid><description/></item><item><title>Vicuna-13B</title><link>https://bestofai.io/models/vicuna-13b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/vicuna-13b/</guid><description/></item><item><title>Vicuna-33B</title><link>https://bestofai.io/models/vicuna-33b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/vicuna-33b/</guid><description/></item><item><title>Wan2.1</title><link>https://bestofai.io/models/wan2-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/wan2-1/</guid><description/></item><item><title>Wav2Vec 2.0</title><link>https://bestofai.io/models/wav2vec-2-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/wav2vec-2-0/</guid><description/></item><item><title>Whisper</title><link>https://bestofai.io/models/whisper/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/whisper/</guid><description/></item><item><title>Whisper Large v3</title><link>https://bestofai.io/models/whisper-large-v3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/whisper-large-v3/</guid><description/></item><item><title>WizardCoder</title><link>https://bestofai.io/models/wizardcoder/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/wizardcoder/</guid><description/></item><item><title>WizardLM-2</title><link>https://bestofai.io/models/wizardlm-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/wizardlm-2/</guid><description/></item><item><title>XGen-7B</title><link>https://bestofai.io/models/xgen-7b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/xgen-7b/</guid><description/></item><item><title>XLNet</title><link>https://bestofai.io/models/xlnet/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/xlnet/</guid><description/></item><item><title>Yi-1.5-34B</title><link>https://bestofai.io/models/yi-1-5-34b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/yi-1-5-34b/</guid><description/></item><item><title>Yi-34B</title><link>https://bestofai.io/models/yi-34b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/yi-34b/</guid><description/></item><item><title>Yi-Coder</title><link>https://bestofai.io/models/yi-coder/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/yi-coder/</guid><description/></item><item><title>Yi-VL-34B</title><link>https://bestofai.io/models/yi-vl-34b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/yi-vl-34b/</guid><description/></item><item><title>Yuan 2.0</title><link>https://bestofai.io/models/yuan-2-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/yuan-2-0/</guid><description/></item><item><title>Zephyr 141B</title><link>https://bestofai.io/models/zephyr-141b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/zephyr-141b/</guid><description/></item><item><title>Zephyr 7B</title><link>https://bestofai.io/models/zephyr-7b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/zephyr-7b/</guid><description/></item></channel></rss>