add alpha airproxy
This commit is contained in:
parent
4f0eaddc05
commit
98bcdea153
1 changed files with 16 additions and 1 deletions
|
|
@ -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"
|
||||
]
|
||||
);
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue