# NIBittensorLLM

> **Class** in `langchain_community`

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

NIBittensor LLMs

NIBittensorLLM is created by Neural Internet (https://neuralinternet.ai/),
powered by Bittensor, a decentralized network full of different AI models.

To analyze API_KEYS and logs of your usage visit
    https://api.neuralinternet.ai/api-keys
    https://api.neuralinternet.ai/logs

## Signature

```python
NIBittensorLLM()
```

## Description

**Example:**

.. code-block:: python

from langchain_community.llms import NIBittensorLLM
llm = NIBittensorLLM()

## Extends

- `LLM`

## Properties

- `system_prompt`
- `top_responses`

---

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