Supported models

    The base models Ertas can fine-tune today, with licenses, parameter counts, GPU tier, GGUF size, and notes on what each is best for.

    Ask AI about this page

    This page is the authoritative list of what Ertas can fine-tune: 16 base models, and the model picker in Studio shows exactly these. A model that is not on this page is not selectable, and a run submitted against one is rejected. The models index is the marketing view of the wider open-model landscape, with license excerpts and taxonomy, and is not a list of what you can train here.

    If the model you want is not below, that is not the end of the road: the bring-your-own path takes any compatible text model from a Hugging Face URL.

    The catalogue

    GGUF sizes are at Q4_K_M (the only quantisation Ertas exports today, see Quantization). The GGUF is not the only artifact a run can produce: the LoRA adapter and, on paid plans, a full 16-bit safetensors model are separate downloads, and both are much larger than the GGUF column suggests. See File sizes and formats. "Free plan?" answers whether a Free-plan account can train this model; A10G models require Builder or higher. Sizes marked with ~ are estimates from the parameter count rather than measurements of a published GGUF.

    Llama family

    ModelParamsLicenseGGUF size (Q4_K_M)GPU tierFree plan?Best for
    Llama 3.2 1B Instruct1.0BLlama Community License0.81 GBT4YesSmallest official Llama; web and mid-range mobile
    Llama 3.2 3B Instruct3.0BLlama Community License2.02 GBT4YesMobile and desktop sweet spot
    Llama 3.1 8B Instruct8.0BLlama Community License4.92 GBA10GNoDesktop and server-side inference where the extra quality matters

    Mistral family

    ModelParamsLicenseGGUF size (Q4_K_M)GPU tierFree plan?Best for
    Mistral 7B Instruct7.0BApache 2.04.37 GBA10GNoPermissively-licensed general purpose

    Mixtral is not in the catalogue. Mixture-of-experts models are not blocked on architecture, but training holds every expert in memory rather than just the active ones, so Mixtral 8x7B's 47B total parameters put it far outside what our GPU tiers handle. See Known limitations.

    Phi family

    ModelParamsLicenseGGUF size (Q4_K_M)GPU tierFree plan?Best for
    Phi-4 Mini Instruct3.84BMIT~2.4 GBT4YesPermissive license, small footprint, strong instruction-following for its class

    Gemma family

    ModelParamsLicenseGGUF size (Q4_K_M)GPU tierFree plan?Best for
    Gemma 3 1B IT1.0BGemma Terms of Use0.81 GBT4YesSmallest Gemma; rough parity with Llama 3.2 1B
    Gemma 3 4B IT4.33BGemma Terms of Use2.49 GBA10GNoSame deployment class as Llama 3.2 3B, but see the note below on why it trains on A10G
    Gemma 4 E2B5.1B total / 2.3B effectiveApache 2.03.19 GBA10GNoHigher quality at 3B-class inference; needs A10G due to embedding tables

    Two Gemma entries need A10G for reasons that are not obvious from their parameter counts. Gemma 4 E2B is 2.3B effective but 5.1B total once its Per-Layer Embedding tables are counted. Gemma 3 4B is only 4.33B, under the usual 5B threshold, but Gemma 3 cannot train in bf16 on a T4 (Turing has no bf16 support and fp16 overflows for this family), so it falls back to fp32 at roughly double the memory and exceeds the card. Both deploy fine at 3B-class sizes once exported; the constraint is training, not inference.

    Qwen family

    ModelParamsLicenseGGUF size (Q4_K_M)GPU tierFree plan?Best for
    Qwen 2.5 0.5B Instruct0.5BApache 2.00.49 GBT4YesTiny baseline; useful for testing pipelines, not production
    Qwen 2.5 1.5B Instruct1.5BApache 2.01.12 GBT4YesMultilingual support, permissive license
    Qwen 2.5 3B Instruct3.0BApache 2.02.10 GBT4YesStrong structured-output and multilingual at 3B class
    Qwen 3.5 4B4.66BApache 2.0~2.9 GBT4YesNewest Qwen generation in the catalogue; the largest model a Free plan can train
    Qwen 2.5 7B Instruct7.0BApache 2.04.68 GBA10GNoHigh-quality multilingual and long-context

    LFM2.5 family (Liquid AI)

    Purpose-built edge models, and the smallest bases in the catalogue. If you are targeting a phone, a browser, or anything memory-constrained, start here rather than shrinking a larger model down.

    ModelParamsLicenseGGUF size (Q4_K_M)GPU tierFree plan?Best for
    LFM2.5 230M0.23BLFM Open License v1.00.15 GBT4YesUltra-compact on-device chat and extraction; smallest export we produce
    LFM2.5 350M0.35BLFM Open License v1.00.23 GBT4YesTiny edge model for fast on-device tasks
    LFM2.5 1.2B1.17BLFM Open License v1.00.73 GBT4YesCapable on-device assistant with tool-calling, at web-friendly download size

    All three carry a 32,768-token context window, which is long for models this small. (Liquid AI publishes 32,768 for LFM2.5 230M, 350M and 1.2B alike.)

    Under active evaluation (not in the catalogue)

    Models in this group are being tested for catalogue inclusion. They are not selectable in the model picker, and a run submitted against a model outside the catalogue is rejected. You can still train them today through the Hugging Face URL import path, which is a separate path and does not go through the catalogue, at the cost of giving up automatic credit refunds on training failures.

    ModelParamsLicenseStatus
    Llama 4 (when generally available)TBDLlama Community LicenseUnder evaluation
    Phi-4 (full, ~14B)~14BMITUnder evaluation
    TinyLlama 1.1B Chat1.1BApache 2.0Under evaluation; a very-low-footprint sub-3B candidate
    SmolLM 1.7B Instruct1.7BApache 2.0Under evaluation; sub-3B with stronger instruction following than TinyLlama

    Qwen 3.5 4B has graduated out of this group and is in the catalogue above. Other Qwen 3 variants are not.

    Picking from the catalogue

    If you are deciding between models, the right path is Picking a base model. Three quick heuristics that cover most cases:

    • For mobile, default to a 3B-class model at Q4_K_M (Llama 3.2 3B, Qwen 2.5 3B, Phi-4 Mini, Gemma 3 4B). Below 1B is rough for instruction following; above 3B starts to crowd phone RAM.
    • For desktop, an 8B-class model (Llama 3.1 8B, Mistral 7B, Qwen 2.5 7B) is a noticeable quality bump over 3B and still fits in 5 GB on disk.
    • For web and tight memory budgets, prefer the LFM2.5 family or 1B-class models (LFM2.5 350M or 1.2B, Llama 3.2 1B, Gemma 3 1B, Qwen 2.5 1.5B) to keep first-load downloads small and stay inside browser memory ceilings.

    Hugging Face models outside the catalogue

    You can fine-tune any compatible text model from a Hugging Face URL. Ertas inspects the architecture and reports whether the model is known to fine-tune cleanly. If validation is uncertain, the run still queues but credits are not refunded on training failures for unverified architectures. Two practical bounds: the model must be a text model (there is no path for training on images), and its total parameter count must fit the GPU tier, which realistically means staying under roughly 13B. See Picking a base model for the bring-your-own-model path.

    License notes

    Every catalogue model's license is summarised here, but you must read the full license before shipping a commercial product. Notable distinctions:

    • Apache 2.0 (Qwen 2.5, Qwen 3.5, Mistral 7B): permissive, commercial use allowed without extra conditions.
    • Apache 2.0 with a policy layer (Gemma 4): Google relicensed Gemma 4 on 2 April 2026, and the licence text is standard unmodified Apache 2.0, which is a real change from the Gemma Terms of Use that Gemma 3 still carries. Google continues to publish a Prohibited Use Policy alongside it, worded to cover "Gemma or Model Derivatives" without naming a version. Whether that binds under an Apache 2.0 grant is unsettled, so treat Gemma 4 as permissive and still put the policy in front of a lawyer before shipping at scale.
    • MIT (Phi-4 Mini): permissive, commercial use allowed.
    • LFM Open License v1.0 (LFM2.5 230M / 350M / 1.2B): Liquid AI's own license. Read it before shipping commercially; it is not one of the standard permissive licenses and its terms differ from Apache 2.0.
    • Llama Community License (Llama 3.1, Llama 3.2): commercial use allowed up to a monthly active user threshold; products over the threshold need a separate Meta agreement. The threshold is documented in Meta's license text and changes occasionally.
    • Gemma Terms of Use (Gemma 3 only): commercial use allowed with specific prohibited-use restrictions Google maintains separately. Read both the Terms of Use and the Prohibited Use Policy. Gemma 4 is Apache 2.0, see above.

    Ertas does not enforce license compliance; the model picker lists the license on each card and the models index carries the full text excerpt per model.

    What's next