Inference.net: Schematron V2 Turbo
inference-net/schematron-v2-turbo
Access Schematron V2 Turbo from Inference.net using the Puter.js AI API.
Get Started// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';
puter.ai.chat("Explain quantum computing in simple terms", {
model: "inference-net/schematron-v2-turbo"
}).then(response => {
document.body.innerHTML = response.message.content;
});
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain quantum computing in simple terms", {
model: "inference-net/schematron-v2-turbo"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Model Card
Schematron V2 Turbo is a 3-billion-parameter model from Inference.net built to turn messy HTML into JSON matching a schema you supply, using schema-constrained decoding so the output is valid JSON by construction rather than by retry.
It's the throughput-optimized sibling to Schematron V2 Small, handling 4.14 requests per second on a single H100 versus Small's 2.47, a 2.5x gain over the original Schematron 3B. It shares Small's 128,000-token context but doubles its output limit, to 8,192 tokens.
On Inference.net's quality benchmark it scores 4.039 out of 5, close to Small's 4.060, and both beat DeepSeek V3.2 and GPT-5.4 Nano on extraction accuracy. On SimpleQA, a web-search factuality benchmark, it reaches 79.42 against Small's 83.10.
It suits web scraping and data extraction pipelines that prioritize speed and cost; the endpoint doesn't support tool calling.
Context Window 128K
tokens
Max Output 8K
tokens
Input Cost $0.03
per million tokens
Output Cost $0.15
per million tokens
Release Date Sep 12, 2026
Model Playground
Try Schematron V2 Turbo instantly in your browser.
This playground uses the Puter.js AI API — no API keys or setup required.
More AI Models From Inference.net
Frequently Asked Questions
You can access Schematron V2 Turbo by Inference.net through Puter.js AI API. Include the library in your web app or Node.js project and start making calls with just a few lines of JavaScript — no backend and no configuration required. You can also use it with Python or cURL via Puter's OpenAI-compatible API.
Schematron V2 Turbo is free to integrate using the Puter.js AI API. With the User-Pays Model, you can add AI to your app for $0, since users cover their own AI usage through their Puter account.
| Price per 1M tokens | |
|---|---|
| Input | $0.03 |
| Output | $0.15 |
Schematron V2 Turbo was created by Inference.net and released on Sep 12, 2026.
Schematron V2 Turbo supports a context window of 128K tokens. For reference, that is roughly equivalent to 256 pages of text.
Schematron V2 Turbo can generate up to 8K tokens in a single response.
Yes — the Schematron V2 Turbo API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.
Add Schematron V2 Turbo to your app for free
Developers can integrate Schematron V2 Turbo for free using the Puter.js AI API.
With the User-Pays Model, each user covers their own AI usage instead of the developer.