Integrations Overview
Connect VeldrixAI to your AI stack via SDK, REST API, or native framework integrations.
Integration options
Python SDK
Install via pip. Full async support. Recommended for Python backends and notebooks.
TypeScript SDK
Install via npm. Works in Node.js and edge runtimes. Type-safe API.
REST API
Direct HTTP calls. Works from any language. Use for custom integrations or non-SDK environments.
Choosing an integration
- Use the Python SDK if your backend is Python.
- Use the TypeScript SDK if your backend is Node.js or runs on an edge runtime.
- Use the REST API for Go, Java, Rust, Ruby, or any other language.
- Use a framework integration (LangChain, CrewAI, AutoGen) if you're running agents.
Was this page helpful?