Wire protocol enrichment using Azure AI Foundry inference task metadata.
Fetches model catalog data from Azure AI Foundry's public API and uses
the inferenceTasks field to determine which wire protocol each Azure
model supports (openai_responses, openai_completion, anthropic_messages).
Only enriches models from Azure providers since models.dev already syncs model data but lacks wire protocol information for Azure's model catalog.
pull/1fetches the Azure catalog and caches locallybuild_lookup/0reads cached data and builds a model -> wire_protocol mapenrich_models/1applies wire protocol to Azure models using the lookup