Skip to main content
January 8, 2026

Dedalus API

Features
  • Support for Opus 4.5 streaming
  • Support for Gemini model generation tool calling functions
  • Expanded support for Grok models
  • Expanded support for DeepSeek models

Dedalus Cloud

Non-compliant Servers Deprecation NoticeStarting January 12, 2026, some MCP servers will be deprecated, and affected users will be notified by email.To comply with MCP latest protocol, servers must support authentication to securely store credentials. The servers that will be deprecated do not meet this requirement. See our MCP server guide for migration instructions.
December 1, 2025

Structured Outputs and TypeScript SDK

This release introduces structured outputs for the Python SDK and the launch of our TypeScript SDK.

dedalus-labs-sdk (Python)

Features
  • Structured Outputs: Added support for Pydantic-powered structured outputs. This includes a new chat.completions.parse() method to automatically deserialize the response content into a Pydantic model, ensuring strict adherence to JSON schema with OpenAI models.

dedalus-labs-sdk (TypeScript)

Features
  • TypeScript SDK Launch: The dedalus-labs and dedalus-labs-mcp packages are now available on npm, featuring type-safe JSON responses with Zod schemas.
November 12, 2025

Streaming Structured Outputs

dedalus-labs-sdk (Python)

Features
  • Streaming support for structured outputs: Stream partial results while parsing into Pydantic models
  • Pydantic stream helper: New stream_helper for incremental structured data
  • Response format standardization across all providers
Compatibility
  • Python 3.14 support
  • Improved Pydantic v1 compatibility for model_dump and model_dump_json signatures
  • Dropped Python 3.8 support (minimum version is now 3.9+)
November 9, 2025

Structured Outputs for Tools

dedalus-labs-sdk (Python)

Features
  • Structured outputs for tool definitions: Define tool parameters using Pydantic models
  • Flexible .parse() input: Accept various input formats for the parse method
  • Nullable messages parameter for simpler API calls
November 8, 2025

Image Support and Auto-Executing Tools

dedalus-labs-sdk (Python)

Features
  • Image editing and variation support via the images API
  • Vision format helper: Simplified image content formatting for multimodal models
  • Auto-executing tools: Tools can now be configured to execute automatically based on model responses
  • File upload support for multimodal requests
September 20, 2025

Runner Improvements

dedalus-labs-sdk (Python)

Features
  • Conversation history access: Access the full conversation history from runner instances
  • Instructions parameter: Pass custom system instructions to runners at runtime
  • Pydantic v3 forward compatibility
August 21, 2025

DedalusModel

dedalus-labs-sdk (Python)

Features
  • DedalusModel type: A unified model identifier that works across all supported providers
  • Model parameter extraction: Automatically extracts provider-specific parameters with warnings for unsupported options
  • Decoupled Model and DedalusModel types for cleaner API boundaries
August 20, 2025

API Standardization

dedalus-labs-sdk (Python)

Improvements
  • Standardized parameter naming: messages= for completions, input= for runner
August 18, 2025

Chat Completions and Schema Generation

dedalus-labs-sdk (Python)

Features
  • Chat completions API: Full support for the chat completions endpoint
  • to_schema() method: Generate JSON schemas from Pydantic models for structured outputs
  • ModelConfig: Configure model-specific parameters programmatically
  • Streaming support with configurable options
August 7, 2025

Streaming Schemas

dedalus-labs-sdk (Python)

Features
  • Streaming response schemas: Type-safe streaming with proper schema definitions
  • File upload requests: Initial support for multipart file uploads
August 6, 2025

SDK Publication

First public release of the Dedalus SDK on package registries.

dedalus-labs-sdk

Features
  • Published dedalus-labs package on PyPI
  • Published dedalus-labs package on npm
  • Published dedalus-labs-mcp package on npm