CATCH #1292
DETECTED SEP 10, 2026 18:24 UTC
THE CATCHscore 10/10
EXHIBIT 1292 · FLASH
Sep 10, 2026 18:24 UTC
npm+pypi
openai
OpenAI's latest SDK update (7.14.0) hints at a new `gpt-live-1` model and introduces detailed configurations for file search, code interpreter tools, and a new `ranker` option.
✓ VERIFIED — BEAT THE ANNOUNCEMENT BY 0.0H · AUTO-VERIFIED AGAINST OPENAI NEWS
READY TO POST:
openai's new sdk update just dropped with mentions of `gpt-live-1`! could this be a real-time interaction model coming soon?
devs, check out the openai 7.14.0 sdk. it includes more granular control over file search chunking and overlap, plus a new `ranker` option. interesting stuff for tool users!
EVIDENCE — the receipts
[MERGED across 2 sources: npm, pypi]
shared signal: gpt-4o-2024-08-06, gpt-live-1
--- npm :: openai ---
openai 7.13.0 -> 7.14.0: +834 strings, -3651 strings, 55 flagged as interesting
[model_id] (1)
+ gpt-live-1
[sentence] (54)
+ ${name} must be a finite number between 0 and ${MAX_TIMEOUT_MS}
+ *
* 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';
}
interface Static {
static: Static.Static;
caught by the 20-minute sweep ·
the live wire · all receipts