Integrations
Integrations
DEVUP AI works with tools that speak the OpenAI API or the Anthropic Messages API. Most integrations need only a base URL, your API key, and a model ID from the catalog.
https://api.devupai.com/v1
https://api.devupai.com/anthropic
SDKs
Vercel AI SDK
Use the devupai provider with generateText and streamText in Next.js and React apps.
Node.js & TypeScript SDK
Typed client for Node.js, Bun, and Deno with streaming and webhook signature verification.
OpenAI SDK
Point any official OpenAI client to https://api.devupai.com/v1 with your DEVUP AI key.
Anthropic Messages API
Point the official Anthropic SDKs to https://api.devupai.com/anthropic.
Python Ecosystem
Use the openai and anthropic packages, LangChain, and AutoGen from Python.
PHP
Call DEVUP AI from PHP with openai-php/client and Guzzle.
Laravel
Use DEVUP AI with the official Laravel AI SDK and its openai-compatible driver.
Go
Call DEVUP AI models from Go with the official openai-go SDK or go-openai.
Flutter & Dart
Call DEVUP AI models from Dart and Flutter with openai_dart or dart_openai.
Coding Agents & Editors
Claude Code
Run the Claude Code CLI on DEVUP AI models through the Anthropic Messages endpoint.
OpenCode
Add DEVUP AI to OpenCode as a custom OpenAI-compatible provider in opencode.json.
Aider
Connect Aider to DEVUP AI with OPENAI_API_BASE, OPENAI_API_KEY and an openai/ model prefix.
VS Code
Add DEVUP AI models to VS Code chat through the built-in Custom Endpoint, with no extension.
Cline
Configure the Cline VS Code extension with the OpenAI Compatible provider and a DEVUP AI model ID.
Kilo Code
Add DEVUP AI to Kilo Code as a custom OpenAI Compatible provider and pick a model from the loaded list.
Continue
Use DEVUP AI models in Continue through its openai provider and apiBase.
Cursor
Add DEVUP AI models to Cursor as custom models with an OpenAI base URL override.
Zed
Run the Zed agent, inline edits and chat on DEVUP AI models.
Codex CLI
Run OpenAI's Codex CLI on DEVUP AI models through config.toml.
Agent Frameworks
LangChain
Use ChatOpenAI with the DEVUP AI base URL in chains and agents.
LlamaIndex
Use OpenAILike and OpenAILikeEmbedding to run LlamaIndex chat, tools and RAG on DEVUP AI.
Pydantic AI
Connect Pydantic AI agents to DEVUP AI with OpenAIChatModel and OpenAIProvider.
Deep Agents
Run Deep Agents on DEVUP AI with langchain-openai's ChatOpenAI and your own tools.
Mastra
Build Mastra agents in TypeScript on DEVUP AI with @ai-sdk/openai-compatible.
TanStack AI
Use TanStack AI with DEVUP AI through its openaiCompatible adapter.
CrewAI
Run CrewAI multi-agent crews on DEVUP AI with CrewAI's built-in OpenAI client.
AutoGen
Configure AutoGen agents with DEVUP AI as the OpenAI-compatible model client.
Automation
Chat Interfaces
Browse model IDs in the catalog at https://devupai.com/models.