About Cohere
The Cohere platform builds natural language processing and generation into your product with a few lines of code. Our large language models can solve a broad spectrum of natural language use cases, including classification, semantic search, paraphrasing, summarization, and content generation.
By training a custom model, users can customize large language models to their use case and trained on their data.
The models can be accessed through the playground, SDK, and the CLI tool.
SDKs
We support SDKs in 4 different languages. Please see the following installation methods and snippets to get started.
Python
https://github.com/cohere-ai/cohere-python
Typescript
https://github.com/cohere-ai/cohere-typescript
Java
https://github.com/cohere-ai/cohere-java
Go
https://github.com/cohere-ai/cohere-go
Request Specification
To make a request to any model, you must pass in the Authorization
Header and the request must be made through a POST
request.
The content of Authorization
should be in the shape of BEARER [API_KEY]
. All request bodies are sent through JSON.
Model names are found within the dashboard, and details about endpoints are available within the documentation.