News

    Introducing Catalyst: Train self-improving AI models

    Learn more

    Schematron V2 Small

    Schematron V2 Small model graphic

    API Usage

    API IDENTIFIER

    inference-net/schematron-v2-small
    import OpenAI from "openai";
    
    const openai = new OpenAI({
      baseURL: "https://api.inference.net/v1",
      apiKey: process.env.INFERENCE_API_KEY,
    });
    
    const completion = await openai.chat.completions.create({
      model: "inference-net/schematron-v2-small",
      messages: [
        {
          role: "user",
          content: "What is the meaning of life?"
        }
      ],
      stream: true,
    });
    
    for await (const chunk of completion) {
      process.stdout.write(chunk.choices[0]?.delta.content as string);
    }
    MODEL PROVIDERInferenceNet
    TYPEText to Text
    PARAMETERS3B
    QUANTIZATIONBF16
    CONTEXT LENGTH125K
    PRICINGInput $0.05 / Million Tokens
    Output $0.25 / Million Tokens
    JSON MODE
    TOOL CALLING
    DEPLOYMENT
    Serverless
    Batch
    DOCUMENTATION

    Playground

    System

    Start a conversation. Your assistant output and role context will appear here.

    CONTACT

    Meet with our research team

    Schedule a call with our research team to learn more about how Specialized Language Models can cut costs and improve performance.