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

chore: add OpenAI gpt-4o-mini and o1 models #4311

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

louis-jan
Copy link
Contributor

@louis-jan louis-jan commented Dec 21, 2024

Describe Your Changes

OpenAI o1 - max outputs: 16384
81676

OpenAI 4o-mini - max outputs: 100000
CleanShot 2024-12-21 at 11 54 20@2x

Fixes Issues

  • Closes #
  • Closes #

Changes made

The code changes in the models.json file involve the addition of two new models:

  1. OpenAI GPT 4o-mini:

    • URL: https://openai.com
    • ID: gpt-4o-mini
    • Object: model
    • Name: OpenAI GPT 4o-mini
    • Version: 1.1
    • Description: "GPT-4o mini (“o” for “omni”) is a fast, affordable small model for focused tasks."
    • Format: api
    • Settings: {"vision_model": true}
    • Parameters: {"max_tokens": 16384, "temperature": 0.7, "top_p": 0.95, "stream": true, "stop": [], "frequency_penalty": 0, "presence_penalty": 0}
    • Metadata: {"author": "OpenAI", "tags": ["General"]}
    • Engine: openai
  2. OpenAI o1:

    • URL: https://openai.com
    • ID: o1
    • Object: model
    • Name: OpenAI o1
    • Version: 1.0
    • Description: "OpenAI o1 is a new model with complex reasoning"
    • Format: api
    • Settings: {}
    • Parameters: {"max_tokens": 100000, "temperature": 1, "top_p": 1, "stream": true, "frequency_penalty": 0, "presence_penalty": 0}
    • Metadata: {"author": "OpenAI", "tags": ["General"]}
    • Engine: openai

@github-actions github-actions bot added the type: chore Maintenance, operational label Dec 21, 2024
Copy link
Contributor

Barecheck - Code coverage report

Total: 68.59%

Your code coverage diff: 0.00% ▴

✅ All code changes are covered

Copy link
Contributor

This is the build for this pull request. You can download it from the Artifacts section here: Build URL.

@imtuyethan imtuyethan added this to the v0.5.12 milestone Dec 21, 2024
@louis-jan louis-jan merged commit 5163e12 into main Dec 21, 2024
21 checks passed
@louis-jan louis-jan deleted the chore/add-openai-gpt4o-mini-and-o1-models branch December 21, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Maintenance, operational
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants