@@ -39,18 +39,18 @@ import { TaskType } from '@inference/_types/TaskType'
39
39
* * Azure AI Studio (`completion`, 'rerank', `text_embedding`)
40
40
* * Azure OpenAI (`completion`, `text_embedding`)
41
41
* * Cohere (`completion`, `rerank`, `text_embedding`)
42
- * * DeepSeek (`completion `, `chat_completion `)
42
+ * * DeepSeek (`chat_completion `, `completion `)
43
43
* * Elasticsearch (`rerank`, `sparse_embedding`, `text_embedding` - this service is for built-in models and models uploaded through Eland)
44
44
* * ELSER (`sparse_embedding`)
45
45
* * Google AI Studio (`completion`, `text_embedding`)
46
- * * Google Vertex AI (`rerank`, `text_embedding`)
46
+ * * Google Vertex AI (`chat_completion`, `completion`, ` rerank`, `text_embedding`)
47
47
* * Hugging Face (`chat_completion`, `completion`, `rerank`, `text_embedding`)
48
+ * * JinaAI (`rerank`, `text_embedding`)
48
49
* * Llama (`chat_completion`, `completion`, `text_embedding`)
49
50
* * Mistral (`chat_completion`, `completion`, `text_embedding`)
50
51
* * OpenAI (`chat_completion`, `completion`, `text_embedding`)
51
- * * VoyageAI (`text_embedding `, `rerank `)
52
+ * * VoyageAI (`rerank `, `text_embedding `)
52
53
* * Watsonx inference integration (`text_embedding`)
53
- * * JinaAI (`text_embedding`, `rerank`)
54
54
* @rest_spec_name inference.put
55
55
* @availability stack since=8.11.0 stability=stable visibility=public
56
56
* @availability serverless stability=stable visibility=public
0 commit comments