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

[Feature]: Update 'gpt-4o-2024-11-20' cost #2983

Open
thuanlerenn opened this issue Nov 21, 2024 · 1 comment
Open

[Feature]: Update 'gpt-4o-2024-11-20' cost #2983

thuanlerenn opened this issue Nov 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@thuanlerenn
Copy link

The Feature

https://openai.com/api/pricing/

Motivation, pitch

.

Twitter / LinkedIn details

No response

@thuanlerenn thuanlerenn added the enhancement New feature or request label Nov 21, 2024
@KristofDeTroch
Copy link

I don't have rights to edit code, but here is the fix you guys should deploy

  {
    model: {
      operator: "equals",
      value: "gpt-4o-2024-11-20",
    },
    cost: {
      prompt_token: 0.0000025,
      completion_token: 0.00001,
    },
    showInPlayground: true,
  },

in costs/src/providers/openai/index.ts

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

No branches or pull requests

2 participants