add alpha airproxy

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-08 20:16:52 -06:00
parent 4f0eaddc05
commit 98bcdea153

View file

@ -153,9 +153,24 @@ in
"text-embedding-large-exp-03-07"
"text-embedding-005"
]
)
++ (builtins.map
(m: {
model_name = "air_dev-${m}";
litellm_params = {
model = "litellm_proxy/${m}";
api_base = "http://100.64.0.8:9010/air_prd";
api_key = "na";
drop_params = true;
};
})
# curl -L t.net.joshuabell.xyz:9010/air_alp/models | jq '.data.[].id'
[
"gemini-3-pro-preview"
"claude-sonnet-4.5"
]
);
};
};
};
}