全部模型

jev-latest

TypeSafe · 判定

可用
上下文窗口
输入 / 1M
$0.042
缓存 / 1M
输出 / 1M
$0

调用此模型

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",
                },
            }
        },
    },
)