4d145cb43d
* Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add 200 - OK * Add files via upload |
||
---|---|---|
.. | ||
apiDefinition.swagger.json | ||
apiProperties.json | ||
readme.md |
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.