Crowdee

Base Models

The catalog of open-source language models available to finetune on the AI Platform.

The AI Platform's base-model catalog is deliberately narrow for this release: small, permissively-licensed, LoRA/QLoRA-friendly models that finetune in a reasonable time without GPU infrastructure. Larger and GPU-backed models are expected to join the catalog over time.

GET /v2/ai-platform/base-models

Catalog

ModelSlugFamilyCheckpointParamsLicenseCostEst. TimeRecommended For
Qwen3.5 0.8Bqwen3.5-0.8bQwenMultimodal0.8BApache 2.0100 credits~25 minFastest option — single-label classification
Qwen3.5 2Bqwen3.5-2bQwenMultimodal2BApache 2.0150 credits~40 minMultilingual classification
Qwen3.5 4Bqwen3.5-4bQwenMultimodal4BApache 2.0200 credits~70 minMultilingual instruction-following, entity extraction, agentic tool use
Ministral 3 3Bministral-3-3bMinistralMultimodal3BApache 2.0200 credits~65 minEdge-optimized general-purpose instruction-following with function calling
Granite 4.1 3Bgranite4.1-3bGraniteText-only3BApache 2.0200 credits~60 minEnterprise RAG, tool-calling, structured JSON output
Gemma 4 E2Bgemma4-e2bGemmaMultimodal2.3BGemma Terms of Use150 credits~50 minLightweight reasoning and structured-output extraction

Cost is a flat, upfront credit charge per run — known before you start, not metered by training time or tokens. See Finetuning Runs for how a run is billed and executed.

Checkpoint indicates the upstream model's native architecture, not what you can train on. Ministral 3, Gemma 4, and Qwen3.5 are natively multimodal (text, image, and — for Gemma 4 — audio) at every size available upstream; Granite 4.1 is a plain text-only model. Regardless of which you pick, the AI Platform only ever finetunes on the text training data you provide — LoRA adapters are scoped to the language-model component only, never the vision/audio encoders, so there's no difference in what data you need to supply.

Training Method

Every base model is finetuned via LoRA (Low-Rank Adaptation), a parameter-efficient finetuning method that trains a small adapter on top of the frozen base model rather than updating all of its weights. This keeps runs fast and affordable on CPU-only infrastructure in this release. The resulting adapter is merged into the base model and converted to GGUF for serving.

Serving

Once a run completes, the merged model is converted to GGUF and registered with Crowdee's Ollama runtime under an organization-scoped tag (crowdee-{organizationId}-{baseModelSlug}), visible in your model registry.

How is this guide?

© 2026 Crowdee GmbH. All rights reserved.

On this page