Initial pi agent config

This commit is contained in:
2026-07-09 17:03:59 +02:00
commit 5bee22443b
3 changed files with 44 additions and 0 deletions

16
models.json Normal file
View File

@@ -0,0 +1,16 @@
{
"providers": {
"openrouter": {
"modelOverrides": {
"z-ai/glm-5.2": {
"name": "GLM 5.2 (Novita FP8)",
"compat": {
"openRouterRouting": {
"only": ["novita/fp8"]
}
}
}
}
}
}
}