CATCH #779
DETECTED AUG 17, 2026 20:13 UTC
THE CATCHscore 10/10
EXHIBIT 779 · FLASH
Aug 17, 2026 20:13 UTC
npm
openai
OpenAI's 7.5.0 npm package hints at upcoming gpt-5.5 and gpt-5.6 models, along with new file search and code interpreter tool capabilities, and detailed chunking options for file search.
✓ VERIFIED — BEAT THE ANNOUNCEMENT BY 6.3H · AUTO-VERIFIED AGAINST OPENAI NEWS
READY TO POST:
openai's latest npm package (v7.5.0) just dropped some intriguing new model IDs: gpt-5.5-2026-04-23, gpt-5.5-pro-2026-04-23, and gpt-5.6-cyber. new models incoming?
looks like openai is expanding tool capabilities in v7.5.0 with deeper controls for file search, including chunk_overlap_tokens and max_chunk_tokens. also, a new 'ranker' option.
EVIDENCE — the receipts
openai 7.4.0 -> 7.5.0: +835 strings, -2818 strings, 81 flagged as interesting
[model_id] (3)
+ gpt-5.5-2026-04-23
+ gpt-5.5-pro-2026-04-23
+ gpt-5.6-cyber
[sentence] (78)
+ ${safeErrorValue(event.error.message)} code=${safeErrorValue(event.error.code)} param=${safeErrorValue(event.error.param)} type=${safeErrorValue(event.error.type)} event_id=${safeErrorValue(event.error.event_id)}
+ *
* We emit events whenever a new object is created, transitions to a new state, or
* is being streamed in parts (deltas). For example, we emit
+ * ranker.
*/
ranker?: 'auto' | 'default_2024_08_21';
}
}
}
export interface FunctionTool {
function: Shared.FunctionDefinition;
/**
* The type of tool being defined:
+ */
type: 'code_interpreter';
}
export interface FileSearchTool {
/**
* The type of tool being defined:
+ */
type: 'file_search';
/**
* Overrides for the file search tool.
*/
file_search?: FileSearchTool.FileSearch;
}
export declare namespace FileSearchTool {
/**
* Overrides for the file search tool.
*/
interface FileSearch {
/**
* The maximum num
+ */
type: 'code_interpreter';
}
export interface FileSearchTool {
/**
* The type of tool being defined:
+ */
type: 'file_search';
/**
* Overrides for the file search tool.
*/
file_search?: FileSearchTool.FileSearch;
}
export namespace FileSearchTool {
/**
* Overrides for the file search tool.
*/
export interface FileSearch {
/**
* The maximum number of results the file s
+ .
*
* Note that the overlap must not exceed half of
+ .
*/
chunk_overlap_tokens: number;
/**
* The maximum number of tokens in each chunk. The default value is
+ .
*/
type: 'auto';
caught by the 20-minute sweep ·
the live wire · all receipts