fix: support codex app-server image understanding

This commit is contained in:
Peter Steinberger
2026-04-24 01:42:12 +01:00
parent df58839a59
commit cec3482175
517 changed files with 15141 additions and 275 deletions

View File

@@ -3,6 +3,17 @@
"name": "Codex",
"description": "Codex app-server harness and Codex-managed GPT model catalog.",
"providers": ["codex"],
"contracts": {
"mediaUnderstandingProviders": ["codex"]
},
"mediaUnderstandingProviderMetadata": {
"codex": {
"capabilities": ["image"],
"defaultModels": {
"image": "gpt-5.5"
}
}
},
"providerDiscoveryEntry": "./provider-discovery.ts",
"syntheticAuthRefs": ["codex"],
"nonSecretAuthMarkers": ["codex-app-server"],