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

Use the most advanced gpt-4o to replce deprecating gpt-4-vision-preview #4

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

PeterDaveHello
Copy link
Contributor

Hi @zyocum,

Thanks for your great work on this amazing PDF to Markdown tool. I just tested it, and it's really awesome!

Because the GPT-4-Vision model is being deprecated, I've confirmed that gpt-4o can be directly used to replace it, it'll be great if this patch can be merged as the default model, it's more powerful with more competitive pricing and performance.

Pricing comparison:

  • gpt-4o $5.00 / 1M input tokens, $15 / 1M output tokens
  • gpt-4-vision-preview $10.00 / 1M input tokens, $30 / 1M output tokens

Deprecation info reference:

On June 6th, 2024, we notified developers using gpt-4-32k and gpt-4-vision-preview of their upcoming deprecations in one year and six months respectively. As of June 17, 2024, only existing users of these models will be able to continue using them.

It's more powerful with more competitive pricing and performance.

Pricing comparison:
- gpt-4o                $5.00 / 1M input tokens, $15 / 1M output tokens
- gpt-4-vision-preview $10.00 / 1M input tokens, $30 / 1M output tokens

Deprecation information reference:

> On June 6th, 2024, we notified developers using gpt-4-32k and
> gpt-4-vision-preview of their upcoming deprecations in one year and
> six months respectively. As of June 17, 2024, only existing users of
> these models will be able to continue using them.

- https://platform.openai.com/docs/deprecations/2024-06-06-gpt-4-32k-and-vision-preview-models
@PeterDaveHello PeterDaveHello changed the title Use the most advanced gpt-4o to replce deprecating gpt-4-vision-preview Use the most advanced gpt-4o to replce deprecating gpt-4-vision-preview Aug 3, 2024
@zyocum zyocum merged commit 93ef16b into zyocum:main Aug 6, 2024
@PeterDaveHello PeterDaveHello deleted the gpt-4o branch August 6, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants