-
Notifications
You must be signed in to change notification settings - Fork 295
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
Options when you do not have model access to o1 yet #17
Comments
OpenRouter is a platform that allows you to access OpenAI's models, including o1 and o1-preview, without having to pay the cumulative sum of $1000. |
See this PR, the o1-eng_OR.py file is setup to access the OpenRouter API endpoint for instant access to o1 models. All you'll need to do is add your OpenRouter API key. |
Thank you.. your PR basically changes these lines: MODEL = "openai/o1-mini" Initialize the OpenAI client for OpenRouter endpointclient = OpenAI( |
Also at the >>'s below:
|
Hello,
I understand if you top up your openai API account with a cumulative sum of 1000 USD you have access to o1 and o1-preview immediately. So many developers interested in this fine script will hit a roadblock here.
I would suggest to add a few lines to explain how to get o1 access via a provider like openrouter, or other ones that are good and work.
Thank you.
Cheers
The text was updated successfully, but these errors were encountered: