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

Added gtp-4o-latest #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joaomrcarvalho
Copy link

No description provided.

Comment on lines +25 to +34
"max_tokens": 4096,
"max_input_tokens": 128000,
"max_output_tokens": 4096,
"input_cost_per_token": 0.0000025,
"output_cost_per_token": 0.00001,
"litellm_provider": "openai",
"mode": "chat",
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_vision": true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't match with what I see in OpenAI's docs. The max tokens seems to be 16384 and not 4096 and the cost also doesn't match ($5 per million input tokens). https://platform.openai.com/docs/models/gpt-4o

Where did you get this data from?

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

Successfully merging this pull request may close these issues.

2 participants