Update AI types#6535
Merged
Merged
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
94fa387 to
4d63e69
Compare
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
7c6578d to
96ee8d1
Compare
samscott89
commented
Apr 8, 2026
emily-shen
reviewed
Apr 9, 2026
df1477a to
53be88f
Compare
…mma-4 Add overload-based run() signatures for better type inference: - Batch request (queueRequest: true) -> AsyncResponse - Raw response (returnRawResponse: true) -> Response - WebSocket (websocket: true) -> Response - Streaming (stream: true in inputs) -> ReadableStream - Normal -> model-specific output type - Unknown model (gateway fallback) -> Record<string, unknown> The gateway fallback allows AI Gateway models (e.g. 'google/nano-banana') to be called without type errors while preserving full type safety for known Cloudflare AI models. Also adds gemma-4-26b-a4b-it model types and type-check tests.
53be88f to
2635e23
Compare
emily-shen
reviewed
Apr 9, 2026
danlapid
approved these changes
Apr 9, 2026
emily-shen
approved these changes
Apr 9, 2026
Merging this PR will degrade performance by 12.54%
Performance Changes
Comparing Footnotes
|
joshthoward
approved these changes
Apr 10, 2026
730df77 to
312fda3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Format ai.d.ts with prettierRemoved from PRruninterface to use overloads -- easier to read and easier to split input/output typesRemove per-model AsyncBatch types and use a newRemoved from PRrunoverload -- decrease the file size and improve types when not using batch