Cohere
Introduction
Cohere Inc. is a Canadian multinational technology firm that concentrates on enterprise artificial intelligence, specializing particularly in large-scale language models.
Deploying your model
Cohere offers the capability to deploy various Chat Models(LLM) under its umbrella.
Chat Model
Refer to their documentation to understand the latest offerings, with feature and cost comparisons.
Usage with MAAP
To use the Cohere chat model with the MAAP framework, you would need to feed the below values.
-
Config File :
Provided below are the values required to be added in the
config.yaml
file in the LLM section.llms:
class_name: Cohere
model_name: <check_references_below>
temperature: <integer_value> -
Environment Variable :
The below value(s) are to be added in the
.env
file, present atbuilder/partnerproduct/
.COHERE_API_KEY : <check_references_below>
Embedding Model
Refer to their documentation to understand the latest offerings, with feature and cost comparisons.
Usage with MAAP
To use the Cohere embedding model with the MAAP framework, you would need to feed the below values.