# Bittensor >[Neural Internet Bittensor](https://neuralinternet.ai/) network, an open source protocol > that powers a decentralized, blockchain-based, machine learning network. ## Installation and Setup Get your API_KEY from [Neural Internet](https://neuralinternet.ai/). ## LLMs See a [usage example](/docs/integrations/llms/bittensor). ```python from langchain_community.llms import NIBittensorLLM ```