You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typed provenance + media hashes reported-cost reconciliation
68
+
↓
69
+
technical checks + human acceptance gates → FFmpeg delivery master
70
+
```
71
+
72
+
The CLI is the policy boundary. Configuration is validated before orchestration; live requests
73
+
require a current human-reviewed pricing snapshot, explicit confirmation, an approved registered
74
+
model, and a reservation that fits both the run profile and provider-account ceiling. Voice
75
+
generation additionally requires a versioned canonical realization and approved audition hash.
76
+
Provider uncertainty never triggers an automatic retry or fallback.
77
+
57
78
## Current pause and latest-run decision
58
79
59
80
New generation is paused while production moves to an M5 Pro machine with 64 GB of memory. The
@@ -110,9 +131,11 @@ Choose exactly one run profile: **10, 15, or 20 dollars Canadian**, including a
110
131
|---|---:|
111
132
| CAD 10 | US$10.00 |
112
133
| CAD 15 | US$9.75 |
113
-
| CAD 20 | US$13.00 |
134
+
| CAD 20 | US$15.00 |
114
135
115
-
The program must stop before the selected US-dollar cap. It must also respect a DeepInfra account spending limit of no more than US$13.00 for the proof. DeepInfra reports actual cost in `inference_status.cost`; the local append-only ledger records both reserved and reported cost.
136
+
The program must stop before the selected US-dollar cap. It must also respect a DeepInfra account
137
+
spending limit of no more than US$20.00. DeepInfra reports actual cost in
138
+
`inference_status.cost`; the local append-only ledger records both reserved and reported cost.
116
139
117
140
Only sequential generation is allowed. Every request reserves its maximum expected cost before transmission. No recursive retries, parallel paid jobs, automatic provider fallback, or unbounded workflow reruns.
118
141
@@ -159,6 +182,7 @@ test dependency, then validate the complete dry-run path:
"language": "English (US provider setting), directed as Canadian English",
33
33
"accent_direction": "Natural Lower Mainland Canadian English; composed clinical pacing; no generic American announcer tone and no stylized Punjabi accent.",
34
-
"performance_baseline": "Low-key, clear and empathetic with a restrained dramatic arc: professional warmth, precise B.C. Services Card diction, concerned weight on inactive M.S.P., then compassionate but firm uncertainty. Generate the sequence in one continuous take and split only at deliberate pauses."
34
+
"performance_baseline": "Low-key, clear and empathetic with a restrained dramatic arc: professional warmth, precise B.C. Services Card diction, concerned weight on inactive M.S.P., then compassionate but firm uncertainty. Generate the sequence in one continuous take and split only at deliberate pauses.",
"language": "English (US provider setting), directed as Canadian English",
64
81
"accent_direction": "Natural Lower Mainland Canadian English with restrained Korean-influenced cadence only if stable; no caricature and no accent switching.",
65
-
"performance_baseline": "Quiet, tired and direct, with short breaths and no theatrical distress."
82
+
"performance_baseline": "Quiet, tired and direct, with short breaths and no theatrical distress.",
0 commit comments