Skip to content

Commit 2e6f6e0

Browse files
jamie-rasmussenmdlinvilleanastasiaguspan
authored
Inference - Add lifecycle page (#2121)
## Description Adds a page to the W&B Inference docs explaining our model lifecycle and deprecation procedure. <img width="3174" height="3068" alt="image" src="https://github.com/user-attachments/assets/26d2655f-e3ae-4f55-983a-3ed9a9167361" /> ## Testing - [x] Local build succeeds without errors (`mint dev`) - [x] Local link check succeeds without errors (`mint broken-links`) - [x] PR tests succeed --------- Co-authored-by: Matt Linville <matt.linville@wandb.com> Co-authored-by: anastasiaguspan <happyguspan@gmail.com>
1 parent 4312e12 commit 2e6f6e0

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,7 @@
10811081
"inference",
10821082
"inference/prerequisites",
10831083
"inference/models",
1084+
"inference/lifecycle",
10841085
"inference/lora",
10851086
{
10861087
"group": "Response Settings",

inference/lifecycle.mdx

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "Model Lifecycle"
3+
linkTitle: "Lifecycle"
4+
description: >
5+
Learn about W&B Inference model lifecycle and retirement
6+
---
7+
8+
New models are frequently evaluated and released as part of the W&B Inference catalog.
9+
10+
Older models are regularly reviewed and may be retired to prioritize the most in-demand and highest-quality offerings.
11+
12+
## Model Lifecycle Stages
13+
14+
Models in W&B Inference use the following terminology for the stages of their lifecycle:
15+
16+
* **Generally Available**: The model is fully supported and is recommended for use.
17+
* **Deprecated**: The model is scheduled for removal. Customers should update to a recommended replacement as soon as possible.
18+
* **Retired**: The model is no longer available. Any requests to retired models fail and return an `HTTP 404` status code for all requests.
19+
20+
## Deprecation Process
21+
22+
When deprecating a model, W&B will provide at least two weeks of notice on this page before the model is retired.
23+
24+
We additionally attempt to notify recent users of a deprecated model via email
25+
and provide recommendations for replacement models.
26+
27+
Models that are in the **deprecated** stage continue to serve requests.
28+
29+
30+
31+
## Deprecated Models
32+
The following W&B Inference models are **deprecated**:
33+
34+
| Deprecation date | Model ID | Recommended replacement |
35+
|------------------|-----------------------------|---------------------------------|
36+
| 2026-02-05 | `Qwen/Qwen2.5-14B-Instruct` | `OpenPipe/Qwen3-14B-Instruct` |

0 commit comments

Comments
 (0)