mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 19:05:11 +00:00
Tested max 8kx8k images per provider: - Anthropic: 100 (explicit limit, fails at 101) - OpenAI: 100-200 (100 works, 200 times out) - Mistral: 8 (explicit limit, fails at 9) - xAI: 100-150 (100 works, 150 times out) - Groq: 0 (8k exceeds 33M pixel limit) - zAI: 400 (context window limited at 500) - OpenRouter: 40 (context window limited at 50) - Gemini: untested (no API key in test env) Key finding: Anthropic's 'many images' rule does NOT cause API errors. 100 x 8kx8k images work fine. Anthropic likely auto-resizes internally. Related to #120 |
||
|---|---|---|
| .. | ||
| data | ||
| abort.test.ts | ||
| agent.test.ts | ||
| context-overflow.test.ts | ||
| copilot-initiator.test.ts | ||
| empty.test.ts | ||
| google-thought-signature.test.ts | ||
| handoff.test.ts | ||
| image-limits.test.ts | ||
| image-tool-result.test.ts | ||
| mistral-debug.test.ts | ||
| mistral-empty-assistant.test.ts | ||
| mistral-sdk.test.ts | ||
| stream.test.ts | ||
| tokens.test.ts | ||
| tool-call-without-result.test.ts | ||
| tool-validation.test.ts | ||
| total-tokens.test.ts | ||
| unicode-surrogate.test.ts | ||
| xhigh.test.ts | ||