Skip to content

Commit

Permalink
Update pricing numbers for gpt-4o-mini-2024-07-18 (SWE-agent#703)
Browse files Browse the repository at this point in the history
* fix mini pricing

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
JoshuaPurtell and pre-commit-ci[bot] authored Aug 10, 2024
1 parent 3d2ad7f commit 1525e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sweagent/agent/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ class OpenAIModel(BaseModel):
},
"gpt-4o-mini-2024-07-18": {
"max_context": 128_000,
"cost_per_input_token": 5e-06,
"cost_per_output_token": 15e-06,
"cost_per_input_token": 1.5e-07,
"cost_per_output_token": 6e-07,
},
}

Expand Down

0 comments on commit 1525e9e

Please sign in to comment.