Cohere ^0.5.0-beta.0
Raycast Unblock offers Cohere AI support. You can use Cohere's models for free via their official API.
TIP
Different from Cohere Web, this is the official API, more stable and reliable. (But you may face rate limit issues)
Usage
Make sure you have an account on Cohere. You can sign up for free.
Visit https://dashboard.cohere.com/api-keys to get Trial Keys
Modify the configuration file with your apiKey.
Configuration
The configuration for this feature includes the following parameters:
api_key
: Your Cohere API key.temperature
: The temperature of the model. Optionalmax_tokens
: The maximum tokens of the model. Optionaldefault
: The default model to use. Optional ^v0.5.0-beta.2
Example
toml
[AI.Cohere]
api_key = '<your api key>'
# temperature = 0.5
# max_tokens = 100