We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug docker本地部署接入Ollama视觉模型gemma3:12b分析图片报错,报错信息如下: Error: 400 invalid image input at APIError.generate (/app/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/openai/error.js:45:20) at OpenAI.makeStatusError (/app/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/openai/core.js:299:33) at OpenAI.makeRequest (/app/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/openai/core.js:343:30) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async /app/node_modules/.pnpm/@langchain+openai@0.4.3_@langchain[email protected][email protected]/node_modules/@langchain/openai/dist/chat_models.cjs:1519:29 at async RetryOperation._fn (/app/node_modules/.pnpm/[email protected]/node_modules/p-retry/index.js:50:12)
To Reproduce Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):
Additional context docker desktop: 4.32.2
The text was updated successfully, but these errors were encountered:
@Ivory-Chan 看起来可能是 image 格式不兼容,你是 Openrouter 嘛
Sorry, something went wrong.
本地运行的ollama 0.6.2
No branches or pull requests
Describe the bug
docker本地部署接入Ollama视觉模型gemma3:12b分析图片报错,报错信息如下:
Error: 400 invalid image input
at APIError.generate (/app/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/openai/error.js:45:20)
at OpenAI.makeStatusError (/app/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/openai/core.js:299:33)
at OpenAI.makeRequest (/app/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/openai/core.js:343:30)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /app/node_modules/.pnpm/@langchain+openai@0.4.3_@langchain[email protected][email protected]/node_modules/@langchain/openai/dist/chat_models.cjs:1519:29
at async RetryOperation._fn (/app/node_modules/.pnpm/[email protected]/node_modules/p-retry/index.js:50:12)
To Reproduce
Steps to reproduce the behavior:
Screenshots

Desktop (please complete the following information):
Additional context
docker desktop: 4.32.2
The text was updated successfully, but these errors were encountered: