24 lines
No EOL
552 B
YAML
24 lines
No EOL
552 B
YAML
providers:
|
|
wzray:
|
|
url: http://127.0.0.1:8000/v1
|
|
type: openai-completions
|
|
name: Wzray
|
|
models:
|
|
openai/gpt-5:
|
|
name: GPT-5
|
|
zai:
|
|
url: https://api.z.ai/api/coding/paas/v4
|
|
type: openai-completions
|
|
kilocode:
|
|
url: https://api.kilo.ai/api/openrouter
|
|
type: openai-completions
|
|
whitelist:
|
|
- minimax/minimax-m2.5:free
|
|
opencode:
|
|
url: https://opencode.ai/zen/v1
|
|
type: openai-completions
|
|
blacklist:
|
|
- glm-5-free
|
|
codex:
|
|
url: https://chatgpt.com/backend-api
|
|
type: codex-responses |