PowerPlatformConnectors/independent-publisher-conne.../Cohere
Troy Taylor 4d145cb43d
Cohere (Independent Publisher) v1.1 Plugin (#3480)
* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add 200 - OK

* Add files via upload
2024-11-05 17:32:00 +05:30
..
apiDefinition.swagger.json Cohere (Independent Publisher) v1.1 Plugin (#3480) 2024-11-05 17:32:00 +05:30
apiProperties.json Cohere (Independent Publisher) (#2468) 2023-04-03 09:57:39 -07:00
readme.md Cohere (Independent Publisher) v1.1 Plugin (#3480) 2024-11-05 17:32:00 +05:30

readme.md

Cohere

Cohere is making natural language processing part of every developer's toolkit. Harness the power of language understanding. Join the developers and businesses who are using Cohere to generate, categorize and organize text at a scale that was previously unimaginable.

Publisher: Troy Taylor, Hitachi Solutions

Prerequisites

You must signup for an account with Cohere.

Obtaining Credentials

Once you are logged in to your dashboard, find your API key in the tutorial section.

Supported Operations

Generate text

This action generates realistic text conditioned on a given input.

Generate text embeddings

Returns text embeddings which are lists of floating point numbers that captures semantic information about the text that it represents.

Generate classification

Creates a prediction about which label fits the specified text inputs best.

Generate tokens

Splits input text into smaller units called tokens using byte-pair encoding (BPE).

Generate detokenized text

Converts tokens using byte-pair encoding and returns their text representation.

Identify language

Detects which language each of the provided texts is written in.

Summarize text

Generates a summary in English for a given text.

Get chat

Generates a text response to a user message.

Known Issues and Limitations

There are no known issues at this time.