# BaseCohere

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/llms/cohere/BaseCohere)

Base class for Cohere models.

## Signature

```python
BaseCohere()
```

## Extends

- `Serializable`

## Properties

- `client`
- `async_client`
- `model`
- `temperature`
- `cohere_api_key`
- `stop`
- `streaming`
- `user_agent`

## Methods

- [`validate_environment()`](https://reference.langchain.com/python/langchain-community/llms/cohere/BaseCohere/validate_environment)

## ⚠️ Deprecated

Deprecated since version 0.0.30.

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/llms/cohere.py#L73)