CrawlDesk AI API - Release 1.1.0
· One min read
Release 1.1.0 — Enhancements
This release focuses on improving response quality, customization, and interoperability for the CrawlDesk AI API.
Improvements
Reference Links in Responses
- AI responses now include source reference links.
- Enables users to trace answers back to original crawled content.
- Improves transparency and trust.
Enhanced Citation System
- Introduced structured citation support.
- Better mapping between generated answers and source documents.
- Optimized for RAG-based workflows and UI rendering.
Custom Prompt Support
- Developers can define custom system prompts from Dashboard.
- Control AI tone, behavior, and response style.
- Enables use-case specific assistants (support, docs, etc.).
Custom AI Provider Enforcement
- Added support for Bring Your Own LLM (BYOLLM).
- When a custom AI provider is configured from dashboard:
- It is strictly enforced across all API requests.
- No fallback to default providers.
- Ensures full control over cost, compliance, and model usage.
OpenAI Standard Compatibility
- API responses now align with OpenAI-compatible formats.
- Easier integration with existing SDKs and tools.
- Enables seamless switching between providers.
Summary
This release enhances trust, flexibility, and developer control:
- Transparent answers with citations and references
- Customizable AI behavior via prompts
- Full control over AI providers
- OpenAI-compatible API for easy adoption