# Arcee >[Arcee](https://www.arcee.ai/about/about-us) enables the development and advancement > of what we coin as SLMs—small, specialized, secure, and scalable language models. > By offering a SLM Adaptation System and a seamless, secure integration, > `Arcee` empowers enterprises to harness the full potential of > domain-adapted language models, driving the transformative > innovation in operations. ## Installation and Setup Get your `Arcee API` key. ## LLMs See a [usage example](/docs/integrations/llms/arcee). ```python from langchain_community.llms import Arcee ``` ## Retrievers See a [usage example](/docs/integrations/retrievers/arcee). ```python from langchain_community.retrievers import ArceeRetriever ```