Inference Net model page

Inference.net: Schematron V2 Small

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...

TextStructured outputFast responsesLong context
Input / 1M
$0.07
Output / 1M
$0.30
Context
128K
Markup
30%

Use this model through UAI

A dedicated public landing page for this synced catalog row.

Provider
Inference Net

Synced from the active catalog

Context window
128K tokens

Validated for gateway requests

UAI input
$0.07

Charged from your UAI balance

UAI output
$0.30

Same API key and billing flow

This page exists for direct linking, onboarding, and SEO. The same model row powers /v1/models, the public catalog, the app pricing screen, and request validation for /v1/chat/completions.

Why use this model through UAI

The same model route, but with one account, one balance, and one API shape.

Long-context inputs

Inference.net: Schematron V2 Small exposes 128K tokens, which makes it a good fit for large documents, transcripts, and retrieval-heavy chat flows.

Interactive latency

Inference.net: Schematron V2 Small is positioned well for chat UIs, demos, and agent loops where faster turn time matters.

OpenAI-compatible access

Call inference-net/schematron-v2-small with the same UAI API key, the same /v1/chat/completions shape, and the same request validation used across the rest of the catalog.

Pricing and access

Current synced numbers for this exact model row.

UAI input / 1M tokens
$0.07
UAI output / 1M tokens
$0.30
Inference Net input / 1M
$0.05
Inference Net output / 1M
$0.23
Context window
128,000
Current markup
30%

Need another option? Browse the full models catalog or compare rows in the signed-in pricing table.

Quickstart

Use this model with your UAI key over the standard OpenAI-compatible route.

Create a key in API Keys, then send requests to https://uai.sh/v1/chat/completions.

curl
curl https://uai.sh/v1/chat/completions \
  -H "Authorization: Bearer uai-YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "inference-net/schematron-v2-small",
    "messages": [{"role": "user", "content": "Say hi in one short sentence."}],
    "stream": false
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(base_url="https://uai.sh/v1", api_key="uai-YOUR_API_KEY")
response = client.chat.completions.create(
    model="inference-net/schematron-v2-small",
    messages=[{"role": "user", "content": "Say hi in one short sentence."}],
    stream=False
)
print(response.choices[0].message.content)
Node.js (OpenAI SDK)
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://uai.sh/v1",
  apiKey: "uai-YOUR_API_KEY"
});

const response = await client.chat.completions.create({
  model: "inference-net/schematron-v2-small",
  messages: [{ role: "user", content: "Say hi in one short sentence." }],
  stream: false
});

console.log(response.choices[0].message.content);

Related models

Other active rows to compare without leaving the public catalog.

inference-net
Inference.net: Schematron V2 Turbo
inference-net/schematron-v2-turbo
Input / 1M$0.04
Context128K tokens
tencent
Tencent: Hy-MT2-1.8B
tencent/hy-mt2-1.8b
Input / 1M$0.06
Context8K tokens
deepseek
DeepSeek: DeepSeek V4 Flash 0731
deepseek/deepseek-v4-flash-0731
Input / 1M$0.05
Context1.3M tokens