generated from coulomb/repo-seed
Implement customer-tuning solver and close WP-0006
This commit is contained in:
38
projects/coulomb-pricing/data/tuning_requests.json
Normal file
38
projects/coulomb-pricing/data/tuning_requests.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
Reference in New Issue
Block a user