All models

jev-latest

TypeSafe · Decision

Available
Context window
Input / 1M
$0.042
Cache / 1M
Output / 1M
$0

Call this model

request.py
import requests

response = requests.post(
    "https://api.tokener.ai/typesafe/v1/systemone",
    headers={"Authorization": "Bearer sk-tk-••••••••••••"},
    json={
        "model": "jev-latest",
        "state": "The customer cannot sign in.",
        "questions": {
            "department": {
                "type": "choice",
                "instructions": "Route this request.",
                "criteria": {
                    "technical": "Technical support",
                    "billing": "Billing",
                },
            }
        },
    },
)