Need exact pricing after reading? Jump straight to the AI API pricing table, the AI cost estimator, or the AI model cost comparison to price the workflow in this article with your own traffic and token counts.
Compare per-token prices across OpenAI, Claude, Gemini, DeepSeek, Mistral, and more.
Turn token counts and request volume into cost per request, daily spend, and monthly spend.
See which model is cheaper for the exact workload this article is talking about.
Thinking Machines Lab launched Inkling on July 15, 2026, and the important part is not just another large model release. Inkling is an open-weights multimodal Mixture-of-Experts model with 975B total parameters, 41B active parameters, 1M token context, native text, image, and audio reasoning, controllable thinking effort, and Tinker fine-tuning. That combination changes the deployment conversation for teams building internal agents, research systems, web app automation, and review workflows that need more control than a closed API usually gives.
The market cares because Inkling lands at the intersection of three active buyer needs: multimodal agents, long-context reasoning, and customization. Closed APIs like GPT-5.6 Sol, Claude Fable 5, and Gemini 3 Pro still matter for premium fallback and reliability. But open-weights models let builders own inference, tune behavior, inspect deployment constraints, and design cost-aware routing instead of sending every task to the most expensive frontier model.
This post focuses on what Inkling makes possible right now: customizable internal copilots, browser-use app builders, long-context research agents, multimodal review workflows, compliance assistants, support triage, and fine-tuned operational agents. We will also cover how to choose between Inkling, closed premium models, and cheaper fallback APIs using real pricing from AI Cost Check’s model database.
💡 Key Takeaway: Inkling is not just “an open model.” Its 41B active MoE design, 1M token context, native multimodal reasoning, controllable thinking effort, and Tinker fine-tuning make it a practical base for private, customized agent systems that closed APIs cannot fully match.
What changed with Inkling
Inkling combines features that usually appear separately: open weights, large total capacity, sparse active compute, long context, multimodal input, controllable reasoning, and a first-party fine-tuning workflow. For builders, that matters more than the headline 975B parameters.
The most useful architectural detail is that Inkling is a Mixture-of-Experts model with 41B active parameters. In simple terms, the model has a much larger pool of specialized capacity, but each token activates a smaller subset. That gives teams a path to frontier-style specialization without paying the full compute cost of a dense 975B model on every token. Exact self-hosting cost will depend on hardware, quantization, batching, memory layout, and serving stack, but the active parameter count is the reason this model is deployable by more teams than the total parameter number suggests.
The second major change is native multimodality. Inkling can reason over text, images, and audio without requiring a stitched chain of separate OCR, transcription, captioning, and reasoning models. You may still use specialized tools for cost or quality, but a single model that can inspect a screenshot, parse a PDF page image, listen to a call snippet, and reason over policy text simplifies agent design.
The third change is the 1M token context window. That puts Inkling in the same long-context operating class as models like GPT-5, GPT-5.2, Claude Sonnet 5, Claude Opus 4.8, and Gemini 3.1 Pro, while staying open weights. Long context does not remove the need for retrieval, but it allows workflows that previously required aggressive chunking: full repository review, multi-year account histories, large contract packs, long meeting archives, or entire research dossiers.
[stat] 975B total / 41B active Inkling’s MoE design gives builders a large expert pool while activating a deployable subset per token.
Why builders and operators should care now
Operators are not short on chat models. They are short on controllable systems that can be tuned to internal workflows, routed by cost, and deployed with data boundaries aligned to procurement and compliance rules.
Inkling matters because it gives teams four new levers:
- Control over deployment — run inference in your own environment or through selected infrastructure partners instead of relying only on closed APIs.
- Control over behavior — use Tinker fine-tuning to adapt the model to internal decision policies, formats, vocabulary, and review patterns.
- Control over reasoning effort — spend more compute on hard tasks and less on obvious classification, extraction, or summarization.
- Control over fallback strategy — route only the hardest cases to premium APIs like Claude Fable 5, GPT-5.6 Sol, or o3 Deep Research.
That is the practical difference between a demo agent and a production workflow. Production systems need predictable output formats, permission boundaries, audit trails, cost ceilings, and escalation paths. Inkling gives builders a stronger base for those constraints because the model can be customized and deployed closer to the data.
7 practical workflows Inkling unlocks
Inkling is most interesting when you stop treating it like a chatbot and start treating it like an agent model inside a workflow. The following seven workflows are realistic targets for builders and operators.
| Workflow | Why Inkling fits | Premium fallback | Cheaper fallback |
|---|---|---|---|
| Internal policy copilot | Open weights, private deployment, Tinker fine-tuning | Claude Sonnet 5 | GPT-5 mini or Gemini 3 Flash |
| Browser-use web app builder | Screenshot + DOM + code reasoning | GPT-5.3 Codex | Devstral Small 2 |
| Long-context research agent | 1M context for dossiers and source packs | o3 Deep Research | Gemini 2.5 Flash |
| Multimodal QA review | Text, image, and audio in one reasoning loop | GPT-5.6 Terra | Gemini 2.0 Flash |
| Sales/support escalation agent | Fine-tuned labels and call/audio reasoning | Claude Sonnet 4.6 | Command R |
| Compliance evidence assistant | Private docs, audit trails, policy tuning | GPT-5.2 pro | DeepSeek V4 Pro |
| Product ops decision system | Multimodal tickets, logs, screenshots, transcripts | Claude Opus 4.8 | Mistral Large 3 |
1. Customizable internal copilots
The most obvious Inkling use case is an internal copilot trained on company-specific knowledge. Most internal copilots fail because they are generic retrieval wrappers. Employees ask about policies, product behavior, sales rules, or incident procedures, and the assistant responds in the wrong tone, wrong format, or wrong decision style.
Inkling gives teams a better path: use retrieval for current knowledge, use Tinker fine-tuning for stable behavior, and use long context for high-value tasks that require many source documents. A finance copilot can learn approval thresholds. A legal ops copilot can learn clause review style. A support copilot can learn escalation criteria. A developer platform copilot can learn internal service naming and deployment conventions.
A strong architecture is simple: vector search for documents, permission filtering before retrieval, Inkling for synthesis, and a smaller classifier model for low-risk routing. The open-weights angle matters because sensitive internal docs can stay inside a controlled environment.
2. Browser-use web app builders
Browser-use agents are moving from novelty to workflow. Inkling’s native image reasoning makes it useful for agents that see rendered UI, inspect screenshots, interpret layout changes, and generate code changes. Add a browser automation tool, a repo workspace, and a test runner, and you can build an agent that edits a web app from natural language requirements.
This is not limited to coding. A product manager can provide a screenshot, a user story, and acceptance criteria. The agent can identify UI elements, propose implementation steps, modify code, run tests, and return a visual diff summary. For complex refactors, use GPT-5.3 Codex as the premium coding fallback. For routine UI copy, test updates, and small component changes, Devstral Small 2 at $0.10 input / $0.30 output per 1M tokens is a cheaper routing option.
⚠️ Warning: Browser-use agents burn tokens through repeated screenshots, DOM snapshots, tool traces, failed clicks, and test logs. Put hard loop limits on navigation, code edits, and retries before letting an agent operate in a real repository.
3. Long-context research agents
Inkling’s 1M token context makes it valuable for research agents that need to reason across source packs instead of isolated snippets. Think market maps, diligence memos, scientific literature review, procurement analysis, competitor tracking, or internal incident investigation.
A research agent can ingest a curated bundle: PDFs, transcripts, spreadsheets converted to markdown, screenshots, and analyst notes. It can maintain a source map, extract claims, compare contradictions, and draft a memo with citations. Long context reduces the risk that the model misses evidence because it was chunked out of view.
Closed premium research models still make sense for the final pass. o3 Deep Research costs $10 input / $40 output per 1M tokens and is a strong fallback for high-stakes synthesis. A cheaper background research layer can use Gemini 2.5 Flash at $0.30 input / $2.50 output per 1M tokens for extraction and first-pass summaries.
4. Multimodal review workflows
Many operational reviews are naturally multimodal. Insurance claims include photos, forms, call recordings, and adjuster notes. Support escalations include screenshots, logs, tickets, and customer calls. Marketplace trust reviews include listings, images, messages, and audio. Healthcare admin workflows include scanned documents and dictated notes.
Inkling lets a review agent process mixed evidence in one reasoning path. The model can compare an image against a written claim, match audio statements to a policy rule, or identify inconsistency between a screenshot and a ticket description. The best deployment pattern is not “auto-approve everything.” It is decision support: classify, extract evidence, recommend next action, and escalate uncertain cases to a human.
5. Sales and support escalation agents
Sales and support teams generate huge amounts of semi-structured data: CRM notes, call transcripts, chat threads, product usage events, screenshots, renewal terms, and escalation policies. Inkling can be fine-tuned to produce consistent escalation labels and recommended actions.
For example, a support escalation agent can classify severity, identify missing information, draft an engineering handoff, and suggest a customer-facing response. A sales ops agent can inspect account context, call audio, email threads, and pricing rules to recommend renewal risk actions.
Closed APIs are excellent for polished language generation. But fine-tuned open-weights systems are often better for repetitive internal decisions because the output schema and policy boundaries matter more than creative prose.
6. Compliance evidence assistants
Compliance workflows reward consistency, auditability, and private data handling. Inkling can support evidence collection for SOC 2, ISO, vendor security questionnaires, internal audits, and regulated operational checks.
A compliance assistant can read control language, inspect uploaded evidence, compare it against policy requirements, and produce a gap list. With Tinker fine-tuning, the assistant can learn the organization’s preferred evidence standards and answer style. Use a human reviewer for final signoff, but let the model prepare the evidence packet.
This is where open weights can be a procurement advantage. Many organizations will approve self-hosted or private-cloud inference for documents they would not send to a public closed API.
7. Product ops decision systems
Product operations teams handle feedback from tickets, calls, screenshots, usage analytics, release notes, and internal planning docs. Inkling can act as a decision layer that turns multimodal inputs into prioritized actions.
A product ops agent can cluster customer pain points, identify screenshot-backed UX issues, link incidents to feature areas, summarize support trends, and produce roadmap evidence packets. Because the context window is large, the agent can compare current issues to historical tickets and past release notes without relying entirely on lossy retrieval.
✅ TL;DR: Inkling is strongest for workflows where private data, multimodal evidence, long context, and consistent internal behavior matter more than generic chatbot fluency.
Workflow outline 1: Build a private internal policy copilot
This is the fastest path to production value because every company has internal policy questions, and every support, HR, finance, legal, and IT team wants fewer repetitive escalations.
Goal
Build a private copilot that answers employee questions using approved documents, cites sources, follows internal decision rules, and escalates uncertain cases.
Recommended stack
- Model: Inkling for primary private reasoning
- Retrieval: vector database with document-level permission filters
- Fallback: Claude Sonnet 5 for difficult synthesis or sensitive executive summaries
- Cheap router: GPT-5 nano or Command R7B for intent classification
- Evaluation: golden question set, citation accuracy checks, refusal tests
- Interface: Slack, Teams, or internal web portal
Step-by-step implementation
- Define the scope. Start with one domain: HR leave policy, procurement rules, IT access, sales discount approvals, or support escalation. Do not launch as a general company brain.
- Create an approved corpus. Include only documents that are current, owner-approved, and permission-tagged. Remove drafts and obsolete docs.
- Chunk and index documents. Store title, owner, effective date, department, permission group, and source URL. Use retrieval for freshness even though Inkling has a 1M token context.
- Add a routing layer. A cheap classifier decides whether the query is answerable, needs retrieval, needs human escalation, or is outside scope.
- Prompt Inkling with a strict answer policy. Require source citations, confidence labels, and escalation when the documents disagree.
- Fine-tune with Tinker. Train on approved Q&A examples, refusal examples, and “when to escalate” examples. The fine-tuning target is consistency, not encyclopedic knowledge.
- Log every answer. Capture query, retrieved sources, answer, confidence, escalation decision, and user feedback.
- Run weekly evals. Test against policy changes, adversarial questions, and known edge cases.
Example system instruction
Use this as a starting point:
“You are an internal policy copilot. Answer only from the retrieved approved sources. Cite every factual claim with source title and effective date. If the documents conflict, say so and escalate. If the question requests legal, medical, financial, disciplinary, or employment action beyond the source text, provide the relevant policy summary and recommend contacting the named owner.”
Cost and routing notes
For many internal questions, the expensive part is not output length. It is retrieved context. A typical policy copilot turn may include 8,000-30,000 input tokens and 500-1,500 output tokens. If you route all turns to a premium API, cost rises quickly.
Using Claude Sonnet 5 at $3 input / $15 output per 1M tokens, a 20,000-input-token and 1,000-output-token answer costs about $0.075. At 100,000 answers per month, that is $7,500/month. With a private Inkling deployment, your unit economics shift to infrastructure utilization, batching, and operational overhead. The right strategy is to keep routine policy answers on Inkling and reserve premium closed models for executive summaries, ambiguous cross-policy reasoning, or high-risk reviews.
📊 Quick Math: A 20K input / 1K output policy answer on Claude Sonnet 5 costs $0.075. At 100,000 answers/month, that is $7,500/month before retries, evals, and logging overhead.
Workflow outline 2: Build a browser-use web app builder
Inkling’s multimodal reasoning is a strong fit for agents that inspect UI screenshots, read code, and operate a browser. This workflow turns product requirements into working web app changes with human approval.
Goal
Create an agent that can take a feature request, inspect the current app, propose a plan, edit code, run tests, and produce a reviewable pull request.
Recommended stack
- Model: Inkling for multimodal planning and screenshot reasoning
- Coding fallback: GPT-5.3 Codex for complex repo edits
- Cheap coding fallback: Devstral Small 2 for simple code changes
- Browser tool: Playwright or similar browser automation
- Repo tool: isolated sandbox with branch creation and diff capture
- Test tool: unit tests, visual regression, lint, typecheck
- Guardrails: max edits per run, max browser steps, no production credentials
Step-by-step implementation
- Start with constrained tasks. Good first tasks include text updates, form validation, component layout fixes, documentation pages, simple dashboards, and test coverage improvements.
- Give the agent the requirement and acceptance criteria. Include screenshots or Figma exports when available.
- Let the agent inspect the app. It should capture screenshots, DOM snapshots, route structure, console errors, and relevant source files.
- Force a plan-before-edit step. The agent must list files to inspect, files likely to change, tests to run, and rollback assumptions.
- Allow code edits in a sandbox branch. Never grant direct production write access.
- Run automated checks. Require lint, typecheck, unit tests, and screenshot comparison for UI changes.
- Generate a PR summary. Include before/after screenshots, changed files, test results, and unresolved risks.
- Require human merge approval. Let the agent prepare the work, not silently deploy it.
Example agent instruction
“You are a browser-use web app builder. You may inspect the running app, read files, propose changes, edit code, and run tests. Before editing, write a plan with expected files and tests. After editing, provide screenshots, diff summary, test output, and any remaining uncertainty. Stop after three failed attempts or any authentication boundary.”
Cost and routing notes
A browser-use run can consume 100,000-800,000 input tokens because screenshots, DOM, logs, code, and test output accumulate. Use Inkling for the multimodal control loop when self-hosted economics make sense. Route complex code-generation substeps to GPT-5.3 Codex, which costs $1.75 input / $14 output per 1M tokens and supports a 256K context. For simpler changes, Devstral Small 2 costs $0.10 input / $0.30 output per 1M tokens, making it a better option for repetitive edits.
The practical routing rule is straightforward: use the cheaper coding model for narrow patches and tests; use the premium coding model when the agent needs architectural judgment, complex refactoring, or deep debugging.
Model choice and cost: where Inkling fits
Inkling pricing depends on how you deploy it. Because it is open weights, there is no universal per-token API price to quote the way there is for closed models. Your cost will come from hardware rental or ownership, inference optimization, utilization, batching, quantization, context length, reliability engineering, storage, logging, and staff time.
That does not mean you should ignore cost. It means you should compare Inkling against closed APIs at the workflow level, not the model-card level. Start by estimating tokens per run, number of runs per month, fallback percentage, and human review costs.
Closed API reference pricing
| Model | Best use | Input / output price per 1M tokens | Context |
|---|---|---|---|
| GPT-5.6 Sol | Premium general reasoning | $5 / $30 | 1.05M |
| GPT-5.6 Terra | Strong general workflows | $2.50 / $15 | 1.05M |
| GPT-5.6 Luna | Lower-cost long-context OpenAI routing | $1 / $6 | 1.05M |
| Claude Fable 5 | Premium agentic reasoning | $10 / $50 | 1M |
| Claude Sonnet 5 | Balanced enterprise assistant | $3 / $15 | 1M |
| Gemini 3 Pro | Long-context multimodal reasoning | $2 / $12 | 2M |
| Gemini 3 Flash | Cheaper high-volume tasks | $0.50 / $3 | 1M |
| DeepSeek V4 Pro | Budget reasoning fallback | $0.435 / $0.87 | 1M |
| DeepSeek V4 Flash | Very cheap routing and extraction | $0.14 / $0.28 | 1M |
For closed models, you can calculate unit costs directly. A 100,000-input-token and 5,000-output-token long-context review costs:
- Claude Fable 5: $1.25
- Claude Sonnet 5: $0.375
- GPT-5.6 Terra: $0.325
- Gemini 3 Pro: $0.26
- Gemini 3 Flash: $0.065
- DeepSeek V4 Pro: $0.04785
At 1,000 runs, that range is $47.85 to $1,250 for the same token shape. At 100,000 runs, it is $4,785 to $125,000 before retries and tool overhead.
When Inkling is the right primary model
Use Inkling as the primary model when your workflow has at least three of these traits:
- Sensitive internal data that should stay inside your environment
- Repetitive domain-specific decisions that benefit from fine-tuning
- Multimodal evidence: screenshots, scans, audio, transcripts, forms
- Long context above 200K tokens
- High monthly volume where API costs become material
- Need for controllable thinking effort
- Need to customize output schemas, refusal behavior, or escalation policy
When premium closed APIs are the better choice
Use premium APIs when you need the fastest path to production, best-known reliability, provider-managed scaling, or top-tier reasoning without running infrastructure. Claude Fable 5 at $10 / $50 per 1M tokens is overkill for routine extraction, but appropriate for high-value agent planning and executive decision support. GPT-5.6 Sol at $5 / $30 per 1M tokens is a strong premium fallback for complex synthesis. o3 Deep Research at $10 / $40 per 1M tokens is appropriate for high-stakes research synthesis where answer quality matters more than unit cost.
When cheaper fallbacks are enough
Use cheaper models when the task is classification, extraction, formatting, deduplication, simple summarization, or narrow routing. DeepSeek V4 Flash costs $0.14 input / $0.28 output per 1M tokens. Gemini 2.0 Flash costs $0.10 / $0.40. GPT-5 nano costs $0.05 / $0.40. These models are ideal for pre-processing, triage, and “is this worth sending to Inkling or a premium model?” decisions.
💡 Key Takeaway: The winning architecture is not one model for everything. Use cheap models for routing and extraction, Inkling for private multimodal agent reasoning, and premium APIs for hard escalations.
For your own token shapes, run scenarios in AI Cost Check, especially if your workflow uses long context or tool loops. Small output changes matter less than repeated agent steps, screenshots, retrieved documents, and retries.
Deployment architecture for Inkling agents
A production Inkling workflow should look more like an operations system than a chat app. The model is one component inside a controlled loop.
Recommended architecture
- Ingress layer: receives user request, files, screenshots, audio, or browser state.
- Policy and permission layer: checks user identity, document permissions, tool permissions, and data boundaries.
- Cheap routing model: classifies intent, risk, domain, and required tools.
- Retrieval and evidence layer: collects documents, past cases, screenshots, logs, transcripts, or database rows.
- Inkling reasoning layer: performs multimodal synthesis, planning, decision support, or tool selection.
- Tool execution layer: browser, code sandbox, CRM, ticketing system, document generator, or database.
- Verifier layer: checks citations, schemas, policy compliance, test output, and uncertainty.
- Escalation layer: routes hard cases to human reviewers or premium models.
- Audit layer: stores inputs, sources, decisions, cost estimates, and outcomes.
This architecture keeps model freedom inside operational boundaries. It also makes cost control easier because every step can be measured and routed.
Controllable thinking effort
Inkling’s controllable thinking effort is important for cost and latency. Not every task deserves deep reasoning. A support label, policy retrieval query, or form extraction should use low effort. A compliance review, contract conflict analysis, or multi-source research memo should use higher effort.
A simple production policy:
| Task type | Thinking effort | Example |
|---|---|---|
| Routing | Low | “Is this HR, IT, finance, or legal?” |
| Extraction | Low | Pull fields from a form or transcript |
| Summarization | Medium | Summarize a 30-page evidence packet |
| Tool planning | Medium | Choose browser steps or repo files |
| Decision support | High | Compare conflicting policies and recommend escalation |
| Final executive memo | High | Produce a cited, risk-aware decision brief |
Do not let agents self-select unlimited reasoning. Set effort by task class, user role, and business value.
Risks, limits, and when not to use Inkling
Open weights do not automatically make a system safer, cheaper, or easier. Inkling increases control, but it also increases operational responsibility.
Operational risks
Self-hosting or private deployment requires capacity planning, observability, inference optimization, access control, model updates, incident response, and eval infrastructure. If your team cannot monitor latency, throughput, hallucination rate, citation accuracy, and tool failures, start with a managed API and a narrow workflow.
Multimodal reliability risks
Native multimodal reasoning does not mean perfect perception. Screenshots can be ambiguous. Audio can be noisy. Scanned PDFs can distort tables. Images can lack context. Use specialist OCR, transcription, or vision models where they are measurably better, and feed verified outputs into Inkling.
Fine-tuning risks
Tinker fine-tuning is powerful, but bad training data can lock in bad behavior. Fine-tune on stable policies, approved examples, and reviewed outputs. Do not fine-tune on raw chat logs without labeling and redaction. Keep retrieval separate for facts that change frequently.
Cost risks
Long context is seductive. It is also expensive. Even when using open weights, a 1M token prompt consumes compute, memory bandwidth, and latency budget. Retrieval is still valuable because it reduces the evidence set to what matters. Use long context for genuinely cross-document reasoning, not as a substitute for indexing.
When not to use Inkling
Do not use Inkling as the primary model when you need a simple FAQ bot, a low-volume prototype, a public marketing copy generator, or a workflow with no sensitive data and no customization need. In those cases, closed APIs or small cheap models are faster and easier. For example, Gemini 3 Flash, DeepSeek V4 Flash, or GPT-5 mini will handle many routine workloads with less operational overhead.
⚠️ Warning: Open weights shift responsibility from the provider to your team. Budget for evals, monitoring, security review, serving infrastructure, and fallback routing before moving critical workflows onto a self-managed model.
How to decide your first Inkling project
The best first project has high volume, clear business value, private data, measurable outputs, and human review. Avoid open-ended “company brain” launches. Pick a workflow where success can be evaluated.
Use this scoring rubric:
| Criteria | Good first Inkling project | Bad first Inkling project |
|---|---|---|
| Scope | One department, one decision type | Entire company knowledge assistant |
| Data | Approved, permissioned, high-value | Messy docs with unclear ownership |
| Output | Structured recommendation with citations | Free-form advice |
| Review | Human approval path exists | Fully autonomous action |
| Cost pressure | High enough volume to justify optimization | Low-volume executive novelty |
| Fine-tuning | Stable examples available | Policies change daily |
| Multimodal need | Screenshots, audio, PDFs, forms | Plain text only |
A strong first project could be “support escalation packet generator for enterprise tickets with screenshots and call transcripts.” It has measurable outcomes: time to escalation, missing information rate, engineer satisfaction, customer response time, and human override rate. Inkling can process mixed evidence, apply internal policy, and generate structured handoffs. Premium APIs can handle only the highest-risk cases.
A weak first project is “AI assistant for everything.” It will fail because ownership, permissions, evaluation, and task boundaries are undefined.
Practical model routing patterns
The most cost-effective systems use routing. Here are three patterns that work.
Pattern 1: Cheap first, Inkling second, premium last
Use a cheap model to classify request type and risk. Send routine extraction or formatting tasks to cheap models. Send private multimodal reasoning tasks to Inkling. Escalate difficult reasoning or high-stakes synthesis to a premium API.
Good for: support, HR, finance ops, compliance intake.
Pattern 2: Inkling planner, specialist executors
Use Inkling as the multimodal planner that decides which tools and specialist models to call. Use coding models for code edits, OCR tools for documents, transcription tools for audio, and search tools for current facts.
Good for: browser-use app builders, research agents, product ops systems.
Pattern 3: Fine-tuned Inkling for domain behavior, closed API for polish
Use Tinker fine-tuning to make Inkling enforce internal rules and output structure. Use a closed premium model only for final executive wording, board-ready summaries, or customer-facing tone.
Good for: legal ops, sales ops, enterprise support, procurement.
These patterns prevent expensive models from becoming default glue. They also make it easier to compare real workflow cost in AI Cost Check because each step has a predictable token shape.
Frequently asked questions
What is Inkling from Thinking Machines Lab?
Inkling is an open-weights multimodal Mixture-of-Experts model launched by Thinking Machines Lab on July 15, 2026. It has 975B total parameters, 41B active parameters, 1M token context, native text/image/audio reasoning, controllable thinking effort, and Tinker fine-tuning.
What can builders do with Inkling right now?
Builders can use Inkling for private internal copilots, browser-use web app builders, long-context research agents, multimodal review systems, compliance assistants, support escalation agents, and product ops decision workflows. The best first project is a high-volume internal workflow with private data, structured outputs, and human review.
How much does Inkling cost to run?
Inkling is open weights, so cost depends on your deployment infrastructure rather than a fixed public API price. Compare it against closed APIs by workflow: for example, a 100K input / 5K output review costs about $0.26 on Gemini 3 Pro, $0.375 on Claude Sonnet 5, and $1.25 on Claude Fable 5. Use AI Cost Check to model your own token volumes.
Is Inkling better than GPT-5, Claude, or Gemini?
Inkling is better when you need open weights, private deployment, fine-tuning control, multimodal evidence handling, and long-context internal workflows. Closed models like GPT-5.6 Sol, Claude Fable 5, and Gemini 3 Pro remain strong premium fallbacks for managed reliability and top-tier reasoning.
When should teams avoid Inkling?
Avoid Inkling for simple FAQ bots, low-volume prototypes, plain-text summarization, and workflows that do not need private deployment or customization. Cheaper APIs like DeepSeek V4 Flash, Gemini 3 Flash, or GPT-5 nano are more efficient for routine classification, extraction, and formatting.
Build the cost-aware version first
Inkling is a timely signal that open-weights multimodal agents are becoming practical for real operational workflows. The opportunity is not to replace every closed API. The opportunity is to own the parts of your AI stack where privacy, customization, long context, and multimodal evidence matter most.
Start with one workflow, measure token shape, set routing rules, and define premium fallbacks before you scale. Use AI Cost Check to compare closed-model fallback costs, review model pages like Claude Sonnet 5, Gemini 3 Pro, and DeepSeek V4 Pro, and benchmark common routing choices such as GPT-5 vs Gemini 3 Pro or GPT-5 vs DeepSeek V3.2.
The teams that win with Inkling will not be the ones with the biggest model demo. They will be the ones that turn open-weights control into measurable workflow gains: faster reviews, fewer escalations, better evidence packets, safer automation, and lower cost per useful decision.
Related Cost Guides
Keep going with the closest pricing and optimization guides in this cluster.
GPT-Live Turns AI Into a Real-Time Collaborator: 7 Workflows to Build Now
OpenAI GPT-Live enables real-time multimodal AI workflows for support, demos, QA, training, field ops, and interviews.
ChatGPT Work: 7 Agentic Workflows Founders and Operators Can Build Now
OpenAI's ChatGPT Work turns goals into multi-hour action across apps and files. Here are 7 workflows, stacks, costs, and rollout risks.
Apple SpeechAnalyzer vs Whisper: On-Device Transcription Workflows Builders Can Ship Now
Apple SpeechAnalyzer changes transcription architecture: private on-device audio first, cloud LLM cleanup only when needed.
