OpenDunes is OpenAI-compatible — plug it into any framework that speaks OpenAI.
Because OpenDunes implements the OpenAI chat completions API, every framework or SDK that supports a custom base URL works without modification. Set the base URL to https://opendunes.com/api/v1 and your key to OPENDUNES_API_KEY, and you're done.
The OpenAI SDKs for Python and Node are the canonical way to call OpenDunes from code.
Full-featured agent and chain frameworks that support a custom OpenAI-compatible endpoint.
ChatOpenAI with base_url set to OpenDunescreateOpenAI({ baseURL }) for Next.js and ReactOPENDUNES_API_KEY securely with InfisicalIf you represent an AI model provider and want to list your models on OpenDunes, see For Providers.
Browse tools and libraries built by the community at Awesome OpenDunes.