Skip to content

Commit b7dbb2a

Browse files
Adding vertex ai and alphabetizing (#5075)
1 parent 18091b3 commit b7dbb2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specification/inference/put/PutRequest.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ import { TaskType } from '@inference/_types/TaskType'
3939
* * Azure AI Studio (`completion`, 'rerank', `text_embedding`)
4040
* * Azure OpenAI (`completion`, `text_embedding`)
4141
* * Cohere (`completion`, `rerank`, `text_embedding`)
42-
* * DeepSeek (`completion`, `chat_completion`)
42+
* * DeepSeek (`chat_completion`, `completion`)
4343
* * Elasticsearch (`rerank`, `sparse_embedding`, `text_embedding` - this service is for built-in models and models uploaded through Eland)
4444
* * ELSER (`sparse_embedding`)
4545
* * Google AI Studio (`completion`, `text_embedding`)
46-
* * Google Vertex AI (`rerank`, `text_embedding`)
46+
* * Google Vertex AI (`chat_completion`, `completion`, `rerank`, `text_embedding`)
4747
* * Hugging Face (`chat_completion`, `completion`, `rerank`, `text_embedding`)
48+
* * JinaAI (`rerank`, `text_embedding`)
4849
* * Llama (`chat_completion`, `completion`, `text_embedding`)
4950
* * Mistral (`chat_completion`, `completion`, `text_embedding`)
5051
* * OpenAI (`chat_completion`, `completion`, `text_embedding`)
51-
* * VoyageAI (`text_embedding`, `rerank`)
52+
* * VoyageAI (`rerank`, `text_embedding`)
5253
* * Watsonx inference integration (`text_embedding`)
53-
* * JinaAI (`text_embedding`, `rerank`)
5454
* @rest_spec_name inference.put
5555
* @availability stack since=8.11.0 stability=stable visibility=public
5656
* @availability serverless stability=stable visibility=public

0 commit comments

Comments
 (0)