|
1532 | 1532 | "openai/gpt-oss-120b": { |
1533 | 1533 | "format": "openai", |
1534 | 1534 | "flavor": "chat", |
1535 | | - "input_cost_per_mil_tokens": 0.15, |
1536 | | - "output_cost_per_mil_tokens": 0.6, |
| 1535 | + "input_cost_per_mil_tokens": 0.1, |
| 1536 | + "output_cost_per_mil_tokens": 0.5, |
1537 | 1537 | "input_cache_read_cost_per_mil_tokens": 0.075, |
1538 | 1538 | "displayName": "OpenAI GPT-OSS (120B)", |
1539 | 1539 | "reasoning": true, |
|
6873 | 6873 | "format": "openai", |
6874 | 6874 | "flavor": "chat", |
6875 | 6875 | "multimodal": true, |
6876 | | - "input_cost_per_mil_tokens": 1.25, |
6877 | | - "output_cost_per_mil_tokens": 2.5, |
| 6876 | + "input_cost_per_mil_tokens": 2, |
| 6877 | + "output_cost_per_mil_tokens": 6, |
6878 | 6878 | "input_cache_read_cost_per_mil_tokens": 0.2, |
6879 | 6879 | "displayName": "Grok 4.20 Reasoning (0309)", |
6880 | 6880 | "reasoning": true, |
6881 | | - "max_input_tokens": 1000000, |
| 6881 | + "max_input_tokens": 2000000, |
6882 | 6882 | "max_output_tokens": 2000000, |
6883 | 6883 | "available_providers": [ |
6884 | 6884 | "xAI" |
|
9884 | 9884 | "input_cache_read_cost_per_mil_tokens": 0.26, |
9885 | 9885 | "displayName": "GLM 5.1", |
9886 | 9886 | "reasoning": true, |
9887 | | - "max_input_tokens": 202752, |
9888 | | - "max_output_tokens": 128000, |
| 9887 | + "max_input_tokens": 202800, |
| 9888 | + "max_output_tokens": 202800, |
9889 | 9889 | "available_providers": [ |
9890 | 9890 | "fireworks" |
9891 | 9891 | ] |
|
0 commit comments