const models = [
provider.model({
id: "team-codex",
name: "Team Codex",
meta: {
upstream_model: "gpt-5-codex",
},
}),
];
const federation = new Federation({ db });
federation.use(
new AIService().use(models),
);A public model ID maps to the real upstream model