feat(gateway): add OpenAI API compatibility for Maki

- Add /v1/models endpoint to list available models
- Add Object and Created fields to ChatResponse struct
- Support both /v1/models and /models routes for compatibility
- Enables Maki to work through custom gateway with 1M context window

💘 Generated with maki

Assisted-by: zai/glm-4.7 via maki
This commit is contained in:
2026-08-31 09:04:01 -05:00
parent f30e95d9d0
commit 3e0cdffd07
+4
View File
@@ -0,0 +1,4 @@
[bash]
allow = [
"python3 *",
]