{
"data": {
"count": 58,
"currency": "POINT",
"price_unit": "1,000,000 토큰당 포인트 (input/output 별도 단가, 1포인트 = 1원, 부가세별도)",
"billing_rule": "input/output 각각 사용량 비례 계산 후 ceil(포인트 단위 올림). 각 파트 사용량이 1포인트 미만이면 1포인트로 부과. 최종 차감 포인트는 api.cost 로 내려간다.",
"token_mapping": { "prompt_tokens": "input", "completion_tokens": "output" },
"examples": [
{ "case": "in 2000/1M, out 5000/1M", "input_tokens": 10000, "output_tokens": 15000, "cost": 95 },
{ "case": "in 2000/1M, out 5000/1M", "input_tokens": 400, "output_tokens": 100, "cost": 2 }
],
"models": [
{
"id": "meta-llama/Meta-Llama-3.1-8B-Instruct",
"family": "llama",
"size": "8B",
"multimodal": false,
"tag": null,
"price": { "input_point_per_1m": 90, "output_point_per_1m": 225 },
"max_context": 131072
}
],
"ic_id": null, "result": 1, "msg": "", "success": 1
},
"api": { "success": true, "cost": 0, "ms": 14, "pl_id": null }
}