返回 CodeWhale
codex_models_cache.json
根目录 / crates / tui / tests / fixtures / codex_models_cache.json
1 {
2 "client_version": "test-client",
3 "etag": "test-etag",
4 "fetched_at": "2030-01-02T03:04:05Z",
5 "models": [
6 {
7 "slug": "gpt-test-secondary",
8 "display_name": "GPT Test Secondary",
9 "priority": 20,
10 "context_window": 128000,
11 "supports_parallel_tool_calls": false,
12 "supported_reasoning_levels": [{"effort": "medium"}],
13 "visibility": "list",
14 "supported_in_api": true,
15 "base_instructions": "ignored by CodeWhale"
16 },
17 {
18 "slug": "gpt-test-primary",
19 "display_name": "GPT Test Primary",
20 "priority": 10,
21 "context_window": 372000,
22 "supports_parallel_tool_calls": true,
23 "supported_reasoning_levels": [{"effort": "high"}],
24 "visibility": "list",
25 "supported_in_api": true,
26 "base_instructions": "ignored by CodeWhale"
27 },
28 {
29 "slug": "codex-test-review",
30 "display_name": "Codex Test Review",
31 "priority": 30,
32 "context_window": 272000,
33 "supports_parallel_tool_calls": true,
34 "supported_reasoning_levels": [{"effort": "medium"}],
35 "visibility": "hide",
36 "supported_in_api": true,
37 "base_instructions": "ignored by CodeWhale"
38 }
39 ]
40 }
41
41 lines JSON