AI Models
AI Models I Have Worked With

Gemma 
Google AI Models
Gemma 4 is Google DeepMind’s flagship open-weights AI model family, purpose-built for advanced reasoning, agentic workflows, and efficient on-device deployment. Released under a commercial-friendly Apache 2.0 license, Gemma 4 spans multiple sizes and architectures, allowing developers to run powerful multimodal intelligence directly on their local machines and mobile devices.
More Information...
Key Breakthroughs and Capabilities
-
Unprecedented Architectures: The lineup introduces the Gemma family's first Mixture-of-Experts (MoE) models and innovative unified designs.
-
Encoder-Free Multimodality: Mid-sized models like Gemma 4 12B completely bypass heavy, multi-stage audio and vision encoders, projecting these raw inputs directly into the language backbone for lower latency and unified fine-tuning.
-
Native "Thinking" Modes: All Gemma 4 models feature configurable, built-in chain-of-thought capabilities, allowing them to outline their internal reasoning before generating a final answer.
-
Agentic Workflows: The models have robust, built-in function-calling and multi-step planning capabilities, enabling them to navigate apps and code autonomously.
-
Extended Context Windows: Small models feature a 128K context window, while larger and mid-sized variations boast up to a 256K context window.
-
Multi-Token Prediction (MTP): Dedicated draft models ship alongside main weights to accelerate token generation speeds on resource-constrained devices like laptops and phones.
The Gemma 4 Model Family
Gemma 4 is tailored for highly specific use cases across a diverse set of parameter counts:
1. Edge and Mobile Models
- E2B (Effective 2B) & E4B (Effective 4B): Highly optimized for ultra-mobile, edge, and IoT devices. These models incorporate Per-Layer Embeddings (PLE) to maximize parameter efficiency. They natively support text, image, and audio inputs and are built to run offline entirely on devices like phones and wearables.
2. Workstation and Laptop Models
-
Gemma 4 12B: A unified, encoder-free mid-sized powerhouse built specifically to run locally on consumer laptops (e.g., 16GB RAM/VRAM). It natively handles text, images, and audio.
-
26B Mixture of Experts (A4B): Features 26 billion total parameters, but dynamically routes tokens through a subset of them (typically using around 4 billion active parameters). This yields the performance of a massive model with the processing cost of a small one.
-
31B Dense: The flagship model for output quality. It requires more substantial hardware (e.g., a dedicated GPU with sufficient VRAM) but sits near the top of the leaderboards for open model intelligence.
How to Access and Run Gemma 4
Google provides broad ecosystem support for Gemma 4, making it highly accessible for both enterprises and tinkerers.
-
No-Install Prototyping: You can test the models immediately in your browser using Google AI Studio.
-
Local Serving: You can run Gemma 4 locally using user-friendly tools like LM Studio or Ollama.
-
Desktop Apps & Integrations: You can run it directly on your desktop—including macOS on Apple Silicon—via the Google AI Edge Gallery.
-
Fine-tuning & Frameworks: Pre-trained and instruction-tuned checkpoints are available on Hugging Face, allowing developers to integrate with toolings like vLLM, llama.cpp, and Unsloth.
For full documentation visit deepmind.google/gemma-4.
LFM 
Liquid AI Models
Liquid Foundation Models (LFMs) are a family of highly efficient, general-purpose AI models developed by Liquid AI. Unlike traditional transformer models (such as GPT), LFMs use a hybrid architecture built from the ground up to deliver exceptionally fast inference, a small memory footprint, and seamless local or edge-device execution.
More Information...
Key Features & Architecture
-
Non-Transformer Hybrid Design: Instead of relying entirely on self-attention mechanisms, LFMs use a combination of adaptive convolutional blocks, grouped query attention, and linear input-varying architectures (LIIV).
-
Extreme Efficiency: LFMs use a fraction of the computational power and memory usually required for models of similar capabilities. They run smoothly on consumer hardware, including CPUs, NPUs, and GPUs, without needing expensive cloud servers.
-
Multimodal Capabilities: The LFM family extends well beyond text, including highly capable Vision-Language (VLM) and end-to-end Audio models that allow for real-time, low-latency processing on edge devices.
-
Agentic AI & Tool Calling: The recent LFM 2.5 series introduces specialized "Thinking" and reasoning versions designed to act as local AI agents capable of operating software, managing smart homes, and following complex instructions without relying on external API costs or cloud privacy risks.
Model Sizes and Availability
Liquid AI designs models across multiple scales to fit various hardware limits, ranging from lightweight edge models to larger cloud-hosted variants:
-
Micro & Edge (350M to 1.5B): Highly compact text, audio, and visual models designed to run entirely locally on mobile devices or constrained Internet of Things (IoT) hardware.
-
Mid-Range & Mixture of Experts (8B to 24B): Models like the LFM2.5-8B-A1B utilize sparse Mixture of Experts (MoE) technology, which gives you the reasoning capability of an 8-billion parameter model but the operating speed of a much smaller one.
-
Cloud & Server (40B): Larger, dense-expert models built for high-throughput enterprise use.
For full documentation visit liquid.ai.
Rnj-1 
Essential AI Models
Rnj-1 (pronounced “Range-1” and named in homage to the mathematician Srinivasa Ramanujan) is a family of 8-billion-parameter open-weight, dense language models developed by Essential AI. Co-created by Ashish Vaswani (one of the principal architects of the foundational Transformer architecture), the Rnj-1 models were trained from scratch with a heavy emphasis on programming, math, and STEM.
More Information...
Key Features and Capabilities
-
Agentic Coding Mastery: The instruct variant of the model is renowned for its agentic capabilities. On SWE-bench (Verfied), it has been shown to score over 20%, rivaling or outperforming much larger proprietary and open models.
-
Advanced Tool Use: It excels at function calling, API integration, and multi-step technical workflows, scoring highly on the Berkeley Functional Calling Leaderboard.
-
Long Context: The model uses global self-attention and YaRN for long-context extension, providing a stable 32,000 token context window.
-
Efficient Size & Inference: Despite being an 8B model, it can learn to use profilers to iteratively optimize the code it writes and is highly stable during quantization.
Technical Architecture
-
Trained from Scratch: Rnj-1 is not a derivative or "remix" of other models; it was trained on 8.4 trillion tokens.
-
Gemma 3 DNA: The architecture roughly follows the Gemma 3 design, but swaps out partial attention mechanisms to utilize purely global self-attention across all layers.
Where to Find and Use Rnj-1
Because of its small footprint and coding prowess, it has become a popular local and cloud-based tool for developers.
-
Hugging Face: You can explore the open weights and technical documentation directly on the Hugging Face Repository.
-
API Access: You can utilize it via cloud inference using Together AI.
-
Local Deployment: You can run it locally using tools like Ollama or LM Studio.
For full documentation visit essential.ai/rnj-1.
Mistral 
Mistral AI Models
Mistral AI is a prominent Paris-based AI company that develops both open-weight and proprietary large language models (LLMs). Ranging from compact local models to massive frontier-class systems, their lineup spans text, coding, audio, and visual AI designed for highly efficient, enterprise-grade, and privacy-focused use cases.
More Information...
Featured Generalist & Frontier Models
-
Mistral Large: Their flagship frontier-class model, offering multimodal (text + vision) capabilities and deep reasoning. It is heavily optimized for agentic workflows, function calling, and handling long-context documents.
-
Mistral Medium: A powerhouse model optimized for advanced reasoning, complex coding, and single-node enterprise inference.
-
Mistral Small: A highly optimized hybrid model unifying instruction, reasoning, and coding in a much more efficient, cost-effective package.
Code & Edge Models
-
Devstral & Codestral: Dedicated, state-of-the-art coding agents and completion models designed specifically for software engineering tasks, debugging, and refactoring across roughly 80 programming languages.
-
Ministral (3B, 8B, 14B): Highly capable, compact open-weight models designed to run locally on your own devices for completions and basic code/text tasks without sacrificing speed.
Specialized & Multimodal
-
Voxtral: An audio-enabled line of models for Automatic Speech Recognition (ASR), live transcription, and state-of-the-art Text-to-Speech (TTS) with zero-shot voice cloning.
-
Pixtral: Vision-enabled models dedicated to document analysis, chart interpretation, and image-grounded querying.
Why Choose Mistral?
Mistral is particularly favored in Europe and by regulated industries (like banking and healthcare) because many of their models are open-weight and can be self-hosted, ensuring strict data sovereignty and compliance. They feature broad multilingual fluency, native function calling, and are widely accessible through developer platforms like Mistral Studio.
For full documentation visit mistral.ai.
Llama 
Meta AI Models
Llama is a family of highly capable, open-weight AI models developed by Meta. Unlike proprietary models from companies like OpenAI, Llama’s weights are available for developers to download, modify, and run locally. This makes them a popular choice for building customized, cost-effective AI agents with strong data privacy.
More Information...
Here is a breakdown of what makes Llama models unique and a look at the current generations available:
Core Benefits
-
Open Weights: You can download and fine-tune Llama models on your own servers or run them locally on your laptop using tools like Ollama, giving you complete control over your data.
-
Cost-Effective: Because you host them, you avoid ongoing API token costs.
-
Highly Customizable: Developers can train the models on proprietary or industry-specific data to make them experts in particular fields (e.g., medical, legal, or coding) rather than relying purely on generic models.
Model Generations
Meta continuously updates the Llama ecosystem. The current core offerings include:
-
Llama 4 Collection: The flagship native multimodal models, integrating text, image, and video data from the ground up.
-
Scout: A highly efficient 17-billion parameter model (16 experts) designed for massive data analysis and extremely long workflows.
-
Maverick: A 17-billion parameter model (128 experts) acting as an agile generalist—ideal for coding, chatbots, and technical assistance.
-
Behemoth: The largest model in the family, designed for advanced STEM tasks and research.
-
Llama 3 Series: The highly popular open-source predecessor family. Versions like Llama 3.1 are excellent all-around models with strong multilingual support and reasoning power, and they remain heavily utilized in the developer community.
How to Use Llama
Because of their popularity, you have multiple ways to access and deploy these models depending on your technical comfort level:
-
Run them locally: You can use tools like Ollama or the Meta Llama GitHub to run models right on your desktop.
-
Enterprise deployment: For large-scale cloud deployments, they are readily available on platforms like Google Cloud Vertex AI and supported by infrastructure platforms like NVIDIA AI Models.
-
Web interfaces: You can also interact with Llama models directly within Meta’s consumer apps, like Instagram and WhatsApp.
Value
It is designed to be a "scale-multiplier" for developers, handling repetitive boilerplate code, unit testing, and documentation so developers can focus on high-level architecture and problem-solving. It is widely used by both beginners learning to code and massive engineering teams at companies like OpenAI, Spotify, and Uber.
For full documentation visit llama.com.
Qwen 
Alibaba AI Models
Qwen (also known as Tongyi Qianwen) is a family of highly capable, state-of-the-art AI models developed by Alibaba Cloud. Ranging from lightweight open-weight models to massive proprietary powerhouses, the Qwen lineup rivals top-tier global AI systems in general reasoning, coding, and multimodal tasks.
More Information...
Key Strengths of Qwen Models
-
Unified Multimodality: Advanced Qwen versions combine text, vision, and coding natively, allowing them to process images, documents, and videos seamlessly without needing separate specialized vision encoders.
-
Agentic Capabilities: High-end models (such as the Qwen 3.7 family) feature "thinking" and "non-thinking" modes, enabling them to execute repository-level software engineering, interact directly with computer UIs, and write comprehensive code independently.
-
Massive Context & Multilingual Support: Models feature context windows spanning up to 1 million tokens (or more with extensions) and support over 200 languages and dialects.
-
Flexible Licensing: Many Qwen models are released to the public under permissive licenses like Apache 2.0, making them highly accessible for developers.
Primary Variants & Use Cases
The Qwen family is segmented into different model types tailored to specific needs:
-
Qwen Coder: Dedicated open-weight and proprietary models optimized for software engineering tasks, repository-level debugging, and code generation.
-
Qwen Image: Multimodal models capable of precise image generation, style transfer, complex text-in-image rendering, and exact pose manipulation.
-
Qwen Role-Play: Models focused on empathetic, character-driven AI that maintains consistent personas and drives interactive conversations.
For full documentation visit qwencloud.com/models.
Nemotron 
NVidia AI Models
NVIDIA Nemotron is a family of highly efficient, multimodal, open-source AI models developed by NVIDIA to build specialized autonomous AI agents. Designed to bypass the "thinking tax" and context limitations of older multi-agent systems, Nemotron models excel at complex tasks like reasoning, coding, tool-calling, and visual analysis.
More Information...
The flagship Nemotron 3 line features a hybrid Mamba-Transformer Mixture-of-Experts (MoE) architecture alongside native 1M-token context windows. The lineup includes three size tiers:
-
Nano: The smallest, most cost-efficient tier. It includes multimodal capabilities (such as the Nano Omni model) to understand images, video, speech, and text.
-
Super: A 120B total/12B active-parameter model optimized for multi-agent applications and collaborative workflows like IT ticket automation. It delivers massive throughput while saving on memory and compute.
-
Ultra: A massive 550B total/55B active-parameter model designed to handle long-horizon, multi-step actions autonomously. Built to rival frontier lab models, it provides the highest reasoning accuracy for complex coding and research tasks without ballooning VRAM costs.
Beyond language, NVIDIA has expanded the family to include Nemotron Speech (for low-latency speech recognition/text-to-speech) and Nemotron Safety (for custom policy enforcement and cultural nuance in content moderation).
NVIDIA releases these models under permissive open licenses, providing developers with open weights, datasets, training recipes, and technical reports. You can deploy them on your own infrastructure or in the cloud using libraries like vLLM, Ollama, and NVIDIA NIM Microservices.
For full documentation visit developer.nvidia.com/nemotron.
Granite 
IBM AI Models
Granite models are a family of enterprise-grade AI foundation models developed by IBM. Designed specifically for business applications, they prioritize transparency, data privacy, and extreme efficiency over sheer scale, making them ideal for running advanced AI workloads on standard hardware.
More Information...
Key aspects of the Granite model ecosystem include:
Types of Models
-
Language Models: Ranging from lightweight dense models to mixture-of-experts (MoE) architectures tailored for instruction-following, tool-calling, and reasoning.
-
Granite Guardian: Dedicated safety and risk-detection models fine-tuned to act as guardrails, checking for hallucinations and bias in prompt inputs and model outputs.
-
Granite Docling & Vision: Compact multi-modal models built to parse complex enterprise documents, charts, and tables directly into structured, machine-readable data.
-
Granite Speech & Embedding: Models optimized for industry-leading audio transcription and high-quality semantic search/retrieval-augmented generation (RAG).
Why Enterprises Use Them
-
"Farm-to-Table" Transparency: Unlike many frontier models, IBM fully discloses the training data used for Granite, reducing legal liabilities and offering intellectual property (IP) indemnification.
-
Hyper-Efficiency: The models are highly optimized to run locally, on edge devices, or single GPUs, drastically reducing the operational costs of AI inference.
-
Open & Permissive Licensing: Many Granite models are released freely for both research and commercial use under the Apache 2.0 license.
Where to Find and Use Them
-
Official Hub: You can explore the IBM Granite Homepage to learn more about technical capabilities.
-
Open Source & Code: Developers can access model weights and community resources on the IBM Granite Hugging Face profile.
-
General Explanations: Read the Red Hat Granite Guide to understand how these models integrate into IT and developer environments.
-
Developer Tools: Check out the IBM Developer Granite Models page for tutorials and library integrations.
For full documentation visit ibm.com/granite.
AI Technologies
More AI Tech
---
title: AI Models
text: AI Models I Have Worked With
image: /assets/svg/essential-ai.svg
link:
target:
---