# Banana

> **Class** in `langchain_community`

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

Banana large language models.

To use, you should have the ``banana-dev`` python package installed,
and the environment variable ``BANANA_API_KEY`` set with your API key.
This is the team API key available in the Banana dashboard.

Any parameters that are valid to be passed to the call can be passed
in, even if not explicitly saved on this class.

## Signature

```python
Banana()
```

## Description

**Example:**

.. code-block:: python

from langchain_community.llms import Banana
banana = Banana(model_key="", model_url_slug="")

## Extends

- `LLM`

## Properties

- `model_key`
- `model_url_slug`
- `model_kwargs`
- `banana_api_key`
- `model_config`

## Methods

- [`build_extra()`](https://reference.langchain.com/python/langchain-community/llms/bananadev/Banana/build_extra)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/llms/bananadev.py#L16)