> For the complete documentation index, see [llms.txt](https://docs.aimlapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aimlapi.com/integrations.md).

# Integrations

- [Our Integration List](https://docs.aimlapi.com/integrations/our-integration-list.md): About third-party integrations
- [Agno](https://docs.aimlapi.com/integrations/agno.md)
- [Aider](https://docs.aimlapi.com/integrations/aider.md)
- [Atomic Agent](https://docs.aimlapi.com/integrations/atomic-agent.md)
- [AutoGPT](https://docs.aimlapi.com/integrations/autogpt.md)
- [Browser Use](https://docs.aimlapi.com/integrations/browser-use.md)
- [Cline](https://docs.aimlapi.com/integrations/cline.md)
- [Claude Code](https://docs.aimlapi.com/integrations/claude-code.md)
- [continue.dev](https://docs.aimlapi.com/integrations/continue.dev.md)
- [Dify](https://docs.aimlapi.com/integrations/dify.md): Install the aimlapi.com plugin from the Dify Marketplace and use AI/ML API models across your Dify apps, workflows, and agents.
- [ElizaOS](https://docs.aimlapi.com/integrations/elizaos.md)
- [GPT Researcher (gptr)](https://docs.aimlapi.com/integrations/gpt-researcher-gptr.md)
- [Hermes](https://docs.aimlapi.com/integrations/hermes.md): Connect Hermes Agent to AI/ML API through the native provider fork or a manual OpenAI-compatible setup.
- [Hermes Desktop](https://docs.aimlapi.com/integrations/hermes-desktop.md)
- [Kilo Code](https://docs.aimlapi.com/integrations/kilo-code.md)
- [LangChain](https://docs.aimlapi.com/integrations/langchain.md): Use AI/ML API models in LangChain through the official langchain-aimlapi package.
- [Langflow](https://docs.aimlapi.com/integrations/langflow.md): Short description of third-party integration with AI/ML API (Langflow) and how to work with it.
- [LiteLLM](https://docs.aimlapi.com/integrations/litellm.md): Short description of third-party integration with AI/ML API (LiteLLM) and how to work with it.
- [Make](https://docs.aimlapi.com/integrations/make.md)
- [Manus](https://docs.aimlapi.com/integrations/manus.md)
- [Marvin](https://docs.aimlapi.com/integrations/marvin.md)
- [Money Printer Turbo](https://docs.aimlapi.com/integrations/money-printer-turbo.md)
- [n8n](https://docs.aimlapi.com/integrations/n8n.md): This guide shows how to integrate AI/ML API into your n8n workflows, whether you're using n8n Cloud or running a self-hosted instance.
- [Oh My Pi](https://docs.aimlapi.com/integrations/oh-my-pi.md)
- [OpenClaude](https://docs.aimlapi.com/integrations/openclaude.md): Connect OpenClaude, the open-source coding-agent CLI, to AI/ML API through its built-in provider preset.
- [OpenClaw AI/ML](https://docs.aimlapi.com/integrations/openclaw.md)
- [RAGFlow](https://docs.aimlapi.com/integrations/ragflow.md): Add AI/ML API as a model provider in RAGFlow and use it for chat, embeddings, and vision across your knowledge bases and agents.
- [Roo Code](https://docs.aimlapi.com/integrations/roo-code.md)
- [SillyTavern](https://docs.aimlapi.com/integrations/sillytavern.md): Connect 200+ top-tier models — Claude 3.5, GPT-4o, Gemini 1.5, LLaMA 3, Mistral and others — directly to SillyTavern using AI/ML API, an OpenAI-compatible provider.
- [Toolhouse](https://docs.aimlapi.com/integrations/toolhouse.md)
- [Zero](https://docs.aimlapi.com/integrations/zero.md): Connect Zero, the terminal coding agent, to AI/ML API through its built-in provider preset.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aimlapi.com/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
