Atlas / Models / Inference Net / Inference.net: Schematron V2 Small

Inference.net: Schematron V2 Small✓ Catalog verified

inference-net/schematron-v2-small

Schematron V2 Small is a 3B-parameter HTML-to-JSON extraction model from Inference.net. It prioritizes extraction quality for complex schemas and long pages. Extraction instructions must be supplied through a JSON schema...

Input price
$0.05 /1M
Output price
$0.23 /1M
Context
128K
Modalities
text
Released
Sep 12, 2026
Tool calling
Atlas signal
80/100
01

Overview

Schematron V2 Small is a 3B-parameter HTML-to-JSON extraction model from Inference.net. It prioritizes extraction quality for complex schemas and long pages. Extraction instructions must be supplied through a JSON schema...

Access: available through the official Inference Net API. Context window: 128K.

Pricing and metadata from the ModelsAtlas catalog.Last refreshed Sep 12, 2026
02

Specifications

API identifierinference-net/schematron-v2-small
ProviderInference Net
Model typeText LLM
Context window128K catalog
Input modalitiestext
Output modalitiestext
ReleasedSep 12, 2026
ModeratedNo
Architecture modalitytext->text
Supported parameters
frequency_penaltylogit_biasmax_tokensmin_ppresence_penaltyresponse_formatseedstopstructured_outputstemperaturetop_ktop_p
Source: provider documentation + catalog feedMethodology →
03

Pricing

Live pricing components for inference-net/schematron-v2-small as published in the catalog.

$0.05
Input /1M
$0.23
Output /1M
Per request
Per image
Pricing componentRaw unit priceNormalizedUnit
Prompt tokens$5e-8$0.05 / 1MPer input token
Completion tokens$2.3e-7$0.23 / 1MPer output token
Request feeN/AN/APer request
Image feeN/AN/APer image unit
Web search feeN/AN/APer search request
Source: catalog pricing feedCompare all pricing →Cheapest models →
04

Cost calculator

Estimate monthly spend from your own token volumes.

Scale / Volume

Estimated Total Cost

$0.07Calculated from current list pricing in the ModelsAtlas catalog.
05

Capabilities

CapabilityStatusWhat it means
Visual UnderstandingNot advertisedImage and document analysis support
Audio ProcessingNot advertisedSpeech and voice aligned flows
Tool CallingNot advertisedSupports tools / function calling
Self-HostingNot advertisedDeploy outside managed APIs
Derived from catalog capability tags and supported parameters
06

Capability signals

Directional signals derived from model metadata and capability tags — not official benchmark submissions.

Inference.net: Schematron V2 Small
MMLU Signal (Reasoning)
79signal
Coding Signal (HumanEval proxy)
82signal
Math Signal (GSM8K proxy)
79signal
Science Signal (GPQA proxy)
79signal
Estimated from metadata — not an official benchmark runAll benchmarks →Methodology →
07

Quick start

Call Inference.net: Schematron V2 Small through an OpenAI-compatible client.

from openai import OpenAI

client = OpenAI(
    base_url="https://openrouter.ai/api/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="inference-net/schematron-v2-small",
    messages=[{"role": "user", "content": "Explain quantum physics."}]
)

print(response.choices[0].message.content)
08

Alternatives

Closest models by context window from a different provider.

09

Sources & attribution

Pricing and metadata are maintained in the ModelsAtlas catalog.

Capability bars use metadata tags — directional estimates onlyHow we source and verify data →
10

Frequently asked questions

How much does Inference.net: Schematron V2 Small cost?

$0.05 per 1M input tokens and $0.23 per 1M output tokens on the official Inference Net API.

What is the context window of Inference.net: Schematron V2 Small?

Inference.net: Schematron V2 Small supports up to 128K tokens of context.

Does Inference.net: Schematron V2 Small support tool / function calling?

Inference.net: Schematron V2 Small does not advertise first-class tool/function calling. Check vendor docs for the latest capabilities.

How do I access Inference.net: Schematron V2 Small?

Use the official Inference Net API with the model id `inference-net/schematron-v2-small`. See the Quick start section above for code examples.