InfoPlatform.ai BlogFine-Tune Inkling, the Open 975B Multimodal Model, on IP.ai
On July 15, 2026, Thinking Machines Lab released Inkling, a 975B-parameter (41B active) open-weight, multimodal Mixture-of-Experts model that reasons over text, images, and audio, with controllable "thinking effort." It's Apache-2.0 licensed, and the full weights are on Hugging Face. IP.ai now integrates Tinker, Thinking Machines' training API, so you can fine-tune Inkling (and other very large open models) on your own data.
Why this matters for the rest of us
For the trades, for researchers, for small teams, the pitch has always been the same: own your data, own your model, keep costs low, and never be forced to become an ML engineer. Inkling widens what "own your model" can mean:
- Multimodal, open, and yours. Inkling takes text, images, and audio in. Fine-tuned on your material, the adapter is Apache-2.0 and exportable on request, with no shared-model lock-in.
- Efficient by design. Its controllable thinking effort lets you trade a little quality for big savings in latency and cost. That's the difference between a demo and something you run thousands of times a day.
- Sizes past what fits on one GPU. Through Tinker, the training happens on Thinking Machines' distributed infrastructure, so model sizes from 1B to 1T+ are on the table, not just what squeezes onto a single card.
How IP.ai fits in
You still don't touch any of the machinery. In the model wizard you:
- Upload your data (we clean and prepare it).
- Pick Inkling and the Tinker training provider.
- Describe your goal and hit train.
Under the hood we talk to the Tinker API on your behalf. Tinker's own docs describe fine-tuning as a clean loop (forward_backward, optim_step, save_weights) with the heavy distributed-GPU lifting handled remotely. IP.ai wraps that so you never see it. And because Inkling is open-weight, you can export the trained checkpoint and run it anywhere.
Choose your ground
Inkling and Tinker join the training options you already have on IP.ai:
| Provider | Who runs it | Good for |
|---|---|---|
| InfoPlatform Serverless | W&B Serverless (CoreWeave) | Fast, cheap default for most jobs |
| InfoPlatform Dedicated GPU | Our own cloud | A machine spun up just for your job, with no third-party training service |
| Tinker | Thinking Machines Lab | The largest open models, including Inkling, under your own Tinker account |
| Hugging Face | Hugging Face | Model source + inference today; hosted training on the roadmap |
It's live
The Tinker integration now runs end to end: a real LoRA fine-tune on Thinking Machines' GPUs, a servable checkpoint, and inference through your OpenAI-compatible endpoint, all from the model wizard, no code. We proved it on Llama 3.2 3B (fine-tuned and generating in minutes), and the same path serves the giants: Inkling, Kimi K2.6, Qwen3.5-397B, and gpt-oss.
Want to fine-tune Inkling on your data? Start your free trial.
Build Your Custom AI Model
Upload your data and get a production-ready API endpoint. No ML expertise required.
Start Training FreeRelated Articles
GLM 5.2 vs Claude Opus 4.8: Open-Weight Models Just Caught Up
Z.ai's GLM 5.2 matches Claude Opus 4.8 on coding benchmarks at roughly a fifth of the cost, with open weights under an MIT license. Here's what that means for teams building custom AI.
Industry InsightsQwen3.8 Is Coming: 2.4T Parameters, Open Weights Soon, and What the Max Preview Actually Gets You
Alibaba just announced Qwen3.8: a 2.4-trillion-parameter model going open-weight soon, with Qwen3.8-Max-Preview available today through the Token Plan. Here's what was actually announced, what the Token Plan credits buy, and how renting preview access compares to fine-tuning open Qwen weights you own.
Industry InsightsOpen Weights and American AI Leadership: From Policy to Your Stack
Microsoft and 24 co-signatories just made the national case for open-weight AI. Here's what the same argument looks like at the level of a single team's stack, and how to act on it.