Open Source AI Models by Category: LLMs, Vision, Embeddings, Speech, and Image (2026)

The open source AI models worth deploying in 2026, by category, with the license and size read from each model card: coding and general LLMs (Kimi K3, GLM-5.3, DeepSeek V4 Flash, Qwen 3.8, gpt-oss), vision-language (Qwen3-VL, GLM-5.3-Flash, Gemma 4), embeddings (Qwen3-Embedding, bge-m3, nomic-embed v2), speech (Whisper large-v3, Parakeet, Kokoro, Chatterbox), and image (FLUX.1, Qwen-Image, SD 3.5). Then which ones you can call on one API today and how to deploy the rest.

September 1, 2026 ยท 1 min read

TL;DR

Published September 1, 2026. Every license, size, and context figure below was read from the model card or license file on that date.

Open source AI models are models whose weights you can download and run. The label covers five categories that matter in production, and in each one the best open model now ships under MIT or Apache 2.0 with no strings, or under a custom license whose conditions bind only inference resellers. The open LLMs sit six points under the closed frontier on the Artificial Analysis Intelligence Index (60 vs 66). The open speech, embedding, and image models are the default choices in their categories, not the budget option.

Two sentences on the fine print, then the models. Almost none of these meet the OSI Open Source AI Definition, because none publish training data; the license text on the checkpoint is what governs what you can do. The full license table, the open-source vs open-weight breakdown, and the API vs self-host vs dedicated cost crossover live on the open source LLM guide.

Call today on one API

Kimi K3, GLM-5.3, GLM-5.3-Flash, and DeepSeek V4 Flash at 1M context on api.morphllm.com, OpenAI-compatible, from $0.09875/M input. Prefix caching on by default, 50% off on standby and batch.

Deploy the rest

Vision-language models run on vLLM behind the same chat API. Embedding, speech, and image models each have a mature open serving stack. Dedicated inference reserves B200 or B300 capacity for any of them, billed by the minute.

Coding and General LLMs

The largest category and the one with independent scoring. Artificial Analysis runs every model through one harness; the scores below are its Intelligence Index on September 1, 2026, with the closed leader (Claude Fable 5.1) at 66 for reference.

Open source LLMs, verified against the model cards (September 1, 2026)
ModelDeveloperSize (total / active)ContextLicenseAA Index
Kimi K3Moonshot AI2.8T / 104B MoE1MKimi K3 License60
GLM-5.3Z.ai753B MoE1MGLM-5.3 License60
GLM-5.3-FlashZ.ai320B / 18B MoE1MMIT57
DeepSeek V4 FlashDeepSeek284B / 13B MoE1MMIT52
DeepSeek V4 ProDeepSeek1.6T / 49B MoE1MMIT53
Qwen 3.8 27BAlibaba27B dense262K (1M extended)Apache 2.052
gpt-oss-120bOpenAI117B / 5.1B MoE128KApache 2.024

The four highlighted rows are served on Morph today. The table has one structural fact in it: every frontier-class open LLM is a mixture of experts with 13B to 104B active parameters, which is why 284B and 320B models serve at $0.278 and $0.45 per million output tokens. Qwen 3.8 27B is the exception, a dense model that fits one GPU and scores level with DeepSeek V4 Flash. Per-model pages: Kimi K3, GLM-5.3, GLM-5.3-Flash, DeepSeek V4 Flash, DeepSeek V4, gpt-oss. Ranked lists: best open source LLM and best open source coding model.

Vision-Language Models

A vision-language model takes images (and sometimes video) alongside text and answers in text. In 2026 the line between this category and the LLM category has mostly dissolved: three of the strongest open LLMs are natively multimodal, and the dedicated VLM families (Qwen3-VL) share an architecture with their text-only siblings.

Open vision-language models (September 1, 2026)
ModelDeveloperSizeInputsContextLicense
Kimi K3Moonshot AI2.8T / 104B MoEText, image, video1MKimi K3 License
GLM-5.3-FlashZ.ai320B / 18B MoEText, image1MMIT
Qwen3-VL-235B-A22BAlibaba236B MoEText, image256K native, 1M extendedApache 2.0
MiniMax M3MiniMax428B / 23B MoEText, image, video1MMiniMax Community
Gemma 4 31BGoogle30.7B denseText, image256KApache 2.0

