TokenRoute
Get started
Back to models

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

Pricing

Input$0.0350 /M
Output$0.1610 /M
Cache read$0.0350 /M

Specs

Context length128K tokens
Max output4.1K tokens
Inputtext
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "inference-net/schematron-v2-small",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

frequency_penalty
logit_bias
max_tokens
min_p
presence_penalty
response_format
seed
stop
structured_outputs
temperature
top_k
top_p
Inference.net: Schematron V2 Small API, pricing and context length | TokenRoute