Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Developer using Vercel AI Gateway interface with Thinking Machines Inkling Small model selected, showing code in…

Use Inkling Small on Claude Code via AI Gateway

Inkling Small on AI Gateway gives Claude Code users a cost-effective coding agent with controllable thinking effort. Connect via CLI setup.

·1d ago·4 min read··17 views·AI-Generated·Report error
Share:
Source: vercel.comvia vercel_blog, devto_claudecodeWidely Reported
How do I use Inkling Small with Claude Code on AI Gateway?

Yes, Inkling Small (thinkingmachines/inkling-small) is now on AI Gateway. It delivers comparable reasoning to full Inkling at ~25% compute cost, with controllable thinking effort. Connect via `vercel ai-gateway coding-agents setup` then select it in your Claude Code agent config.

TL;DR

Inkling Small matches larger Inkling's reasoning at quarter the size, now available on Vercel AI Gateway for Claude Code users.

Key Takeaways

What Changed — Inkling Small Lands on AI Gateway

Building an Agent #2: Portkey AI Gateway & Scalable Configs | by Irene ...

Thinking Machines released Inkling Small, now available through Vercel's AI Gateway. The model delivers reasoning performance comparable to the full Inkling model at roughly one-quarter the size and compute cost. For Claude Code users who route through AI Gateway, this means a new, cheaper option for agentic coding, tool use, and visual tasks.

You can access it by setting model to thinkingmachines/inkling-small in the AI SDK. The model supports controllable thinking effort — you dial up reasoning depth when you need it, dial down when you want speed and lower cost.

What It Means For You — Cost-Efficient Agentic Coding

If you run Claude Code through AI Gateway (and you should if you want centralized logging, fallbacks, and zero data retention), Inkling Small becomes a strong secondary model. It's not a replacement for Claude's coding strengths, but it's a capable generalist that excels at:

  • Reasoning-heavy tasks where you'd normally pay for full-size models
  • Tool use and function calling — the model holds up well on agentic loops
  • Visual document analysis — Inkling Small can crop, zoom, and inspect images programmatically, useful for charts, diagrams, and screenshots in your codebase

The controllable thinking effort is the killer feature. You can set it to "minimal" for quick linting or formatting passes, and "maximum" for complex debugging sessions. This lets you optimize cost per task without switching models.

Try It Now — Connect Inkling Small to Claude Code

  1. Set up AI Gateway for coding agents if you haven't already:

    vercel ai-gateway coding-agents setup
    
  2. Configure your agent to use thinkingmachines/inkling-small as the model. In your Claude Code config or agent setup, specify:

    {
      "model": "thinkingmachines/inkling-small",
      "zeroDataRetention": true
    }
    
  3. Test the thinking effort control by adding a parameter for reasoning depth. The exact API may vary, but the model supports a range from minimal to maximum reasoning.

  4. For visual tasks (document screenshots, UI mockups, diagrams), Inkling Small's programmatic cropping and zooming means it can focus on small details — useful when you're asking about a specific error message or chart region.

  5. Monitor costs via AI Gateway's dashboard. Since Gateway passes through provider pricing with no markup, you'll see exactly what you're spending per request.

Why This Matters for Claude Code Users

The Claude Code ecosystem is expanding beyond Anthropic's models. AI Gateway already supports multiple providers, and Inkling Small fills a specific niche: a smaller, cheaper reasoning model that's still good at agentic coding. If you're prototyping or iterating rapidly, it's a smart fallback or secondary model.

Zero Data Retention is also on by default if you toggle it — important for teams handling sensitive codebases. AI Gateway routes only to providers that delete prompts and responses after each request.

Looking Ahead

Inkling Small is still new, and its place in the Claude Code workflow will evolve. As Thinking Machines releases updates and the model matures, expect it to close the gap with full Inkling on complex agentic tasks. The open question: how will it compare to Claude's own small model options when Anthropic releases them? For now, Inkling Small is a solid, cost-effective choice that deserves a spot in your AI Gateway model rotation.


Source: vercel.com

[Updated 31 Jul via vercel_blog]

Inkling Small also natively reasons over audio, expanding beyond text and images for multimodal agentic tasks [per Vercel]. The model is available in the AI Gateway model playground for immediate testing, and supports Bring Your Own Key (BYOK) requests with no platform fee on inference. These details position it as a flexible, cost-efficient option for Claude Code users exploring multimodal workflows.

Sources cited in this article

Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from 1 verified source, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

Claude Code users should immediately add Inkling Small to their AI Gateway model pool as a cost-saving option for routine tasks. The key workflow change: use controllable thinking effort to match model depth to task complexity. For simple refactors or linting, set minimal reasoning to save tokens. For complex debugging or architecture decisions, crank it up. This doesn't replace Claude for primary coding, but it's an excellent secondary model for prototyping and visual analysis. To operationalize this, create a CLAUDE.md entry that documents your model selection strategy. For example: 'Use thinkingmachines/inkling-small for first-pass analysis and visual document review. Fall back to claude-sonnet-4-20250514 for complex multi-file refactors.' This ensures your team consistently optimizes cost without sacrificing quality. One more tip: leverage Inkling Small's programmatic image inspection for code review of UI screenshots or error dialogs. Pass a screenshot path in your prompt and ask the model to zoom into specific regions — it handles this natively, unlike many models that struggle with small visual details.
This story is part of
Hugging Face Becomes the Neutral Ground Where Google and Anthropic's Agent Protocol War Converges
As Claude Code's MCP dominance threatens Google Cloud, Hugging Face's unique position as partner to both players creates an unexpected convergence zone
Compare side-by-side
Thinking Machines Lab vs Vercel
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Products & Launches

View all