# BaseCohere

> **Class** in `langchain_cohere`

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

Base class for Cohere models.

## Signature

```python
BaseCohere()
```

## Extends

- `Serializable`

## Properties

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

## Methods

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

---

[View source on GitHub](https://github.com/langchain-ai/langchain-cohere/blob/98e3d038d365eebd6dabcf8c4d94072580f7401d/libs/cohere/langchain_cohere/llms.py#L59)