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

# Netmind integrations

> Integrate with Netmind using LangChain Python.

[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={"theme":{"light":"catppuccin-latte","dark":"catppuccin-mocha"}}
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 [Netmind chat guide](/oss/python/integrations/chat/netmind)

## Embedding model

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

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/providers/netmind.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
