chore(runtime, registry): update Codex client version and GPT-5.3 model creation date

This commit is contained in:
Luis Pater
2026-02-13 12:47:48 +08:00
parent b3ccc55f09
commit ae1e8a5191
2 changed files with 4 additions and 4 deletions

View File

@@ -745,11 +745,11 @@ func GetOpenAIModels() []*ModelInfo {
{
ID: "gpt-5.3-codex-spark",
Object: "model",
Created: 1770307200,
Created: 1770912000,
OwnedBy: "openai",
Type: "openai",
Version: "gpt-5.3",
DisplayName: "GPT 5.3 Codex Spark",
DisplayName: "GPT 5.3 Codex Spark",
Description: "Ultra-fast coding model.",
ContextLength: 128000,
MaxCompletionTokens: 128000,