Agentgateway's OpenAI-compatible /v1/models endpoint can return model patterns such as openai/*. NetBird provider model rows, policy checks, and pricing currently use exact model IDs. Selecting a discovered pattern would therefore not authorize matching concrete models, and one static price may not represent every model matched by the pattern.
Define consistent wildcard semantics across model routing, policy and guardrail allowlists, discovery, pricing, and usage attribution.
Until this is supported, agentgateway discovery should expose exact model IDs only and omit wildcard entries.
Related: #7274
Agentgateway's OpenAI-compatible
/v1/modelsendpoint can return model patterns such asopenai/*. NetBird provider model rows, policy checks, and pricing currently use exact model IDs. Selecting a discovered pattern would therefore not authorize matching concrete models, and one static price may not represent every model matched by the pattern.Define consistent wildcard semantics across model routing, policy and guardrail allowlists, discovery, pricing, and usage attribution.
Until this is supported, agentgateway discovery should expose exact model IDs only and omit wildcard entries.
Related: #7274