Files
adaptive-pricing/projects/coulomb-pricing/data/tuning_requests.json

39 lines
1.1 KiB
JSON

{
"version": 1,
"requests": [
{
"id": "small-team-lower-usage-price",
"name": "Small team lower usage price",
"profile_id": "small-team",
"model_id": "membership-plus-overage",
"preference": "lower_usage_price",
"approval_mode": "self_serve_only",
"selected_tunables": {
"included_tokens": "50000",
"contract_duration_months": 3
},
"search_policy": {
"min_usage_unit_price": "0.0005",
"usage_unit_price_step": "0.0001"
}
},
{
"id": "small-team-high-included-bundle",
"name": "Small team high included bundle",
"profile_id": "small-team",
"model_id": "membership-plus-overage",
"preference": "lower_usage_price",
"approval_mode": "self_serve_only",
"selected_tunables": {
"included_tokens": "150000",
"contract_duration_months": 3
},
"search_policy": {
"min_usage_unit_price": "0.0005",
"usage_unit_price_step": "0.0001"
}
}
],
"notes": "Customer-tuning pilot requests for the Coulomb hybrid overage prototype."
}