Introducing ClipTagger-12b.Learn More

    Schematron 3B

    Schematron-3B is a state-of-the-art large language model designed for reasoning and complex problem-solving tasks, with a focus on accuracy and efficiency in various domains, offering advanced capabilities for structured output generation and complex reasoning.

    Schematron 3B model graphic

    API USAGE

    API IDENTIFIER

    inference-net/schematron-3b
    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-3b",
      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.01 / Million Tokens
    Output $0.01 / Million Tokens
    JSON MODE
    TOOL CALLING
    DEPLOYMENT
    Serverless
    Batch
    DOCUMENTATION

    PLAYGROUND

    Total Cost = $0.00

    Time To First Token

    0ms

    Tokens Per Second

    0

    Total Tokens

    0

    Type a message to get started

    Schematron 3B Footer Image

    Save up to 90% on Schematron 3B inference

    Deploy in under five minutes and immediately start saving money on your inference bill.