mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Add models
This commit is contained in:
parent
58371e08ec
commit
46ffc2e41c
1 changed files with 11 additions and 0 deletions
|
|
@ -31,6 +31,17 @@ in {
|
|||
"options" = {
|
||||
"baseURL" = "http://${a2a.host}:${toString a2a.port}/v1";
|
||||
};
|
||||
"models" = {
|
||||
"sonnet" = {
|
||||
"name" = "Claude Sonnet 4 (auth2api)";
|
||||
};
|
||||
"opus" = {
|
||||
"name" = "Claude Opus 4 (auth2api)";
|
||||
};
|
||||
"haiku" = {
|
||||
"name" = "Claude Haiku 4.5 (auth2api)";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue