inference-net

Inference.net: Schematron V2 Turbo

Schematron V2 Turbo is a 3B-parameter HTML-to-JSON extraction model from Inference.net. It prioritizes throughput for high-volume extraction workloads. Extraction instructions must be supplied through a JSON schema in response_format rather...

Context
128k tokens
Input / 1M tokens
$0.03
Output / 1M tokens
$0.15
Benchmark

Pricing

Input tokens$0.03 per 1M tokens
Output tokens$0.15 per 1M tokens

Technical details

Model IDinference-net/schematron-v2-turbo
Context window128k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens8,192

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-turbo',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Inference.net: Schematron V2 Turbo?

Get an API key and start making requests in minutes.

Get an API key