Skip to content

Commit 66b3d57

Browse files
committed
Edit description
1 parent b91f761 commit 66b3d57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/inference/put/PutRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ import { Id } from '@_types/common'
3131
* Avoid creating multiple endpoints for the same model unless required, as each endpoint consumes significant resources.
3232
*
3333
* IMPORTANT: The inference APIs enable you to use certain services, such as built-in machine learning models (ELSER, E5), models uploaded through Eland, Cohere, OpenAI, Mistral, Azure OpenAI, Google AI Studio, Google Vertex AI, Anthropic, Watsonx.ai, or Hugging Face.
34-
* For built-in models and models uploaded through Eland, the inference APIs offer an alternative way to use and manage trained models. However, if you do not plan to use the inference APIs to use these models or if you want to use non-NLP models, use the machine learning trained model APIs.
34+
* For built-in models and models uploaded through Eland, the inference APIs offer an alternative way to use and manage trained models.
35+
* However, if you do not plan to use the inference APIs to use these models or if you want to use non-NLP models, use the machine learning trained model APIs.
3536
* @rest_spec_name inference.put
3637
* @availability stack since=8.11.0 stability=stable visibility=public
3738
* @availability serverless stability=stable visibility=public

0 commit comments

Comments
 (0)