Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "gpt-4o" entry in "model_prices_and_context_window.json" #7510

Open
Megoy-Tambayan opened this issue Jan 3, 2025 · 3 comments
Open

Fix "gpt-4o" entry in "model_prices_and_context_window.json" #7510

Megoy-Tambayan opened this issue Jan 3, 2025 · 3 comments

Comments

@Megoy-Tambayan
Copy link

"gpt-4o": {
"max_tokens": 16384,
"max_input_tokens": 128000,
"max_output_tokens": 16384,
"input_cost_per_token": 0.0000025,
"output_cost_per_token": 0.000010,
"input_cost_per_token_batches": 0.00000125,
"output_cost_per_token_batches": 0.00000500,
"cache_read_input_token_cost": 0.00000125,
"litellm_provider": "openai",
"mode": "chat",
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_response_schema": true,
"supports_vision": true,
"supports_prompt_caching": true,
"supports_system_messages": true
},

We also need to update model_prices_and_context_window_backup.json.

@krrishdholakia
Copy link
Contributor

what's the error? @Megoy-Tambayan

@Megoy-Tambayan
Copy link
Author

Megoy-Tambayan commented Jan 3, 2025 via email

@krrishdholakia
Copy link
Contributor

if there's no error can we close this ticket? @Megoy-Tambayan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants