Implement customer-tuning solver and close WP-0006

This commit is contained in:
codex
2026-07-02 23:46:58 +02:00
parent 386c8a46fe
commit 124ad48720
10 changed files with 997 additions and 9 deletions

View 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."
}