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-labsanddedalus-labs-mcppackages 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_helperfor incremental structured data - Response format standardization across all providers
- Python 3.14 support
- Improved Pydantic v1 compatibility for
model_dumpandmodel_dump_jsonsignatures - Dropped Python 3.8 support (minimum version is now 3.9+)
November 9, 2025
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
August 21, 2025
DedalusModel
dedalus-labs-sdk (Python)
FeaturesDedalusModeltype: A unified model identifier that works across all supported providers- Model parameter extraction: Automatically extracts provider-specific parameters with warnings for unsupported options
- Decoupled
ModelandDedalusModeltypes for cleaner API boundaries
August 20, 2025
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 outputsModelConfig: Configure model-specific parameters programmatically- Streaming support with configurable options
August 7, 2025