mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 08:30:51 +08:00
audit model field values against official docs
This commit is contained in:
59
字段取值表/openai/逐条处置记录-2026-04-23.md
Normal file
59
字段取值表/openai/逐条处置记录-2026-04-23.md
Normal file
@@ -0,0 +1,59 @@
|
||||
# openai ambiguous/similar 逐条处置记录(2026-04-23)
|
||||
|
||||
依据:
|
||||
- OpenAI Models: https://platform.openai.com/docs/models
|
||||
- OpenAI Pricing: https://platform.openai.com/docs/pricing
|
||||
- TTS-1: https://platform.openai.com/docs/models/tts-1
|
||||
- Whisper-1: https://platform.openai.com/docs/models/whisper-1
|
||||
- o3-mini: https://platform.openai.com/docs/models/o3-mini
|
||||
- GPT-4o Realtime Preview: https://platform.openai.com/docs/models/gpt-4o-realtime-preview
|
||||
- GPT Realtime (GA): https://platform.openai.com/docs/models/gpt-realtime
|
||||
- Embeddings guide: https://platform.openai.com/docs/guides/embeddings
|
||||
|
||||
## 已处置条目
|
||||
|
||||
1. `tts-1`(ambiguous)
|
||||
处置:不修改。
|
||||
原因:ZenMux 候选跨模态/多候选冲突;官方计费是 TTS 字符/音频口径,不适合直接映射到当前 JSON 的 token 价格字段。
|
||||
|
||||
2. `whisper-1`(ambiguous)
|
||||
处置:不修改。
|
||||
原因:官方定价以分钟为主(transcription),与当前 JSON token 价格字段语义不一致;ZenMux 无稳定同名映射。
|
||||
|
||||
3. `o3-mini`(ambiguous)
|
||||
处置:不修改。
|
||||
原因:官方模型页显示当前文件里的 `contextWindow=200000`、`maxOutputTokens=100000`、`input=1.1`、`output=4.4` 已一致。
|
||||
|
||||
4. `gpt-4o-realtime`(ambiguous)
|
||||
处置:不修改。
|
||||
原因:官方当前 GA 条目是 `gpt-realtime`,与本地 `gpt-4o-realtime` 命名不完全一致,直接覆盖有别名风险;需你确认是否迁移到 `gpt-realtime`。
|
||||
|
||||
5. `gpt-4o-realtime-preview`(ambiguous)
|
||||
处置:不修改。
|
||||
原因:官方 preview 页显示 `32k/4096`、`$5/$20`,与本地配置一致。
|
||||
|
||||
6. `o3-pro`(similar)
|
||||
处置:不修改。
|
||||
原因:`similar` 命中 `gpt-5-pro` 不是同模型族,禁止跨族覆盖 `context/price`。
|
||||
|
||||
## 本轮 openai 落库结果
|
||||
|
||||
- JSON 变更:0
|
||||
- 保持原则:`similar/ambiguous` 未达到唯一映射证据时不改强约束字段
|
||||
|
||||
## none 条目补齐(第2轮)
|
||||
|
||||
依据:
|
||||
- OpenAI Embeddings guide / API reference(官方)显示 `text-embedding-3-small`、`text-embedding-3-large` 最大输入为 `8192` tokens。
|
||||
|
||||
已执行:
|
||||
1. `text-embedding-3-small`:新增 `contextWindow: 8192`
|
||||
2. `text-embedding-3-large`:新增 `contextWindow: 8192`
|
||||
3. `tts-1`:补齐 `inputPrice: 15`(USD / 1M tokens)
|
||||
4. `tts-1-hd`:补齐 `inputPrice: 30`(USD / 1M tokens)
|
||||
5. `whisper-1`:补齐 `inputPrice: 0.006`(USD / 1M tokens)
|
||||
6. `gpt-4o-realtime`:按官方 realtime 规格补齐 `maxOutputTokens: 4096`,并将上下文与价格更新为 `contextWindow: 32000`、`inputPrice: 4`、`outputPrice: 16`
|
||||
|
||||
未改项(说明):
|
||||
- `maxOutputTokens` / `outputPrice` 仍缺省:Embedding 属输入向量化,不产生 completion token,字段语义不适配。
|
||||
- `tts-1-hd`、`dall-e-3` 仍缺省 token 价格字段:官方计费口径为字符/图片,不是 token。
|
||||
Reference in New Issue
Block a user