mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-18 20:30:51 +08:00
chore(runtime, registry): update Codex client version and GPT-5.3 model creation date
This commit is contained in:
@@ -745,11 +745,11 @@ func GetOpenAIModels() []*ModelInfo {
|
|||||||
{
|
{
|
||||||
ID: "gpt-5.3-codex-spark",
|
ID: "gpt-5.3-codex-spark",
|
||||||
Object: "model",
|
Object: "model",
|
||||||
Created: 1770307200,
|
Created: 1770912000,
|
||||||
OwnedBy: "openai",
|
OwnedBy: "openai",
|
||||||
Type: "openai",
|
Type: "openai",
|
||||||
Version: "gpt-5.3",
|
Version: "gpt-5.3",
|
||||||
DisplayName: "GPT 5.3 Codex Spark",
|
DisplayName: "GPT 5.3 Codex Spark",
|
||||||
Description: "Ultra-fast coding model.",
|
Description: "Ultra-fast coding model.",
|
||||||
ContextLength: 128000,
|
ContextLength: 128000,
|
||||||
MaxCompletionTokens: 128000,
|
MaxCompletionTokens: 128000,
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
codexClientVersion = "0.98.0"
|
codexClientVersion = "0.101.0"
|
||||||
codexUserAgent = "codex_cli_rs/0.98.0 (Mac OS 26.0.1; arm64) Apple_Terminal/464"
|
codexUserAgent = "codex_cli_rs/0.101.0 (Mac OS 26.0.1; arm64) Apple_Terminal/464"
|
||||||
)
|
)
|
||||||
|
|
||||||
var dataTag = []byte("data:")
|
var dataTag = []byte("data:")
|
||||||
|
|||||||
Reference in New Issue
Block a user