Skip to content

Commit 9920337

Browse files
committed
update
1 parent fa61549 commit 9920337

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/ai-services/openai/includes/api-versions/latest-authoring.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5994,13 +5994,10 @@ A model is either a base model or the result of a successful fine tune job.
59945994
|------|------|-------------|----------|---------|
59955995
| capabilities | [Capabilities](#capabilities) | The capabilities of a base or fine tune model. | Yes | |
59965996
| created_at | integer | A timestamp when this job or item was created (in unix epochs). | No | |
5997-
| deprecation | [Deprecation](#deprecation) | Defines the dates of deprecation for the different use cases of a model.
5998-
Usually base models support 1 year of fine tuning after creation. Inference is typically supported 2 years after creation of base or
5999-
fine tuned models. The exact dates are specified in the properties. | Yes | |
5997+
| deprecation | [Deprecation](#deprecation) | Defines the dates of deprecation for the different use cases of a model. Usually base models support 1 year of fine tuning after creation Inference is typically supported 2 years after creation of base or fine tuned models. The exact dates are specified in the properties. | Yes | |
60005998
| fine_tune | string | The fine tune job identity (fine-tune-id) if this is a fine tune model; otherwise `null`. | No | |
60015999
| id | string | The identity of this item. | No | |
6002-
| lifecycle_status | [LifeCycleStatus](#lifecyclestatus) | The life cycle status of a model.
6003-
Note: A model can be promoted from "preview" to "generally-available", but never from "generally-available" to "preview". | Yes | |
6000+
| lifecycle_status | [LifeCycleStatus](#lifecyclestatus) | The life cycle status of a model. Note: A model can be promoted from "preview" to "generally-available", but never from "generally-available" to "preview". | Yes | |
60046001
| model | string | The base model identity (model-id) if this is a fine tune model; otherwise `null`. | No | |
60056002
| object | [TypeDiscriminator](#typediscriminator) | Defines the type of an object. | No | |
60066003
| status | [FineTuningState](#finetuningstate) | The state of a finetunes object or fine tuning job. | No | |

0 commit comments

Comments
 (0)