Skip to content

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

  1. Make sure you have an account on Cohere. You can sign up for free.

  2. Visit https://dashboard.cohere.com/api-keys to get Trial Keys

  3. 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. Optional
  • max_tokens: The maximum tokens of the model. Optional
  • default: 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

Released under MIT. Created on Feb 2, 2024