Description
Currently, this repository tracks deprecation schedules for several major providers (e.g., OpenAI, Anthropic, Vertex AI, Bedrock), but it is missing deprecation tracking for models hosted on Azure Foundry.
Azure Foundry provides a retirement schedule for its models, which is crucial for applications built on Azure to monitor and prevent outages when model shutdowns occur.
Source URL
The official deprecation schedules can be found here:
Requirements
- Parse the Azure OpenAI and Anthropic model schedule tables.
- Filter out unrelated models (such as Cohere, Mistral, Meta, etc.), fine-tuned variants, and OSS models.
- Map lifecycle states to standard repository statuses (
active, deprecated, retired).
- Handle formatting quirks (combining Model + Version columns, and stripping empty/dash values gracefully).
Solution
Description
Currently, this repository tracks deprecation schedules for several major providers (e.g., OpenAI, Anthropic, Vertex AI, Bedrock), but it is missing deprecation tracking for models hosted on Azure Foundry.
Azure Foundry provides a retirement schedule for its models, which is crucial for applications built on Azure to monitor and prevent outages when model shutdowns occur.
Source URL
The official deprecation schedules can be found here:
Requirements
active,deprecated,retired).Solution