<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Models on Best of AI</title><link>https://bestofai.io/models/</link><description>Recent content in Models 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/models/index.xml" rel="self" type="application/rss+xml"/><item><title>abab6.5</title><link>https://bestofai.io/models/abab6-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/abab6-5/</guid><description>&lt;p&gt;abab6.5 is a large language model from the Chinese company MiniMax, launched in April 2024 as the company&amp;rsquo;s flagship offering before it shifted toward open-weight releases with the M-series models. It runs on a mixture-of-experts architecture with a total parameter count in the trillions, though MiniMax has not disclosed exact figures, and it handles a 200,000-token context window. The lineup also included a companion model, abab6.5s, tuned for lower latency and cheaper inference at similar quality.&lt;/p&gt;</description></item><item><title>Act-One</title><link>https://bestofai.io/models/act-one/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/act-one/</guid><description>&lt;p&gt;Act-One is a feature inside Runway&amp;rsquo;s Gen-3 Alpha video model, released in October 2024, that turns an ordinary video of a person&amp;rsquo;s face into a driving signal for an AI-generated character. A creator films themselves on a phone or webcam, and Act-One maps their expressions, eye-lines, and timing onto a separate generated character without any motion-capture rig, facial markers, or manual keyframing. It supports multiple camera angles and can retarget a performance onto characters with different proportions from the original actor.&lt;/p&gt;</description></item><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>AlphaCode 2</title><link>https://bestofai.io/models/alphacode-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/alphacode-2/</guid><description>&lt;p&gt;AlphaCode 2 is Google DeepMind&amp;rsquo;s competitive-programming system, published as a technical report in December 2023 as a follow-up to the original AlphaCode. Instead of a single model, it is a pipeline built on fine-tuned Gemini models: it samples up to a million candidate C++ solutions per problem, then filters them down through test-based checks, behavioral clustering, and a learned scoring model to pick roughly ten final submissions. On a set of recent Codeforces contests, it solved 43 percent of problems within ten attempts, nearly double the original AlphaCode&amp;rsquo;s 25 percent.&lt;/p&gt;</description></item><item><title>AlphaFold 3</title><link>https://bestofai.io/models/alphafold-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/alphafold-3/</guid><description>&lt;p&gt;AlphaFold 3 is a structure-prediction model that Google DeepMind and Isomorphic Labs released in May 2024, extending the earlier protein-only AlphaFold 2 to a much wider range of biological molecules. Instead of predicting only protein folds, it jointly models complexes containing proteins, DNA, RNA, small-molecule ligands, ions, and chemically modified residues, using a redesigned architecture built around a module called Pairformer. This lets researchers ask how a candidate drug molecule might bind to a protein, or how a protein interacts with a strand of RNA, in a single prediction rather than stitching together separate tools.&lt;/p&gt;</description></item><item><title>AlphaGeometry</title><link>https://bestofai.io/models/alphageometry/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/alphageometry/</guid><description>&lt;p&gt;AlphaGeometry is a neuro-symbolic system from Google DeepMind, published in Nature in January 2024, built to solve geometry problems at the level of International Mathematical Olympiad competitors. It pairs a language model trained on synthetically generated geometry proofs with a traditional symbolic deduction engine: the neural half proposes useful auxiliary constructions, such as new points or lines, and the symbolic half runs formal logical deduction to complete the proof. On a benchmark of 30 IMO geometry problems from 2000 to 2022, it solved 25, close to the average gold medalist&amp;rsquo;s score and far ahead of prior automated theorem provers.&lt;/p&gt;</description></item><item><title>Amazon Nova Lite</title><link>https://bestofai.io/models/amazon-nova-lite/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/amazon-nova-lite/</guid><description>&lt;p&gt;Amazon Nova Lite is a multimodal model in Amazon&amp;rsquo;s Nova family, announced in December 2024 at AWS re:Invent and available through Amazon Bedrock. It accepts text, image, and video input and returns text output, with a 300,000-token context window, and is priced at $0.06 per million input tokens and $0.24 per million output tokens. Amazon built it as the mid-tier option between the text-only Nova Micro and the more capable Nova Pro, aimed at applications that need to handle images or video but still want fast response times and low cost.&lt;/p&gt;</description></item><item><title>Amazon Nova Micro</title><link>https://bestofai.io/models/amazon-nova-micro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/amazon-nova-micro/</guid><description>&lt;p&gt;Amazon Nova Micro is the smallest and cheapest model in Amazon&amp;rsquo;s Nova lineup, announced in December 2024 alongside the rest of the family and available through Amazon Bedrock. It handles text only, in and out, with a 128,000-token context window, and is priced at $0.035 per million input tokens and $0.14 per million output tokens, making it Amazon&amp;rsquo;s answer to lightweight models like GPT-4o mini and Gemini Flash-Lite. Amazon built it for high-volume, latency-sensitive workloads such as text classification, simple extraction, and routing logic inside larger agent pipelines.&lt;/p&gt;</description></item><item><title>Amazon Nova Premier</title><link>https://bestofai.io/models/amazon-nova-premier/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/amazon-nova-premier/</guid><description>&lt;p&gt;Amazon Nova Premier is the most capable model in Amazon&amp;rsquo;s Nova family, sitting above Pro, Lite, and Micro, and it&amp;rsquo;s built for complex, multi-step reasoning and long-document agentic workflows on Amazon Bedrock. It takes text, image, and video input and offers a one-million-token context window, priced at $2.50 per million input tokens and $12.50 per million output tokens. Amazon designed it partly as a teacher model for Bedrock&amp;rsquo;s distillation pipeline, so customers can use Premier&amp;rsquo;s outputs to train cheaper Nova models for narrower production tasks.&lt;/p&gt;</description></item><item><title>Amazon Nova Pro</title><link>https://bestofai.io/models/amazon-nova-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/amazon-nova-pro/</guid><description>&lt;p&gt;Amazon Nova Pro is the flagship general-purpose model in Amazon&amp;rsquo;s Nova family, announced in December 2024 and served through Amazon Bedrock. It takes text, image, and video input, returns text, and supports a 300,000-token context window, priced at $0.80 per million input tokens and $3.20 per million output tokens. Amazon positioned it as the model for complex tasks such as multi-step reasoning, document analysis, and agentic workflows where Nova Lite&amp;rsquo;s lighter capability isn&amp;rsquo;t enough.&lt;/p&gt;</description></item><item><title>Amazon Nova Sonic</title><link>https://bestofai.io/models/amazon-nova-sonic/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/amazon-nova-sonic/</guid><description>&lt;p&gt;Amazon Nova Sonic is a speech-to-speech model that Amazon announced in April 2025, unifying speech understanding and speech generation into a single model rather than chaining separate speech-to-text, language, and text-to-speech systems together. It&amp;rsquo;s accessed through a bidirectional streaming API on Amazon Bedrock, supports a 300,000-token context window, and is built for real-time voice agents that need to listen, reason, and respond with natural-sounding speech and low latency. It also supports tool use and knowledge grounding, so a voice agent built on Sonic can call external functions or retrieve information mid-conversation.&lt;/p&gt;</description></item><item><title>Apple Foundation Model</title><link>https://bestofai.io/models/apple-foundation-model/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/apple-foundation-model/</guid><description>&lt;p&gt;Apple&amp;rsquo;s Foundation Models are the pair of language models behind Apple Intelligence, introduced in June 2024 at WWDC: a roughly 3-billion-parameter model that runs directly on iPhone, iPad, and Mac hardware, and a larger model that runs on Apple&amp;rsquo;s own Private Cloud Compute servers for tasks the on-device model can&amp;rsquo;t handle alone. The on-device model relies on techniques like KV-cache sharing and 2-bit quantization-aware training to fit within a phone&amp;rsquo;s memory and power budget, while the server model uses a mixture-of-experts transformer design. The on-device model&amp;rsquo;s usable context window is limited to 4,096 tokens, while the server model handles up to 32,000 tokens.&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>AudioLM</title><link>https://bestofai.io/models/audiolm/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/audiolm/</guid><description>&lt;p&gt;AudioLM is a research framework that Google published in September 2022, treating audio generation as a language modeling problem over discrete audio tokens instead of the usual spectrogram or waveform regression approaches. It combines two representations: semantic tokens from w2v-BERT, a self-supervised speech model, that capture long-range structure, and acoustic tokens from the SoundStream neural codec that preserve fine audio detail for high-quality synthesis. Trained only on raw audio with no text transcripts or annotations, it can continue a few seconds of spoken audio or piano music in a way that stays coherent over tens of seconds, something earlier audio generation methods struggled with. Google never released it as a product; it stayed a research paper and demo page, and Google DeepMind used its token-based approach as a building block for later work like MusicLM and parts of Lyria.&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 3</title><link>https://bestofai.io/models/baichuan-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/baichuan-3/</guid><description>&lt;p&gt;Baichuan 3 is a closed, API-only foundation model that Baichuan Intelligent Technology launched in January 2024, marking the point where the company stopped open-sourcing its flagship models and moved to a proprietary hosted service instead. Baichuan hasn&amp;rsquo;t disclosed the parameter count, though the company has said it improved on tasks like Chinese-language reasoning, code generation, and math over Baichuan 2, and claimed wins over GPT-4 on some Chinese benchmarks such as CMMLU and GAOKAO-style evaluations. It supports a 128K token context window and is accessed only through Baichuan&amp;rsquo;s API and chat product rather than downloadable weights. It sits between the open Baichuan 2 line and the more capable Baichuan 4 that followed later in 2024, and it was aimed mainly at enterprise customers inside China rather than at competing head-to-head with Western frontier models internationally.&lt;/p&gt;</description></item><item><title>Baichuan 4</title><link>https://bestofai.io/models/baichuan-4/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/baichuan-4/</guid><description>&lt;p&gt;Baichuan 4 is Baichuan Intelligent Technology&amp;rsquo;s flagship proprietary language model, with its API opened to developers in mid-2024. Like its predecessor Baichuan 3, the company hasn&amp;rsquo;t published a parameter count, but it has positioned the model around knowledge retrieval, long-context handling, and Chinese-language generation, and reported leading results on the domestic SuperCLUE benchmark. The family includes a Turbo variant tuned for enterprise deployment and an Air variant described as a mixture-of-experts model built for lower-cost inference, with Baichuan claiming the Turbo model priced at around 80% of GPT-4o&amp;rsquo;s API cost while offering comparable or better usability on Chinese tasks. It&amp;rsquo;s available only through Baichuan&amp;rsquo;s API and chat interface, with context windows reported up to 128K tokens in most deployments. Baichuan 4 competes mainly against other Chinese closed models like those from Alibaba&amp;rsquo;s Qwen team, Zhipu, and Moonshot rather than against Western frontier labs.&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>BlenderBot 3</title><link>https://bestofai.io/models/blenderbot-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/blenderbot-3/</guid><description>&lt;p&gt;BlenderBot 3 is an open-domain chatbot that Meta AI released in August 2022, built on top of Meta&amp;rsquo;s own OPT-175B language model and fine-tuned to hold conversations, search the web for current information, and remember details across sessions. At 175 billion parameters it was, at the time, the largest publicly released conversational AI model, and Meta made the code, model card, and training data available alongside it, in contrast to closed systems like OpenAI&amp;rsquo;s models. It was designed to keep improving from real conversations: Meta let members of the public chat with it and collected feedback to retrain and refine it over time, along with safety filters meant to catch toxic or unsafe responses. Full access to the 175B model was restricted to approved researchers, though smaller 3B and 30B versions were released more openly through Meta&amp;rsquo;s ParlAI framework. It was a research project rather than a commercial product, and its public demo was later shut down; today it&amp;rsquo;s mostly of historical interest as one of the last major &amp;ldquo;research chatbot&amp;rdquo; releases before ChatGPT reset expectations for what a conversational model should do.&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>c2 model</title><link>https://bestofai.io/models/c2-model/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/c2-model/</guid><description>&lt;p&gt;Character.AI trains its own conversational language models in-house rather than relying only on third-party APIs, and the c2 model is part of that lineage of proprietary systems built to power chat with its character personas. The company&amp;rsquo;s earlier public model updates were named C1, C1.1, and C1.2, each aimed at making replies feel more in-character, more coherent over long conversations, and more responsive, while its internal model family (known as Kaiju) spans multiple sizes so different features can trade off latency against quality. Character.AI has not published parameter counts, training data, or architecture details for its chat models, treating them as trade secrets the way most consumer AI companion products do.&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>Chinchilla</title><link>https://bestofai.io/models/chinchilla/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/chinchilla/</guid><description>&lt;p&gt;Chinchilla is a research language model that DeepMind described in a March 2022 paper on compute-optimal training. At 70 billion parameters, it is much smaller than DeepMind&amp;rsquo;s earlier 280 billion parameter Gopher model, yet Chinchilla was trained on roughly four times more data and beat Gopher, GPT-3, and other larger models of the era on a wide range of benchmarks, including an average MMLU score around 67.5%. The paper&amp;rsquo;s core finding was that most large language models up to that point were undertrained relative to their size: for a fixed compute budget, model size and training data should scale together, not just model size alone.&lt;/p&gt;</description></item><item><title>Claude 1</title><link>https://bestofai.io/models/claude-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-1/</guid><description>&lt;p&gt;Claude 1 is Anthropic&amp;rsquo;s first publicly released language model, launched in March 2023 alongside the smaller, faster Claude Instant. It came out a few months after Anthropic first previewed Claude to a small group of partner companies in late 2022, and it made Anthropic&amp;rsquo;s Constitutional AI training approach, using AI-generated feedback guided by a written set of principles instead of relying only on human raters, available through a commercial API for the first time. Claude 1 launched with a 9,000-token context window, small by later standards, though Anthropic expanded it to 100,000 tokens just two months after release, well ahead of most competing chat models at the time.&lt;/p&gt;</description></item><item><title>Claude 2</title><link>https://bestofai.io/models/claude-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-2/</guid><description>&lt;p&gt;Claude 2 is the second major Claude model generation Anthropic released, launching in July 2023 as a broad upgrade over Claude 1 in reasoning, coding, and factual accuracy. It extended the context window to 100,000 tokens as standard, letting it process documents such as long contracts, codebases, or entire books in a single request, and Anthropic reported an MMLU score around 78.5%, a notable jump for the time. Claude 2 was also the first Claude model made available directly to consumers through a standalone chat interface at claude.ai in the United States and United Kingdom, rather than only through the API and partner products.&lt;/p&gt;</description></item><item><title>Claude 2.1</title><link>https://bestofai.io/models/claude-2-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-2-1/</guid><description>&lt;p&gt;Claude 2.1 is a refresh of Claude 2 that Anthropic released in November 2023, most notable for doubling the context window to 200,000 tokens, roughly 150,000 words or about 500 pages of text in one request, which was among the largest context windows offered by any commercial model at that point. Alongside the longer context, Anthropic said it cut the model&amp;rsquo;s rate of false statements roughly in half compared to Claude 2, and added a system prompt feature and early support for tool use, letting the model call external functions and APIs as part of a response.&lt;/p&gt;</description></item><item><title>Claude 3 Haiku</title><link>https://bestofai.io/models/claude-3-haiku/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-3-haiku/</guid><description>&lt;p&gt;Claude 3 Haiku is the smallest and fastest model in Anthropic&amp;rsquo;s original Claude 3 family, launched in March 2024 alongside Sonnet and Opus. It was built for high-volume, latency-sensitive work such as customer support chat, content moderation, and data extraction, where a slower flagship model would be overkill. At $0.25 per million input tokens and $1.25 per million output tokens, it undercut most competing models on price while still reading images alongside text and handling a 200,000 token context window. Anthropic has since released faster, cheaper models in the Haiku line, so Claude 3 Haiku is now a legacy option kept available mainly for existing integrations built on it.&lt;/p&gt;</description></item><item><title>Claude 3 Opus</title><link>https://bestofai.io/models/claude-3-opus/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-3-opus/</guid><description>&lt;p&gt;Claude 3 Opus was Anthropic&amp;rsquo;s flagship model when the Claude 3 family launched in March 2024, sitting above Sonnet and Haiku as the largest and most capable of the three. It handled complex analysis, long documents, and multi-step tasks better than any earlier Claude model, and at launch it beat GPT-4 on several public benchmarks, which helped establish Anthropic as a serious frontier lab rather than a distant second to OpenAI. It reads both text and images, supports a 200,000 token context window, and is priced at $15 per million input tokens and $75 per million output tokens, well above the Sonnet and Haiku tiers released alongside it. Anthropic has since shipped several generations of stronger, cheaper models, so Claude 3 Opus is now considered a legacy model rather than a current recommendation.&lt;/p&gt;</description></item><item><title>Claude 3 Sonnet</title><link>https://bestofai.io/models/claude-3-sonnet/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-3-sonnet/</guid><description>&lt;p&gt;Claude 3 Sonnet is the middle tier of Anthropic&amp;rsquo;s original Claude 3 family, released in March 2024 alongside the smaller Haiku and the larger Opus. It was pitched as the balance point of the lineup: strong enough for most business tasks like summarization, coding help, and data analysis, but priced and sized to run more cheaply than Opus. At $3 per million input tokens and $15 per million output tokens, with a 200,000 token context window and support for image inputs, it became a common default for teams building on the Claude API in 2024. Anthropic replaced it a few months later with Claude 3.5 Sonnet, which outperformed it on most benchmarks at the same price, so Claude 3 Sonnet is now a legacy model.&lt;/p&gt;</description></item><item><title>Claude 3.5 Haiku</title><link>https://bestofai.io/models/claude-3-5-haiku/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-3-5-haiku/</guid><description>&lt;p&gt;Claude 3.5 Haiku is Anthropic&amp;rsquo;s fast, low-cost model in the Claude 3.5 family, released in October 2024 alongside an upgraded Claude 3.5 Sonnet. Anthropic built it to replace Claude 3 Haiku as the cheapest, quickest option in the lineup while closing much of the capability gap with larger models: on coding evaluations such as SWE-bench Verified, Claude 3.5 Haiku scored competitively with the original Claude 3.5 Sonnet and outperformed several larger models available at launch, and Anthropic reported an 88.1% score on HumanEval for code generation.&lt;/p&gt;</description></item><item><title>Claude 3.5 Sonnet</title><link>https://bestofai.io/models/claude-3-5-sonnet/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-3-5-sonnet/</guid><description>&lt;p&gt;Claude 3.5 Sonnet is a text-and-image language model from Anthropic, first released in June 2024 as a mid-tier upgrade to the Claude 3 lineup that matched or beat the larger Claude 3 Opus on most benchmarks while running faster and cheaper. Anthropic updated it again in October 2024 with a version that added computer use, a feature letting the model view a screenshot and control a mouse and keyboard to operate software the way a person would. That update made Claude 3.5 Sonnet one of the first widely available models built for agentic tasks like filling out web forms, navigating operating systems, and running multi-step workflows without a human clicking each button. It kept the 200,000 token context window of its predecessors and priced at $3 per million input tokens and $15 per million output tokens, positioning it as Anthropic&amp;rsquo;s workhorse model through much of 2024 and early 2025 before the Claude 3.7 and Claude 4 lines replaced it.&lt;/p&gt;</description></item><item><title>Claude 3.7 Sonnet</title><link>https://bestofai.io/models/claude-3-7-sonnet/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-3-7-sonnet/</guid><description>&lt;p&gt;Claude 3.7 Sonnet, released by Anthropic in February 2025, is the company&amp;rsquo;s first hybrid reasoning model. A single model can answer normally like a standard chat model or switch into an extended thinking mode where it works through a problem step by step before responding, and developers can control how much thinking budget the model uses through the API. This design let Anthropic ship one model that covers both quick everyday questions and harder math, coding, and logic problems, instead of maintaining separate fast and reasoning-focused models. It kept the same 200,000 token context window and $3/$15 per million token pricing as Claude 3.5 Sonnet, and it launched alongside Claude Code, Anthropic&amp;rsquo;s command-line coding agent, which used 3.7 Sonnet as its default model.&lt;/p&gt;</description></item><item><title>Claude Fable 5</title><link>https://bestofai.io/models/claude-fable-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-fable-5/</guid><description>&lt;p&gt;Claude Fable 5 is a public, safety-restricted release of Mythos, an internal Anthropic model class that the company unveiled in April 2026 and initially withheld from general availability because of its advanced cybersecurity capabilities. Anthropic made Fable 5 available to enterprise customers and paid subscribers on June 9, 2026, after adding safeguards that redirect queries in high-risk areas like cybersecurity and biology to Claude Opus 4.8 instead, a mechanism the company says triggers in under 5 percent of sessions. On paper it is the strongest model Anthropic has shipped publicly: 95.0 percent on SWE-bench Verified, 80.3 percent on the harder SWE-bench Pro, and 92.6 percent on GPQA Diamond, with strong results in vision and scientific research tasks as well. It carries a 1 million token context window and is priced at $10 per million input tokens and $50 per million output tokens, double what Anthropic charges for Opus 4.8, reflecting its positioning as a specialty top-tier option rather than a general daily driver.&lt;/p&gt;</description></item><item><title>Claude Haiku 4.5</title><link>https://bestofai.io/models/claude-haiku-4-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-haiku-4-5/</guid><description>&lt;p&gt;Claude Haiku 4.5 is Anthropic&amp;rsquo;s fastest and cheapest current-generation model, released on October 15, 2025. It is the first Haiku model to include extended thinking, computer use, and context awareness, features that had previously only shipped in Anthropic&amp;rsquo;s larger Sonnet and Opus models. On SWE-bench Verified it scores about 73.3 percent, which puts it within a few points of Claude Sonnet 4.5&amp;rsquo;s 77.2 percent despite costing a third as much: $1 per million input tokens and $5 per million output tokens versus Sonnet&amp;rsquo;s $3/$15. That makes it a practical choice for running many agents in parallel or handling high-volume tasks where Sonnet or Opus would be needlessly expensive. It reads both text and images and shares the 200,000 token context window used across the rest of the current Claude lineup.&lt;/p&gt;</description></item><item><title>Claude Instant</title><link>https://bestofai.io/models/claude-instant/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-instant/</guid><description>&lt;p&gt;Claude Instant was Anthropic&amp;rsquo;s original budget model tier, introduced alongside Claude 1 in March 2023, well before the Claude 3 naming scheme existed. It traded some accuracy for speed and lower cost, and Anthropic pitched it for dialogue, text analysis, summarization, and document comprehension where a full-size Claude model wasn&amp;rsquo;t necessary. It supported a 100,000 token context window and text only, no image input. Anthropic notified developers in September 2024 that Claude Instant and the original Claude 1 models were being retired, and it has since been fully replaced by the Haiku line, making it a legacy model no longer recommended for new projects.&lt;/p&gt;</description></item><item><title>Claude Opus 4</title><link>https://bestofai.io/models/claude-opus-4/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-opus-4/</guid><description>&lt;p&gt;Claude Opus 4 launched on May 22, 2025 as Anthropic&amp;rsquo;s flagship model, released alongside the smaller Claude Sonnet 4. It was built for sustained, long-horizon agentic work such as multi-hour coding sessions and research tasks that involve using tools repeatedly across a long thread, rather than answering a single prompt. Anthropic reported it leading on SWE-bench Verified at launch, at roughly 72.5 percent, and it can use tools, including web search, during extended thinking and run several tools in parallel. It runs on a 200,000 token context window, reads images as well as text, and is priced at $15 per million input tokens and $75 per million output tokens, the same rate Anthropic had charged for Claude 3 Opus a year earlier.&lt;/p&gt;</description></item><item><title>Claude Opus 4.1</title><link>https://bestofai.io/models/claude-opus-4-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-opus-4-1/</guid><description>&lt;p&gt;Claude Opus 4.1, released in August 2025, is a targeted update to Claude Opus 4 rather than a new generation. Anthropic focused the update on coding and agentic accuracy, and it pushed the SWE-bench Verified score up to roughly 74.5 percent, a meaningful jump on the real-world GitHub issue benchmark that Anthropic uses to track coding ability. It kept the same 200,000 token context window, image input support, and $15/$75 per million token pricing as Opus 4, and it gained the ability to use up to 64,000 tokens of extended thinking for harder problems. Anthropic described it as a drop-in replacement for Opus 4, meant to hold the top of the Opus line until the next full model generation shipped.&lt;/p&gt;</description></item><item><title>Claude Opus 4.8</title><link>https://bestofai.io/models/claude-opus-4-8/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-opus-4-8/</guid><description>&lt;p&gt;Claude Opus 4.8 is Anthropic&amp;rsquo;s most capable Opus-tier model, released on May 28, 2026 as an update to Opus 4.7 that fixed some of that model&amp;rsquo;s comment-verbosity and tool-calling quirks. It scores about 88.6 percent on SWE-bench Verified and 69.2 percent on the harder SWE-bench Pro, ahead of GPT-5.5 and Gemini 3.1 Pro on the same test at the time of release, and Anthropic reports it is more likely to flag its own uncertainty rather than state unsupported claims with confidence. It supports a 1 million token input context window with up to 128,000 tokens of output, and it introduced Dynamic Workflows, a research-preview feature in Claude Code that lets the model plan a large task and then run hundreds of parallel subagents in a single session. Pricing held steady from the previous version at $5 per million input tokens and $25 per million output tokens, with a faster &amp;ldquo;fast mode&amp;rdquo; available at $10/$50.&lt;/p&gt;</description></item><item><title>Claude Sonnet 4</title><link>https://bestofai.io/models/claude-sonnet-4/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-sonnet-4/</guid><description>&lt;p&gt;Claude Sonnet 4 launched on May 22, 2025 alongside the larger Claude Opus 4, taking the mid-tier spot in Anthropic&amp;rsquo;s Claude 4 generation. It is a hybrid reasoning model, meaning it can answer directly or work through a problem step by step in an extended thinking mode depending on the task, and Anthropic reported it hitting roughly 72.7 percent on SWE-bench Verified at launch, edging out even Opus 4 on that particular benchmark while costing a fraction of the price. It ships with a 200,000 token context window as standard, with a 1 million token context window available in beta on the API and Amazon Bedrock, and it reads images alongside text. At $3 per million input tokens and $15 per million output tokens, it became Anthropic&amp;rsquo;s default recommendation for coding and everyday agentic work where Opus-level cost isn&amp;rsquo;t justified.&lt;/p&gt;</description></item><item><title>Claude Sonnet 4.5</title><link>https://bestofai.io/models/claude-sonnet-4-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-sonnet-4-5/</guid><description>&lt;p&gt;Claude Sonnet 4.5, released on September 29, 2025, was Anthropic&amp;rsquo;s highest-scoring Sonnet-tier model on SWE-bench Verified at launch, reaching about 77.2 percent on the full 500-problem set with extended thinking enabled. Anthropic built it heavily around coding and computer use, and testers reported it staying focused on a single complex task for more than 30 hours without losing track of what it was doing. It added context awareness, meaning the model tracks how much of its context window remains during a long conversation and adjusts its behavior as it fills up, which matters for agents running long unattended sessions. It kept Sonnet&amp;rsquo;s $3/$15 per million token pricing and 200,000 token standard context window, with a 1 million token context window available in beta, making it Anthropic&amp;rsquo;s primary recommendation for coding agents and long-running automation through the rest of 2025.&lt;/p&gt;</description></item><item><title>Claude Sonnet 5</title><link>https://bestofai.io/models/claude-sonnet-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/claude-sonnet-5/</guid><description>&lt;p&gt;Claude Sonnet 5 launched on June 30, 2026 as Anthropic&amp;rsquo;s most agentic Sonnet model yet, built to plan multi-step tasks and use tools like browsers and terminals with less hand-holding than earlier Sonnet versions. It performs close to Claude Opus 4.8 on most benchmarks, including roughly 85.2 percent on SWE-bench Verified and 63.2 percent on SWE-bench Pro, while costing noticeably less, which is why Anthropic and reviewers have framed it as a cheaper way to run coding agents at scale. It carries a 1 million token context window with context compaction to manage long agent sessions, and reads both text and images. Anthropic priced it at an introductory $2 per million input tokens and $10 per million output tokens through August 31, 2026, after which it moves to standard pricing of $3/$15, and it is now the default model for free and Pro Claude.ai plans.&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>Codex</title><link>https://bestofai.io/models/codex/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/codex/</guid><description>&lt;p&gt;Codex is OpenAI&amp;rsquo;s first dedicated code-generation model, announced in August 2021 as a GPT-3 descendant fine-tuned on billions of lines of public source code from GitHub. The largest published version had 12 billion parameters and a 4,096-token context window, and it solved 28.8% of problems on OpenAI&amp;rsquo;s HumanEval benchmark on the first try, rising to 77.5% when allowed 100 sampled attempts per problem. Codex is what powered the original GitHub Copilot when Copilot launched in technical preview in 2021, marking one of the first large-scale deployments of an LLM as a coding assistant rather than a chat or completion demo. OpenAI made it available through a private beta API for a few years before retiring the standalone Codex API in March 2023, folding its capabilities into successor GPT-3.5 and GPT-4 family models. The name lives on today as the brand for OpenAI&amp;rsquo;s newer agentic coding products, but the original Codex model itself is no longer accessible through the API.&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>Cohere Embed Multilingual v3</title><link>https://bestofai.io/models/cohere-embed-multilingual-v3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/cohere-embed-multilingual-v3/</guid><description>&lt;p&gt;Cohere Embed Multilingual v3 is a text embedding model Cohere released in November 2023 for search, retrieval-augmented generation, and semantic similarity tasks across more than 100 languages. It takes input text up to 512 tokens and outputs a 1024-dimension vector by default, with support for shorter 384 or 768 dimension embeddings when a team wants faster search or lower storage cost. Cohere trained it alongside an English-only sibling, Embed English v3, and pitched both as an upgrade over v2 because they weight passages by how relevant they are likely to be, not just how similar they are, which cuts down on noisy retrieval results in RAG pipelines. It&amp;rsquo;s priced at $0.10 per million tokens through the Cohere API and is also distributed through AWS, Azure, and Oracle Cloud marketplaces. Cohere has since released newer Embed v4 models, and some cloud providers such as Oracle now list v3 as a legacy or deprecated option, though it remains available through Cohere&amp;rsquo;s own API and Hugging Face.&lt;/p&gt;</description></item><item><title>Cohere Embed v3</title><link>https://bestofai.io/models/cohere-embed-v3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/cohere-embed-v3/</guid><description>&lt;p&gt;Cohere Embed v3 is a text embedding model that Cohere released in November 2023 for search, retrieval-augmented generation, and semantic search applications. It comes in English and multilingual variants, and the multilingual version was trained on over 100 languages and improved retrieval accuracy on the MIRACL benchmark by roughly 35% over the previous generation. The model lets a caller specify whether a text is a search query or a document, which adjusts the embedding space to improve retrieval accuracy. It&amp;rsquo;s available only through Cohere&amp;rsquo;s API, priced at $0.10 per million input tokens, and accepts inputs up to 512 tokens. Embed v3 became a standard choice for RAG pipelines alongside OpenAI&amp;rsquo;s text-embedding-3 and Voyage AI&amp;rsquo;s embedding models, before Cohere introduced the multimodal Embed v4 in 2025.&lt;/p&gt;</description></item><item><title>Cohere Embed v4</title><link>https://bestofai.io/models/cohere-embed-v4/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/cohere-embed-v4/</guid><description>&lt;p&gt;Cohere Embed v4 is Cohere&amp;rsquo;s multimodal embedding model, released in April 2025 as the successor to Embed v3. Unlike its predecessor, it accepts text, images, and mixed documents in a single call and produces a unified vector representation, so a screenshot of a PDF page, a slide, or a table can be indexed directly alongside plain text without first converting it to text. It supports a 128,000 token context window, well beyond OpenAI&amp;rsquo;s and Voyage&amp;rsquo;s embedding models, and offers Matryoshka embeddings at 256, 512, 1024, or 1536 dimensions so users can trade storage against accuracy. Pricing is $0.12 per million text tokens and $0.47 per million image tokens through the Cohere API, and the model is also available on Amazon Bedrock and Azure AI. Cohere positions it for enterprise document search and RAG systems that need to handle scanned or visually formatted content, not just plain text.&lt;/p&gt;</description></item><item><title>Command A</title><link>https://bestofai.io/models/command-a/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/command-a/</guid><description>&lt;p&gt;Command A is Cohere&amp;rsquo;s flagship large language model, released in March 2025 at the top of its Command lineup. It has 111 billion parameters and a 256,000 token context window, and Cohere built it to run on as few as two GPUs while matching or beating larger competing models on agentic, multilingual, and coding tasks. It scores 85.5 on MMLU, putting it in the same range as GPT-4o and Llama 3.3 70B. Command A is tuned for retrieval-augmented generation and tool use, and it&amp;rsquo;s available through the Cohere platform and Azure AI at $2.50 per million input tokens and $10 per million output tokens, or as a self-hosted deployment for enterprises that need to keep data on their own infrastructure. Cohere later added Command A+, a larger 218 billion parameter model, to the same family.&lt;/p&gt;</description></item><item><title>Command Light</title><link>https://bestofai.io/models/command-light/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/command-light/</guid><description>&lt;p&gt;Command Light is Cohere&amp;rsquo;s smallest and fastest model from the original Command family, released alongside Embed v3 in November 2023. It has around 6 billion parameters and a 4,096 token context window, and Cohere designed it for applications that need low latency and lower cost rather than top-tier reasoning. It was priced at $0.30 per million input tokens and $0.60 per million output tokens through the Cohere API. Cohere deprecated Command Light in September 2025 along with several other early Command models, and now points users toward Command R, Command R+, or Command A, calling Command A the strongest performer across the board. It remains documented here as a legacy option that some existing integrations may still reference.&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>DALL-E</title><link>https://bestofai.io/models/dall-e/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/dall-e/</guid><description>&lt;p&gt;DALL-E is OpenAI&amp;rsquo;s original text-to-image model, introduced in January 2021 as a 12-billion-parameter variant of GPT-3 trained to generate images from text captions. It worked by treating image generation as a sequence prediction problem: a discrete variational autoencoder converted images into tokens, and an autoregressive transformer learned to predict those tokens from a text prompt, with a CLIP model used afterward to rank the resulting images. It was trained on around 250 million text-image pairs scraped from the internet and could produce plausible images for combinations of concepts it had never seen paired together, like an armchair shaped like an avocado. DALL-E was never released as a public product; OpenAI kept it as a research preview and later replaced it with the diffusion-based DALL-E 2, which produced sharper images at a fraction of the parameter count.&lt;/p&gt;</description></item><item><title>DALL-E 2</title><link>https://bestofai.io/models/dall-e-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/dall-e-2/</guid><description>&lt;p&gt;DALL-E 2 is OpenAI&amp;rsquo;s second text-to-image model, announced in April 2022. Unlike the original DALL-E, it switched from an autoregressive transformer to a diffusion-based architecture, using roughly 3.5 billion parameters for the core model plus another 1.5 billion for the upsamplers that sharpen output resolution. It generated images at four times the resolution of its predecessor and introduced inpainting and outpainting, letting users edit parts of an existing image or extend it beyond its original borders. DALL-E 2&amp;rsquo;s viral demos of photorealistic and stylized images helped push text-to-image generation into mainstream awareness well before ChatGPT existed, and it opened to the public in 2022 after an initial waitlist period. OpenAI has since folded image generation into DALL-E 3 and its GPT-image models, and DALL-E 2 remains available mainly for legacy API access.&lt;/p&gt;</description></item><item><title>DALL-E 3</title><link>https://bestofai.io/models/dall-e-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/dall-e-3/</guid><description>&lt;p&gt;DALL-E 3 is OpenAI&amp;rsquo;s third-generation image model, released in October 2023 with tight integration into ChatGPT. Instead of requiring users to hand-craft detailed prompts, it uses ChatGPT to expand short requests into fuller descriptions before generating the image, which noticeably improved prompt adherence and text rendering compared to DALL-E 2. OpenAI has not disclosed the model&amp;rsquo;s parameter count or training details, publishing only a technical report focused on how it was trained to follow instructions more closely, including techniques to reduce the model&amp;rsquo;s tendency to ignore parts of a prompt. It is accessible through ChatGPT Plus and Enterprise plans as well as the OpenAI API, and it competes with models like Midjourney and Google&amp;rsquo;s Imagen line on prompt fidelity and image quality. OpenAI has since moved its focus to newer image models, so DALL-E 3 is now considered a legacy offering still in production use.&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>Doubao 1.5 Pro</title><link>https://bestofai.io/models/doubao-1-5-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/doubao-1-5-pro/</guid><description/></item><item><title>Doubao Vision</title><link>https://bestofai.io/models/doubao-vision/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/doubao-vision/</guid><description/></item><item><title>Doubao-Seed 1.6</title><link>https://bestofai.io/models/doubao-seed-1-6/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/doubao-seed-1-6/</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>Eleven Flash v2.5</title><link>https://bestofai.io/models/eleven-flash-v2-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/eleven-flash-v2-5/</guid><description/></item><item><title>Eleven Multilingual v2</title><link>https://bestofai.io/models/eleven-multilingual-v2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/eleven-multilingual-v2/</guid><description/></item><item><title>Eleven Turbo v2.5</title><link>https://bestofai.io/models/eleven-turbo-v2-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/eleven-turbo-v2-5/</guid><description/></item><item><title>Eleven v3</title><link>https://bestofai.io/models/eleven-v3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/eleven-v3/</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>Emu</title><link>https://bestofai.io/models/emu/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/emu/</guid><description/></item><item><title>Emu Video</title><link>https://bestofai.io/models/emu-video/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/emu-video/</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.0</title><link>https://bestofai.io/models/ernie-4-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/ernie-4-0/</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>Firefly Image 3</title><link>https://bestofai.io/models/firefly-image-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/firefly-image-3/</guid><description/></item><item><title>Firefly Vector</title><link>https://bestofai.io/models/firefly-vector/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/firefly-vector/</guid><description/></item><item><title>Firefly Video</title><link>https://bestofai.io/models/firefly-video/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/firefly-video/</guid><description/></item><item><title>Flamingo</title><link>https://bestofai.io/models/flamingo/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/flamingo/</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>FLUX.1 Pro</title><link>https://bestofai.io/models/flux-1-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/flux-1-pro/</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>Gato</title><link>https://bestofai.io/models/gato/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gato/</guid><description/></item><item><title>Gemini 1.0 Pro</title><link>https://bestofai.io/models/gemini-1-0-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-1-0-pro/</guid><description/></item><item><title>Gemini 1.0 Ultra</title><link>https://bestofai.io/models/gemini-1-0-ultra/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-1-0-ultra/</guid><description/></item><item><title>Gemini 1.5 Flash</title><link>https://bestofai.io/models/gemini-1-5-flash/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-1-5-flash/</guid><description/></item><item><title>Gemini 1.5 Pro</title><link>https://bestofai.io/models/gemini-1-5-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-1-5-pro/</guid><description/></item><item><title>Gemini 2.0 Flash</title><link>https://bestofai.io/models/gemini-2-0-flash/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-2-0-flash/</guid><description/></item><item><title>Gemini 2.0 Flash Thinking</title><link>https://bestofai.io/models/gemini-2-0-flash-thinking/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-2-0-flash-thinking/</guid><description/></item><item><title>Gemini 2.5 Flash</title><link>https://bestofai.io/models/gemini-2-5-flash/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-2-5-flash/</guid><description/></item><item><title>Gemini 2.5 Pro</title><link>https://bestofai.io/models/gemini-2-5-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-2-5-pro/</guid><description/></item><item><title>Gemini 3 Pro</title><link>https://bestofai.io/models/gemini-3-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-3-pro/</guid><description/></item><item><title>Gemini 3.5 Pro</title><link>https://bestofai.io/models/gemini-3-5-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-3-5-pro/</guid><description/></item><item><title>Gemini Embedding</title><link>https://bestofai.io/models/gemini-embedding/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-embedding/</guid><description/></item><item><title>Gemini Nano</title><link>https://bestofai.io/models/gemini-nano/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gemini-nano/</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-Plus</title><link>https://bestofai.io/models/glm-4-plus/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/glm-4-plus/</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>Gopher</title><link>https://bestofai.io/models/gopher/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gopher/</guid><description/></item><item><title>GPT-1</title><link>https://bestofai.io/models/gpt-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-1/</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-3</title><link>https://bestofai.io/models/gpt-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-3/</guid><description/></item><item><title>GPT-3 Davinci</title><link>https://bestofai.io/models/gpt-3-davinci/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-3-davinci/</guid><description/></item><item><title>GPT-3.5 Turbo</title><link>https://bestofai.io/models/gpt-3-5-turbo/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-3-5-turbo/</guid><description/></item><item><title>GPT-4</title><link>https://bestofai.io/models/gpt-4/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-4/</guid><description/></item><item><title>GPT-4 Turbo</title><link>https://bestofai.io/models/gpt-4-turbo/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-4-turbo/</guid><description/></item><item><title>GPT-4.1</title><link>https://bestofai.io/models/gpt-4-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-4-1/</guid><description/></item><item><title>GPT-4.5</title><link>https://bestofai.io/models/gpt-4-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-4-5/</guid><description/></item><item><title>GPT-4o</title><link>https://bestofai.io/models/gpt-4o/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-4o/</guid><description/></item><item><title>GPT-4o mini</title><link>https://bestofai.io/models/gpt-4o-mini/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-4o-mini/</guid><description/></item><item><title>GPT-4o Realtime</title><link>https://bestofai.io/models/gpt-4o-realtime/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-4o-realtime/</guid><description/></item><item><title>GPT-5</title><link>https://bestofai.io/models/gpt-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-5/</guid><description/></item><item><title>GPT-5.6 Luna</title><link>https://bestofai.io/models/gpt-5-6-luna/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-5-6-luna/</guid><description/></item><item><title>GPT-5.6 Sol</title><link>https://bestofai.io/models/gpt-5-6-sol/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-5-6-sol/</guid><description/></item><item><title>GPT-5.6 Terra</title><link>https://bestofai.io/models/gpt-5-6-terra/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-5-6-terra/</guid><description/></item><item><title>GPT-Image-1</title><link>https://bestofai.io/models/gpt-image-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/gpt-image-1/</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 13B</title><link>https://bestofai.io/models/granite-13b/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/granite-13b/</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 3</title><link>https://bestofai.io/models/grok-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/grok-3/</guid><description/></item><item><title>Grok 4</title><link>https://bestofai.io/models/grok-4/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/grok-4/</guid><description/></item><item><title>Grok 4 Fast</title><link>https://bestofai.io/models/grok-4-fast/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/grok-4-fast/</guid><description/></item><item><title>Grok 4.5</title><link>https://bestofai.io/models/grok-4-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/grok-4-5/</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>Grok-1.5</title><link>https://bestofai.io/models/grok-1-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/grok-1-5/</guid><description/></item><item><title>Grok-1.5V</title><link>https://bestofai.io/models/grok-1-5v/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/grok-1-5v/</guid><description/></item><item><title>Grok-2</title><link>https://bestofai.io/models/grok-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/grok-2/</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 Turbo</title><link>https://bestofai.io/models/hunyuan-turbo/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/hunyuan-turbo/</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>HyperCLOVA X</title><link>https://bestofai.io/models/hyperclova-x/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/hyperclova-x/</guid><description/></item><item><title>HyperCLOVA X Vision</title><link>https://bestofai.io/models/hyperclova-x-vision/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/hyperclova-x-vision/</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>Ideogram 1.0</title><link>https://bestofai.io/models/ideogram-1-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/ideogram-1-0/</guid><description/></item><item><title>Ideogram 2.0</title><link>https://bestofai.io/models/ideogram-2-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/ideogram-2-0/</guid><description/></item><item><title>Ideogram 3.0</title><link>https://bestofai.io/models/ideogram-3-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/ideogram-3-0/</guid><description/></item><item><title>Imagen</title><link>https://bestofai.io/models/imagen/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/imagen/</guid><description/></item><item><title>Imagen 2</title><link>https://bestofai.io/models/imagen-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/imagen-2/</guid><description/></item><item><title>Imagen 3</title><link>https://bestofai.io/models/imagen-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/imagen-3/</guid><description/></item><item><title>Imagen 4</title><link>https://bestofai.io/models/imagen-4/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/imagen-4/</guid><description/></item><item><title>Inflection-1</title><link>https://bestofai.io/models/inflection-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/inflection-1/</guid><description/></item><item><title>Inflection-2.5</title><link>https://bestofai.io/models/inflection-2-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/inflection-2-5/</guid><description/></item><item><title>InstructGPT</title><link>https://bestofai.io/models/instructgpt/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/instructgpt/</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>Jurassic-1</title><link>https://bestofai.io/models/jurassic-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/jurassic-1/</guid><description/></item><item><title>Jurassic-2</title><link>https://bestofai.io/models/jurassic-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/jurassic-2/</guid><description/></item><item><title>Jurassic-2 Mid</title><link>https://bestofai.io/models/jurassic-2-mid/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/jurassic-2-mid/</guid><description/></item><item><title>Kimi K1.5</title><link>https://bestofai.io/models/kimi-k1-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/kimi-k1-5/</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>Kling 2.0</title><link>https://bestofai.io/models/kling-2-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/kling-2-0/</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>LaMDA</title><link>https://bestofai.io/models/lamda/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/lamda/</guid><description/></item><item><title>Leonardo Diffusion XL</title><link>https://bestofai.io/models/leonardo-diffusion-xl/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/leonardo-diffusion-xl/</guid><description/></item><item><title>Leonardo Phoenix</title><link>https://bestofai.io/models/leonardo-phoenix/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/leonardo-phoenix/</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>Luma Dream Machine 1.0</title><link>https://bestofai.io/models/luma-dream-machine-1-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/luma-dream-machine-1-0/</guid><description/></item><item><title>Luma Photon</title><link>https://bestofai.io/models/luma-photon/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/luma-photon/</guid><description/></item><item><title>Luma Ray 3</title><link>https://bestofai.io/models/luma-ray-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/luma-ray-3/</guid><description/></item><item><title>Luminous</title><link>https://bestofai.io/models/luminous/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/luminous/</guid><description/></item><item><title>Lyria</title><link>https://bestofai.io/models/lyria/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/lyria/</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>Med-PaLM</title><link>https://bestofai.io/models/med-palm/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/med-palm/</guid><description/></item><item><title>Med-PaLM 2</title><link>https://bestofai.io/models/med-palm-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/med-palm-2/</guid><description/></item><item><title>Megatron-Turing NLG</title><link>https://bestofai.io/models/megatron-turing-nlg/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/megatron-turing-nlg/</guid><description/></item><item><title>Midjourney v7</title><link>https://bestofai.io/models/midjourney-v7/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/midjourney-v7/</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 Embed</title><link>https://bestofai.io/models/mistral-embed/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mistral-embed/</guid><description/></item><item><title>Mistral Large 2</title><link>https://bestofai.io/models/mistral-large-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mistral-large-2/</guid><description/></item><item><title>Mistral Large 3</title><link>https://bestofai.io/models/mistral-large-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mistral-large-3/</guid><description/></item><item><title>Mistral Medium 3</title><link>https://bestofai.io/models/mistral-medium-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mistral-medium-3/</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 Saba</title><link>https://bestofai.io/models/mistral-saba/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/mistral-saba/</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>Movie Gen</title><link>https://bestofai.io/models/movie-gen/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/movie-gen/</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>Muse</title><link>https://bestofai.io/models/muse/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/muse/</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>MusicLM</title><link>https://bestofai.io/models/musiclm/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/musiclm/</guid><description/></item><item><title>NaturalSpeech 3</title><link>https://bestofai.io/models/naturalspeech-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/naturalspeech-3/</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>Nova-3</title><link>https://bestofai.io/models/nova-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/nova-3/</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>o1</title><link>https://bestofai.io/models/o1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/o1/</guid><description/></item><item><title>o1-mini</title><link>https://bestofai.io/models/o1-mini/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/o1-mini/</guid><description/></item><item><title>o1-preview</title><link>https://bestofai.io/models/o1-preview/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/o1-preview/</guid><description/></item><item><title>o1-pro</title><link>https://bestofai.io/models/o1-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/o1-pro/</guid><description/></item><item><title>o3</title><link>https://bestofai.io/models/o3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/o3/</guid><description/></item><item><title>o3-mini</title><link>https://bestofai.io/models/o3-mini/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/o3-mini/</guid><description/></item><item><title>o4-mini</title><link>https://bestofai.io/models/o4-mini/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/o4-mini/</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>PaLI</title><link>https://bestofai.io/models/pali/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/pali/</guid><description/></item><item><title>PaLM</title><link>https://bestofai.io/models/palm/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/palm/</guid><description/></item><item><title>PaLM 2</title><link>https://bestofai.io/models/palm-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/palm-2/</guid><description/></item><item><title>PaLM-E</title><link>https://bestofai.io/models/palm-e/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/palm-e/</guid><description/></item><item><title>Palmyra Creative</title><link>https://bestofai.io/models/palmyra-creative/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/palmyra-creative/</guid><description/></item><item><title>Palmyra Med</title><link>https://bestofai.io/models/palmyra-med/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/palmyra-med/</guid><description/></item><item><title>Palmyra X 004</title><link>https://bestofai.io/models/palmyra-x-004/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/palmyra-x-004/</guid><description/></item><item><title>Palmyra-Fin</title><link>https://bestofai.io/models/palmyra-fin/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/palmyra-fin/</guid><description/></item><item><title>PanGu-Alpha</title><link>https://bestofai.io/models/pangu-alpha/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/pangu-alpha/</guid><description/></item><item><title>PanGu-Sigma</title><link>https://bestofai.io/models/pangu-sigma/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/pangu-sigma/</guid><description/></item><item><title>Parti</title><link>https://bestofai.io/models/parti/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/parti/</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-Max</title><link>https://bestofai.io/models/qwen-max/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen-max/</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-Max</title><link>https://bestofai.io/models/qwen2-5-max/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/qwen2-5-max/</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>Recraft V2</title><link>https://bestofai.io/models/recraft-v2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/recraft-v2/</guid><description/></item><item><title>Recraft V3</title><link>https://bestofai.io/models/recraft-v3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/recraft-v3/</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 Core</title><link>https://bestofai.io/models/reka-core/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/reka-core/</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>Reka Flash</title><link>https://bestofai.io/models/reka-flash/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/reka-flash/</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>RETRO</title><link>https://bestofai.io/models/retro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/retro/</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>Runway Gen-1</title><link>https://bestofai.io/models/runway-gen-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/runway-gen-1/</guid><description/></item><item><title>Runway Gen-2</title><link>https://bestofai.io/models/runway-gen-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/runway-gen-2/</guid><description/></item><item><title>Runway Gen-3 Alpha</title><link>https://bestofai.io/models/runway-gen-3-alpha/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/runway-gen-3-alpha/</guid><description/></item><item><title>Runway Gen-4</title><link>https://bestofai.io/models/runway-gen-4/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/runway-gen-4/</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>Samba-1</title><link>https://bestofai.io/models/samba-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/samba-1/</guid><description/></item><item><title>Samsung Gauss</title><link>https://bestofai.io/models/samsung-gauss/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/samsung-gauss/</guid><description/></item><item><title>Samsung Gauss 2</title><link>https://bestofai.io/models/samsung-gauss-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/samsung-gauss-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>Seedance</title><link>https://bestofai.io/models/seedance/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/seedance/</guid><description/></item><item><title>Seedream</title><link>https://bestofai.io/models/seedream/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/seedream/</guid><description/></item><item><title>SenseChat 5</title><link>https://bestofai.io/models/sensechat-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sensechat-5/</guid><description/></item><item><title>SenseChat-3</title><link>https://bestofai.io/models/sensechat-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sensechat-3/</guid><description/></item><item><title>SenseNova 5.0</title><link>https://bestofai.io/models/sensenova-5-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sensenova-5-0/</guid><description/></item><item><title>SenseNova 5.5</title><link>https://bestofai.io/models/sensenova-5-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sensenova-5-5/</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>Sonar Large</title><link>https://bestofai.io/models/sonar-large/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sonar-large/</guid><description/></item><item><title>Sonar Pro</title><link>https://bestofai.io/models/sonar-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sonar-pro/</guid><description/></item><item><title>Sonar Reasoning Pro</title><link>https://bestofai.io/models/sonar-reasoning-pro/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sonar-reasoning-pro/</guid><description/></item><item><title>Sonar Small</title><link>https://bestofai.io/models/sonar-small/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sonar-small/</guid><description/></item><item><title>Sonic</title><link>https://bestofai.io/models/sonic/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sonic/</guid><description/></item><item><title>Sora</title><link>https://bestofai.io/models/sora/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sora/</guid><description/></item><item><title>Sora 2</title><link>https://bestofai.io/models/sora-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sora-2/</guid><description/></item><item><title>Spark 4.0</title><link>https://bestofai.io/models/spark-4-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/spark-4-0/</guid><description/></item><item><title>Spark 4.0 Ultra</title><link>https://bestofai.io/models/spark-4-0-ultra/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/spark-4-0-ultra/</guid><description/></item><item><title>Sparrow</title><link>https://bestofai.io/models/sparrow/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/sparrow/</guid><description/></item><item><title>Stable Audio 2.0</title><link>https://bestofai.io/models/stable-audio-2-0/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/stable-audio-2-0/</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>Step-1</title><link>https://bestofai.io/models/step-1/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/step-1/</guid><description/></item><item><title>Step-2</title><link>https://bestofai.io/models/step-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/step-2/</guid><description/></item><item><title>Suno v4.5</title><link>https://bestofai.io/models/suno-v4-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/suno-v4-5/</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>text-davinci-003</title><link>https://bestofai.io/models/text-davinci-003/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/text-davinci-003/</guid><description/></item><item><title>Text-Embedding-004</title><link>https://bestofai.io/models/text-embedding-004/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/text-embedding-004/</guid><description/></item><item><title>text-embedding-3-large</title><link>https://bestofai.io/models/text-embedding-3-large/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/text-embedding-3-large/</guid><description/></item><item><title>text-embedding-3-small</title><link>https://bestofai.io/models/text-embedding-3-small/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/text-embedding-3-small/</guid><description/></item><item><title>text-embedding-ada-002</title><link>https://bestofai.io/models/text-embedding-ada-002/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/text-embedding-ada-002/</guid><description/></item><item><title>Titan Image Generator</title><link>https://bestofai.io/models/titan-image-generator/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/titan-image-generator/</guid><description/></item><item><title>Titan Multimodal Embeddings</title><link>https://bestofai.io/models/titan-multimodal-embeddings/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/titan-multimodal-embeddings/</guid><description/></item><item><title>Titan Text</title><link>https://bestofai.io/models/titan-text/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/titan-text/</guid><description/></item><item><title>Titan Text Embeddings V2</title><link>https://bestofai.io/models/titan-text-embeddings-v2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/titan-text-embeddings-v2/</guid><description/></item><item><title>Titan Text Express</title><link>https://bestofai.io/models/titan-text-express/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/titan-text-express/</guid><description/></item><item><title>Turing-NLG</title><link>https://bestofai.io/models/turing-nlg/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/turing-nlg/</guid><description/></item><item><title>Udio v1.5</title><link>https://bestofai.io/models/udio-v1-5/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/udio-v1-5/</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>Universal-2</title><link>https://bestofai.io/models/universal-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/universal-2/</guid><description/></item><item><title>USM</title><link>https://bestofai.io/models/usm/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/usm/</guid><description/></item><item><title>VALL-E</title><link>https://bestofai.io/models/vall-e/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/vall-e/</guid><description/></item><item><title>VALL-E 2</title><link>https://bestofai.io/models/vall-e-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/vall-e-2/</guid><description/></item><item><title>Veo</title><link>https://bestofai.io/models/veo/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/veo/</guid><description/></item><item><title>Veo 3</title><link>https://bestofai.io/models/veo-3/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/veo-3/</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>Voyage-2</title><link>https://bestofai.io/models/voyage-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/voyage-2/</guid><description/></item><item><title>voyage-3-large</title><link>https://bestofai.io/models/voyage-3-large/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/voyage-3-large/</guid><description/></item><item><title>Voyage-Code-2</title><link>https://bestofai.io/models/voyage-code-2/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/voyage-code-2/</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>WaveNet</title><link>https://bestofai.io/models/wavenet/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/wavenet/</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-Large</title><link>https://bestofai.io/models/yi-large/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/models/yi-large/</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>