Skip to content

Commit 7e0b6be

Browse files
Adding vertex ai and alphabetizing (#5075) (#5081)
(cherry picked from commit b7dbb2a)
1 parent 3d02924 commit 7e0b6be

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

specification/inference/put/PutRequest.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,18 @@ import { TaskType } from '@inference/_types/TaskType'
3838
* * Azure AI Studio (`completion`, `text_embedding`)
3939
* * Azure OpenAI (`completion`, `text_embedding`)
4040
* * Cohere (`completion`, `rerank`, `text_embedding`)
41-
* * DeepSeek (`completion`, `chat_completion`)
41+
* * DeepSeek (`chat_completion`, `completion`)
4242
* * Elasticsearch (`rerank`, `sparse_embedding`, `text_embedding` - this service is for built-in models and models uploaded through Eland)
4343
* * ELSER (`sparse_embedding`)
4444
* * Google AI Studio (`completion`, `text_embedding`)
45-
* * Google Vertex AI (`rerank`, `text_embedding`)
45+
* * Google Vertex AI (`chat_completion`, `completion`, `rerank`, `text_embedding`)
4646
* * Hugging Face (`chat_completion`, `completion`, `rerank`, `text_embedding`)
47+
* * JinaAI (`rerank`, `text_embedding`)
48+
* * Llama (`chat_completion`, `completion`, `text_embedding`)
4749
* * Mistral (`chat_completion`, `completion`, `text_embedding`)
4850
* * OpenAI (`chat_completion`, `completion`, `text_embedding`)
49-
* * VoyageAI (`text_embedding`, `rerank`)
51+
* * VoyageAI (`rerank`, `text_embedding`)
5052
* * Watsonx inference integration (`text_embedding`)
51-
* * JinaAI (`text_embedding`, `rerank`)
5253
* @rest_spec_name inference.put
5354
* @availability stack since=8.11.0 stability=stable visibility=public
5455
* @availability serverless stability=stable visibility=public

0 commit comments

Comments
 (0)