Ship, sell, and scale AI models on a single marketplace.
Drop into a ready-made chat interface and a growing ecosystem of prebuilt tools — search, code execution, retrieval, and more. Connect models, build workflows, and ship faster without starting from scratch.
OPEN-WEIGHTS & PROPRIETARY MODELS, READY TO CALL
Powerful AI tools, ready the moment you sign in.
Open a tool, describe what you want in plain words, and it will be done. Here's what's waiting for you inside.
Chat
Your everyday assistantAsk questions, draft emails, summarise long documents, plan a trip, or learn something new. It's like texting a knowledgeable friend who's available around the clock and never runs out of patience.
Prism
Design without a designerDescribe the image, logo, or layout you have in mind and watch it appear. Create social posts, mockups, and artwork in seconds — no complicated design software to learn.
Lumen
Builds and fixes things for youDescribe a tool, app, or website and Lumen takes it from there — planning the steps, writing the code, running it to check it works, and fixing its own mistakes until everything clicks. It works across your whole project and keeps going on its own, so you just watch the finished result come together.
More tools
The toolkit keeps growingNew tools land regularly, each built for a specific job. Everything you use shares the same conversation history and files, so you can move between them without ever repeating yourself.
No jargon, no setup, no code
You'll never touch a server, an API key, or a settings file. Every tool works the way texting does — you say what you want, and it happens. If you can describe it, you can do it.
Your models, running everywhere.
Publish once and your model runs on serverless GPU infrastructure distributed globally — cold starts in seconds, scaling to zero when idle, no cluster management required.
from modelmarket import Client mm = Client(api_key="mk_live_•••") # call any listing by id resp = mm.infer( "llama-3.1-70b", prompt="Summarise this contract…", stream=True, ) for chunk in resp: print(chunk.text, end="")
import { ModelMarket } from "@modelmarket/sdk" const mm = new ModelMarket({ apiKey: process.env.MM_KEY, }) const res = await mm.infer("llama-3.1-70b", { prompt: "Summarise this contract…", }) console.log(res.text, res.usage)
curl https://api.modelmarket.dev/v1/infer \ -H "Authorization: Bearer mk_live_•••" \ -H "Content-Type: application/json" \ -d '{ "model": "llama-3.1-70b", "prompt": "Summarise this contract…" }' # → streamed tokens, billed on completion
Thousands of models. Already running.
Browse open-weights releases the moment they drop, alongside specialised models and curated datasets from independent developers — every one callable through the same key.
Llama 3.1 70B
Flagship open instruction model. Strong reasoning, 128K context, fully self-hostable.
Mistral Large
Top-tier proprietary model for complex reasoning, coding, and multilingual tasks.
Whisper Large v3
Robust speech-to-text across 99 languages with timestamping and diarisation.
Stable Diffusion XL
High-resolution text-to-image generation with fine-grained style control.
FinSentiment v2
Specialised financial-news classifier tuned on 12M annotated market headlines.
Embed v3 Multilingual
1024-dim embeddings for retrieval and semantic search across 100+ languages.
Common Crawl Curated
Deduplicated, licence-filtered web text in Parquet — provenance docs included.
Qwen2 7B Instruct
Compact, fast open model with strong coding and tool-use performance.
MedImage-Seg
Radiology segmentation model with audited provenance and licence agreement.
Built for users and developers.
Whether you're here to chat with a wider variety of models or publish models for others, you're up and running in three steps.
Create your account
Sign up in seconds — no credit card needed to start. Your account unlocks the full platform: the chat interface, all available tools, and your personal workspace in one place.
Pick a tool
Use the chat interface for everyday AI assistance, Prism for AI-powered visual design, or Lumen — our agentic coding assistant that writes, runs, and iterates code for you. More tools on the way.
Get things done
AI handles the heavy lifting while you stay in control. Every tool shares your conversation history and files — switch between them without losing your flow.
You earn every token. You pay only for the GPU.
Publish for free and keep 100% of what users spend. Your only cost is the GPU compute your models consume — billed transparently at 2× RunPod serverless rates, nothing more.
GPU cost estimate assumes ~2s A100 inference per 1M tokens. Actual cost varies by model and hardware tier.
Bring your Hugging Face model. Start earning.
Connect a repo and we host it on serverless GPUs — nothing to upload, no servers to run. List it on the marketplace and keep the revenue from every token your model serves.
Model path
zai-org/GLM-5.2
Token connected
hf_aBcd…
Simple on both sides.
Users subscribe for a monthly token budget. Developers earn every token spent — and pay only for the GPU time they consume.
Monthly subscription
One flat subscription unlocks your monthly token budget — use it across any model on the marketplace. Need more? Top up instantly.
- Monthly token allowance included with subscription
- Top up any time if you need more tokens
- Access every model on the marketplace
- Tokens roll over within the billing period
Keep everything you earn
Model Market takes no share of your revenue. You pay only for the GPU seconds your models consume — billed at 2× the RunPod serverless rate for your chosen hardware.
- Earn 100% of the tokens users spend on your models
- No platform cut — Model Market takes nothing
- Billed only for actual GPU seconds used
- Transparent rates at 2× RunPod serverless pricing
Build with every model.
Or sell to everyone.
Join the marketplace where AI models, datasets, and compute meet usage-based billing — live in minutes.