Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GPT-4o-2024-08-06 model to spice/models.py with updated costs
This commit adds the new GPT-4o-2024-08-06 model to the `spice/models.py` file. The new model supports Structured Outputs and has reduced costs compared to previous versions. Specifically, the input cost is reduced to 250 (from 500) and the output cost is reduced to 1000 (from 1500). Additionally, the model supports a maximum output of 16,384 tokens. Changes made: 1. Added a new `TextModel` instance for GPT-4o-2024-08-06. 2. Updated the comment for the existing GPT-4o model to reflect that it currently points to gpt-4o-2024-05-13.
- Loading branch information