v3.3.0
Added file attachments (images and documents) as the preferred way to send files, and raised request limits.
Added
attachmentsonPOST /generate-questionsandPOST /follow-up: an array of{ "url", "mime_type", "name"? }with public HTTPS URLs. Images (image/jpeg,image/png,image/gif,image/webp) are sent as vision input; documents (application/pdf,.doc,.docx,text/plain) are read directly as source material. Up to 1,500 images and 50 documents per request; URLs must be HTTPS and ≤ 8,192 chars. Preferattachmentsover legacyimage_urls.
Changed
- Rate limit raised to 1,000 requests per minute per API key.
- Vision input limits raised: up to 1,500 image URLs, each up to 8,192 characters (legacy
image_urls).
Why
- Send PDFs, Word docs, and text files directly as question source material, instead of pre-extracting text.
- Higher limits support batch and document-heavy workloads.