Dartmouth Chat AI API

An OpenAI-compatible REST API exposing large language models, embedding models, and reranking models deployed on Dartmouth's compute infrastructure as well as third-party cloud models made available by the institution. It is consumable via standard OpenAI clients and the official langchain_dartmouth Python package, and requires a DARTMOUTH_API_KEY obtained from the developer portal.

API entry from apis.yml

apis.yml Raw ↑
aid: dartmouth:chat-ai
name: Dartmouth Chat AI API
description: An OpenAI-compatible REST API exposing large language models, embedding models, and reranking
  models deployed on Dartmouth's compute infrastructure as well as third-party cloud models made available
  by the institution. It is consumable via standard OpenAI clients and the official langchain_dartmouth
  Python package, and requires a DARTMOUTH_API_KEY obtained from the developer portal.
humanURL: https://rc.dartmouth.edu/ai/online-resources/using-the-api/
baseURL: https://chat.dartmouth.edu/api
tags:
- Artificial Intelligence
- LLM
- Embeddings
- OpenAI Compatible
properties:
- type: Documentation
  url: https://rc.dartmouth.edu/ai/online-resources/using-the-api/
- type: GitHub
  url: https://github.com/dartmouth/langchain-dartmouth
- type: SDK
  url: https://pypi.org/project/langchain-dartmouth/