catalog: replace dia with dia2-1b/dia2-2b; move zonos-api 8201->8203

Replace the single dia entry (legacy Dia 1.6B, retired) with two fixed-model
Dia2 entries (dia2-2b :8200, dia2-1b :8202), status ready (both exercised),
image local/dia:v2. Matching reproducibility_audit rows. catalog_version
unchanged (add/remove services = no vocab change).

Also fix a port collision I introduced earlier: the zonos-api adapter and
csm both claimed 8201 — move zonos-api to 8203 (catalog endpoint + voices
source_url, zonos .env.example, README).

NOTE FOR CONSUMERS: removing the dia id is a breaking catalog change for
asset_engine (it vendored dia in v0.1.4) — re-vendor + drop the dia tile,
add the two dia2 tiles.
This commit is contained in:
vh
2026-05-31 14:41:11 -07:00
parent 3139e81e8a
commit db15638d8e
3 changed files with 126 additions and 49 deletions
+3 -3
View File
@@ -20,9 +20,9 @@ ZONOS_TAG=v1
ZONOS_PORT=8199
# Host port for the OpenAI-ish REST adapter (zonos-api service) that
# asset-engine routes to. Container listens on 8000 internally. 8201 is
# the next free slot above the Gradio port.
ZONOS_API_PORT=8201
# asset-engine routes to. Container listens on 8000 internally. 8203
# (8200 Dia2-2B, 8201 csm, 8202 Dia2-1B were taken on irv-ml1).
ZONOS_API_PORT=8203
# Bind address. 0.0.0.0 exposes on all interfaces (incl. WG tunnel
# interface 10.100.79.3); 127.0.0.1 restricts to local-only.