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