-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodels.yaml
More file actions
53 lines (50 loc) · 1.46 KB
/
models.yaml
File metadata and controls
53 lines (50 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# JobForge model policy.
#
# Extends @agent-pattern-labs/iso-route's bundled "standard" preset, then pins every
# OpenCode route to DeepSeek V4 Flash. Recent traces showed free OpenRouter
# routes freezing or falling through Venice balance errors, so JobForge's
# OpenCode default is now "best affordable paid" rather than "free".
#
# JobForge's subagents bind to preset roles via the `role:` field in
# iso/agents/<slug>.md:
# @general-free → role: fast (Haiku / DeepSeek V4 Flash / gpt-5.4-mini)
# @general-paid → role: quality (Opus 4.7 / DeepSeek V4 Flash / gpt-5.4)
# @glm-minimal → role: minimal (Haiku / DeepSeek V4 Flash / gpt-5.4-nano)
#
# Override anything by adding fields here. For example, to pin Opus on
# Claude Code for the @general-paid (quality) role:
#
# roles:
# quality:
# model: claude-opus-4-7
#
# Or to route all high-stakes applies to GPT-5.4 on Codex:
#
# roles:
# quality:
# targets:
# codex:
# provider: openai
# model: gpt-5.4
extends: standard
default:
targets:
opencode:
provider: opencode
model: opencode-go/deepseek-v4-flash
roles:
fast:
targets:
opencode:
provider: opencode
model: opencode-go/deepseek-v4-flash
quality:
targets:
opencode:
provider: opencode
model: opencode-go/deepseek-v4-flash
minimal:
targets:
opencode:
provider: opencode
model: opencode-go/deepseek-v4-flash