Open Beta Archipelag.io is in open beta until June 2026. All credits and earnings are virtual. Read the announcement →

Cargo Registry

Browse and discover AI Cargos available on the Archipelag.io network

The Cargo Registry lists all AI Cargos available on the Archipelag.io network — 130+ models and utilities across LLMs, vision, audio, text processing, and more.

Browsing Cargos

Visit /cargo to browse. The registry offers two views:

  • Card view (default) — visual grid with format icons, descriptions, requirements, and pricing
  • List view — compact rows for scanning many Cargos quickly

Switch between views using the grid/list toggle in the top-right corner.

Sorting

A sort dropdown is available next to the view toggle:

Sort optionDescription
Available first (default)Cargos with online Islands appear at the top
Name A-ZAlphabetical by Cargo name
Price: low to highCheapest Cargos first
Price: high to lowMost expensive Cargos first

Sorting applies on top of any active filters or search query.

Filtering

By Format

The sidebar (desktop) or dropdown (mobile) lets you filter by runtime format:

FormatIcon ColorCountDescription
ONNXBlue45ML inference models (classification, detection, ASR, TTS, embeddings)
ContainersCyan38Docker-based utilities (PDF, video, image processing)
WASMPurple22Lightweight browser-safe utilities (hashing, JSON, CSV)
GGUFGreen13LLM chat models via llama.cpp (Mistral, Qwen, Llama)
DiffusersPink12Image and video generation (Stable Diffusion, FLUX, Wan2)
CoreMLBlue3iOS on-device models (LLM, Whisper, TTS)

Each format shows a live count of matching Cargos.

By Category

Filter by use case:

CategoryWhat’s Included
NLPText classification, embeddings, NER, QA, translation, summarization
VisionObject detection, segmentation, captioning, depth estimation, OCR
AudioSpeech-to-text (Whisper, Voxtral), text-to-speech (Kokoro, Chatterbox)
GenerativeLLMs (GGUF), image generation (Diffusers), container-based LLMs
Media & DocumentVideo/audio processing, PDF/DOCX/XLSX conversion
UtilityWASM tools, image resize, format conversion, code formatting

Type in the search bar to filter by name, description, or task type. Multiple search terms are matched with AND logic — all terms must appear somewhere in the Cargo’s metadata.

Cargo Cards

Each card displays:

  • Format icon — color-coded badge (GGUF, ONNX, DIFF, WASM, OCI, CML)
  • Name and slug — human-readable name + technical identifier
  • Trust badge — sandbox, community, verified, or official
  • Description — what the Cargo does
  • Tags — runtime type, RAM requirement, GPU requirement, ONNX task type
  • Price — credits per job/token/second, or “Free”
  • Availability — green dot if Islands are online, gray if offline
  • Action button — “Try It” (teal) when Islands are online and ready, or “View” (gray) when offline

Click any card to see the full detail page.

Cargo Details

The detail page at /cargo/:slug shows comprehensive information:

FieldDescription
NameCargo display name
DescriptionWhat the Cargo does
Runtime typeExecution environment (Container, GGUF, ONNX, etc.)
RequirementsGPU VRAM, RAM, CPU cores, context size, timeout
PricingCredit cost per job, token, or second
Trust levelSecurity tier (sandbox → official)
Network availabilityHow many Islands can run this Cargo, with fit scores
ReputationJob count, success rate

Runtime Types

Cargos run on different runtimes depending on the model format:

RuntimeFormatUse Case
ContainerDocker/OCIGeneral-purpose: PDF, video, image processing
GGUFllama.cppLLM inference — token-by-token streaming
ONNXONNX RuntimeML inference — classification, detection, ASR, TTS
DiffusersCandle/PyTorchImage and video generation
WASMWebAssemblyLightweight utilities — runs anywhere
CoreMLApple MLiOS on-device inference
Automatic runtime matching
When you submit a job, the coordinator automatically finds an Island running the right runtime. You don't need to worry about runtime details as a consumer — just pick the Cargo and submit your job.

Reviews and Ratings

Cargo detail pages include a review section:

  • Read reviews from other users — no login required
  • Write reviews — requires a logged-in account
  • Mark reviews as helpful to surface the best feedback
  • Flag inappropriate content for moderation

Publisher Profiles

Each publisher has a profile page at /cargo/publisher/:id showing their published Cargos, tier, and statistics.

API Access

Browse the registry programmatically via the Catalog API:

# All cargos
curl https://app.archipelag.io/api/v1/cargos

# Filter by format
curl https://app.archipelag.io/api/v1/cargos?runtime_type=onnx

# Filter by category
curl https://app.archipelag.io/api/v1/cargos?category=llm

{% card(title="Choosing a Model", href="/platform/models/") %} How to pick the right model for your task

Trust Levels

How Cargo trust tiers work

Publishing Guide

How to publish your own Cargos

{% end %}