Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: AI Search API returns more specific error responses
description: Common AI Gateway and validation failures now return specific client errors instead of generic upstream errors.
products:
- ai-search
date: 2026-07-19
publish_future_dated_entry: true
---

AI Search now returns specific client errors for common AI Gateway failures. These include invalid models, exceeded context windows, blocked prompts or responses, and missing provider credentials. These failures no longer appear as generic upstream errors.

Instance list searches now treat URL punctuation and SQL wildcard characters as literal text. Searches longer than 64 characters return a validation error. Web source validation also rejects unsupported URL schemes before crawling.
Loading