We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54e694 commit 58698ceCopy full SHA for 58698ce
specification/inference/put_cohere/examples/request/PutCohereRequestExample3.yaml
@@ -0,0 +1,12 @@
1
+summary: A completion task
2
+description: Run `PUT _inference/completion/cohere-completion` to create an inference endpoint that performs a completion task.
3
+method_request: 'PUT _inference/completion/cohere-completion'
4
+# type: "request"
5
+value: |-
6
+ {
7
+ "service": "cohere",
8
+ "service_settings": {
9
+ "api_key": "Cohere-API-key",
10
+ "model_id": "command-a-03-2025"
11
+ }
12
0 commit comments