> ## Documentation Index
> Fetch the complete documentation index at: https://langchain.idochub.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Netmind

[Netmind AI](https://www.netmind.ai/) Build AI Faster, Smarter, and More Affordably.
Train, Fine-tune, Run Inference, and Scale with our Global GPU Network—Your all-in-one AI Engine.

This example goes over how to use LangChain to interact with Netmind AI models.

## Installation and Setup

```bash theme={null}
pip install langchain-netmind
```

Get an Netmind api key and set it as an environment variable (`NETMIND_API_KEY`).
Head to [www.netmind.ai/](https://www.netmind.ai/) to sign up to Netmind and generate an API key.

## Chat Models

For more on Netmind chat models, visit the guide [here](/oss/python/integrations/chat/netmind)

## Embedding Model

For more on Netmind embedding models, visit the [guide](/oss/python/integrations/text_embedding/netmind)
