inference-net

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

Context
128k tokens
Input / 1M tokens
$0.05
Output / 1M tokens
$0.23
Benchmark

Pricing

Input tokens$0.05 per 1M tokens
Output tokens$0.23 per 1M tokens

Technical details

Model IDinference-net/schematron-v2-small
Context window128k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens4,096

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'inference-net/schematron-v2-small',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Inference.net: Schematron V2 Small?

Get an API key and start making requests in minutes.

Get an API key