feat: make more compatible with "o" family models

This commit is contained in:
Ralph Khreish
2025-06-21 22:16:51 +03:00
parent 122a0465d8
commit 54f50a4dc8
9 changed files with 36 additions and 23 deletions

View File

@@ -54,7 +54,7 @@
"output": 15.0
},
"allowed_roles": ["main", "fallback"],
"max_tokens": 64000
"max_tokens": 8192
}
],
"openai": [
@@ -84,7 +84,8 @@
"input": 2.0,
"output": 8.0
},
"allowed_roles": ["main", "fallback"]
"allowed_roles": ["main", "fallback"],
"max_tokens": 100000
},
{
"id": "o3-mini",