Skip to main content
Ctrl+K
🦜🔗 LangChain  documentation - Home 🦜🔗 LangChain  documentation - Home
  • Reference
Ctrl+K
Docs
OSZAR »
  • GitHub
  • X / Twitter
Ctrl+K
  • Reference
Docs
OSZAR »
  • GitHub
  • X / Twitter

Section Navigation

Base packages

  • Core
  • Langchain
  • Text Splitters
  • Community
  • Experimental

Integrations

  • AI21
  • Anthropic
  • AstraDB
  • AWS
  • Azure Ai
  • Azure Dynamic Sessions
  • Cerebras
  • Chroma
  • Cohere
  • Deepseek
  • Elasticsearch
  • Exa
  • Fireworks
  • Google Community
  • Google GenAI
  • Google VertexAI
  • Groq
  • Huggingface
  • IBM
  • Milvus
  • MistralAI
    • chat_models
    • embeddings
  • MongoDB
  • Neo4J
  • Nomic
  • Nvidia Ai Endpoints
  • Ollama
  • OpenAI
  • Perplexity
  • Pinecone
  • Postgres
  • Prompty
  • Qdrant
  • Redis
  • Sema4
  • Snowflake
  • Sqlserver
  • Standard Tests
  • Tavily
  • Together
  • Unstructured
  • Upstage
  • VoyageAI
  • Weaviate
  • XAI
  • LangChain Python API Reference
  • langchain-mistralai: 0.2.10

langchain-mistralai: 0.2.10#

chat_models#

Classes

chat_models.ChatMistralAI

A chat model that uses the MistralAI API.

Functions

chat_models.acompletion_with_retry(llm[, ...])

Use tenacity to retry the async completion call.

embeddings#

Classes

embeddings.DummyTokenizer()

Dummy tokenizer for when tokenizer cannot be accessed (e.g., via Huggingface)

embeddings.MistralAIEmbeddings

MistralAI embedding model integration.

© Copyright 2025, LangChain Inc.

OSZAR »