For coding agents the useful VLM is the one that reads a screenshot of the rendered UI and edits the component. GLM-5.3-Flash is the first natively multimodal model in the GLM-5 series and is served on Morph with image input; Kimi K3's card lists video input as well. Qwen3-VL is the choice when you need Apache 2.0 and a vision model you can fine-tune. Gemma 4 31B is the single-GPU option. See MiniMax M3 for the video-input case.

Embedding and Reranking Models

Embedding models turn text into vectors for retrieval; rerankers score a query against candidate passages. This is the category where open models won outright: the top entries are small, permissively licensed, and run on CPU or a fraction of one GPU.

Open embedding and reranking models (September 1, 2026)
ModelDeveloperSizeDimensionsMax inputLanguagesLicense
Qwen3-Embedding-8BAlibaba8B32 to 4096 (user-defined)32K100+Apache 2.0
bge-m3BAAIXLM-RoBERTa-large base10248,192100+MIT
nomic-embed-text-v2-moeNomic AI475M / 305M active768 down to 256 (Matryoshka)512~100Apache 2.0
Qwen3-Reranker-8BAlibaba8Breranker32K100+Apache 2.0

Pick by input length and dimension budget. Qwen3-Embedding-8B handles 32K tokens per input and lets you shrink the vector to 32 dimensions for cheap indexes. bge-m3 is the long-running multilingual default at 1024 dimensions and 8,192 tokens. nomic-embed v2 is the smallest and caps at 512 tokens, so it fits short-passage retrieval. All three include code among their languages. For local use, Ollama embedding models covers the quantized builds.

Speech: Transcription and Text to Speech

Two directions. Automatic speech recognition (audio to text) has two open families that set the reference points on the Hugging Face Open ASR Leaderboard. Text to speech now has open models under Apache 2.0 and MIT that are small enough to run per request.

Open speech models (September 1, 2026)
ModelDirectionDeveloperSizeLanguagesNotable numberLicense
Whisper large-v3Speech to textOpenAI1.55B99Widest language coverage of the open ASR modelsApache 2.0
Parakeet TDT 0.6B v3Speech to textNVIDIA0.6B25 European6.34% average WER, RTFx 3,333 on the Open ASR LeaderboardCC-BY-4.0
Kokoro-82MText to speechhexgrad82M8 languages, 54 voicesSmallest production TTS model on this listApache 2.0
Chatterbox MultilingualText to speechResemble AI0.5B23+General-purpose multilingual TTS, V3MIT

Whisper large-v3 is the model to reach for when language coverage matters. Parakeet TDT 0.6B v3 is the model to reach for when throughput matters: a real-time factor above 3,000 means one GPU transcribes an hour of audio in about a second, and it handles files up to 24 minutes with full attention or 3 hours with local attention. On the output side, Kokoro is 82M parameters, about one twentieth the size of Whisper large-v3; Chatterbox Multilingual V3 is a 0.5B general-purpose model under MIT covering 23 languages.

Image Generation

The image category has the widest license spread, and the license, not the sample quality, is usually what decides. Two of the four leading models are Apache 2.0; the other two carry conditions that exclude most commercial products.

Open image generation models (September 1, 2026)
ModelDeveloperSizeArchitectureLicenseCommercial use
FLUX.1-schnellBlack Forest Labs12BRectified flow transformer, 1 to 4 stepsApache 2.0Yes
Qwen-ImageAlibaba20BMMDiTApache 2.0Yes
FLUX.1-devBlack Forest Labs12BRectified flow transformerFLUX.1 [dev] Non-Commercial LicenseNo; outputs may be used commercially, the model may not
Stable Diffusion 3.5 LargeStability AI8BMMDiTStability Community LicenseOnly under $1M annual revenue; Enterprise License above

FLUX.1-schnell is the fastest path to a shippable image feature: Apache 2.0, 1 to 4 sampling steps, 12B parameters. Qwen-Image is the larger Apache 2.0 alternative at 20B parameters on an MMDiT architecture. FLUX.1-dev shares schnell's 12B architecture without the step distillation, but its license bars commercial use of the model itself. Stable Diffusion 3.5 Large is free only while your organization earns under $1M a year.

Serving Them: One API First, Then Dedicated

Downloading a checkpoint is the easy part. The categories above split into two serving situations.

LLMs and VLMs: call them today

