OpenRouterTeam / openrouter-runner

Inference engine powering open source models on OpenRouter
https://openrouter.ai
MIT License
517 stars 49 forks source link

Inquiry on Direct PDF Summarization Capability with OpenRouter #89

Closed KGZaker closed 4 months ago

KGZaker commented 5 months ago

Hi, thanks for providing such a useful platform. I’m a new user but already a big fan of OpenRouter.

In my routine operations, I aim to utilize OpenAI’s model (by OpenRouter) to assist in summarizing PDF files. I was wondering if there is a way to let these models analyze files directly only by using API (like OpenAI or Claude which can allow us upload files first and then summaries it directly, eg: https://platform.openai.com/docs/api-reference/files/create), instead of using some preprocessing package (like PyMuPDF) to extract contents from pdf at first.