Skip to main content

Welcome to the Dedalus API

The Dedalus API provides a unified interface to interact with multiple AI model providers through a single, OpenAI-compatible API. Connect to models from OpenAI, Anthropic, Google, xAI, Mistral, DeepSeek, and more.

Base URL

https://api.dedaluslabs.ai

Authentication

All API endpoints require authentication using Bearer tokens. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Or use the X-API-Key header:
X-API-Key: YOUR_API_KEY
Get your API key from the Dedalus Dashboard.

Key Features

  • Multi-Provider Support: Access models from OpenAI, Anthropic, Google, xAI, and more through a single API
  • MCP Integration: Connect to Model Context Protocol servers for enhanced tool calling
  • Streaming Support: Real-time response streaming for all chat endpoints
  • Tool Calling: Execute functions and tools during conversations
  • Multi-Model Routing: Intelligent handoffs between different models

SDKs

Use our official SDKs for easy integration:
Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.