co-mono/packages/ai/test
Mario Zechner 043a8416b0 Update image limits test with comprehensive 8k stress test results
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
2025-12-16 23:01:46 +01:00
..
data feat(ai): Add image input tests for vision-capable models 2025-08-30 18:37:17 +02:00
abort.test.ts Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
agent.test.ts Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
context-overflow.test.ts Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
copilot-initiator.test.ts Add X-Initiator header for GitHub Copilot (#200) 2025-12-16 14:05:22 +01:00
empty.test.ts Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
google-thought-signature.test.ts Release v0.7.17 2025-11-18 17:49:12 +01:00
handoff.test.ts Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
image-limits.test.ts Update image limits test with comprehensive 8k stress test results 2025-12-16 23:01:46 +01:00
image-tool-result.test.ts Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
mistral-debug.test.ts Fix branch selector for single message and --no-session mode 2025-12-10 22:41:32 +01:00
mistral-empty-assistant.test.ts Fix Mistral 400 errors after aborted assistant messages 2025-12-10 21:13:33 +01:00
mistral-sdk.test.ts Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
stream.test.ts Read GitHub Copilot token from oauth.json in test 2025-12-15 19:16:08 +01:00
tokens.test.ts Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
tool-call-without-result.test.ts Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
tool-validation.test.ts Add image support in tool results across all providers 2025-11-12 10:45:56 +01:00
total-tokens.test.ts Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
unicode-surrogate.test.ts Add Mistral as AI provider 2025-12-10 20:36:19 +01:00
xhigh.test.ts Add xhigh thinking level for OpenAI codex-max models 2025-12-08 21:12:54 +01:00