Morph serves four of the models above on one OpenAI-compatible endpoint at the full 1M context, with prefix caching on by default, a standby tier at 50% off, and an OpenAI-compatible Batch API at the same rate. GLM-5.3-Flash is the multimodal entry in the lineup and takes image input through the standard chat-completions message format.

Open models on Morph, per 1M tokens (September 1, 2026)
ModelAPI aliasInputCached inputOutput
Kimi K3 2.8Tmorph-kimik3$2.80$0.29$14.00
GLM-5.3 744Bmorph-glm53-744b$1.25$0.26$4.40
GLM-5.3-Flashmorph-glm53flash$0.13$0.02$0.45
DeepSeek V4 Flash 0731morph-dsv4flash$0.09875$0.025$0.278

Image input on GLM-5.3-Flash through the OpenAI client

from openai import OpenAI

client = OpenAI(base_url="https://api.morphllm.com/v1", api_key="YOUR_MORPH_API_KEY")

resp = client.chat.completions.create(
    model="morph-glm53flash",
    messages=[{
        "role": "user",
        "content": [
            {"type": "text", "text": "The header overlaps the nav on mobile. Fix the CSS."},
            {"type": "image_url", "image_url": {"url": "data:image/png;base64,..."}},
        ],
    }],
)
print(resp.choices[0].message.content)

Everything else: the open serving stacks, or dedicated capacity

Embedding, speech, and image models do not speak chat completions, and each has a mature open stack: Text Embeddings Inference or vLLM for embedding models, NVIDIA NeMo for Parakeet and faster-whisper for Whisper, diffusers for FLUX.1 and Qwen-Image. Run them on your own GPUs when volume is steady and the data is sensitive, or on an API when it is not. When you need reserved, isolated capacity behind a single endpoint, dedicated inference provisions B200 or B300 GPUs billed by the minute, with the calculator comparing the monthly cost against per-token spend. The self-serve catalog covers the LLM lineup; for a VLM, embedding, or speech model on dedicated hardware, talk to us.

The decision in one line

Call the API until your sustained throughput clears the break-even for that model, then reserve dedicated capacity, and self-host only when data residency or a fine-tuned checkpoint forces it. The open source LLM guide works the break-even per model from public GPU rental prices.

FAQ

What are open source AI models?

Models whose trained weights are published for download, across language, vision, embedding, speech, and image tasks. Nearly all are open-weight rather than OSI open source, since the training data stays private; the license file on the checkpoint governs use.

Which open source AI model is best for each category?

LLMs: Kimi K3 and GLM-5.3 (Intelligence Index 60), GLM-5.3-Flash for cost (57, MIT). Vision: Qwen3-VL-235B (Apache 2.0) or GLM-5.3-Flash. Embeddings: Qwen3-Embedding-8B or bge-m3. Speech to text: Whisper large-v3 for coverage, Parakeet TDT 0.6B v3 for throughput. Text to speech: Kokoro or Chatterbox. Image: FLUX.1-schnell or Qwen-Image, both Apache 2.0.

Can I use them commercially?

Apache 2.0 and MIT models, yes, with no conditions. Kimi K3 and GLM-5.3 attach revenue thresholds that bind inference resellers. FLUX.1-dev is non-commercial. Stable Diffusion 3.5 is free only under $1M annual revenue. The license table has the clauses.

Where do I download them?

Hugging Face, under each developer's organization; the Sources list below links every model card. For quantized local builds of the smaller LLMs, see best Ollama models.

How do I serve them in production?

LLMs and VLMs: an OpenAI-compatible API (Morph serves four at 1M context) or vLLM and SGLang on your own GPUs. Embedding, speech, and image models: their own open serving stacks, or dedicated inference when you need reserved capacity.

Related Resources

Private deployments

The fastest endpoints are private deployments

Morph's top speeds come from dedicated deployments, not shared public endpoints: speculators trained on your traffic, caching tuned to your workload, and volume discounts over public per-token rates. Over 100 billion tokens per day run this way.

Talk to us about a private deployment

Run the open LLMs today, deploy the rest when you need to

Kimi K3, GLM-5.3, GLM-5.3-Flash, and DeepSeek V4 Flash on one OpenAI-compatible endpoint at 1M context, image input included. 50% off on standby and batch. Dedicated B200 and B300 capacity by the minute for everything else.

Sources