Supported Providers
- OpenAI
- Vertex AI
- Anthropic
Provider Specific Extra Headers
When making requests, you’ll need to specify provider-specific headers based on which LLM provider you’re using. Choose your provider:1. Upload File
Use this to upload files for usage with Batch or Assistants APIs.- Max individual file size: 512 MB
- Max org-wide storage: 100 GB
- For Batch API: only
.jsonl, max 200 MB - For Assistants API: up to 2M tokens
2. List Files
Returns a list of files3. Retrieve File
Returns information about a specific file.4. Delete File
Delete a file permanently5. Retrieve File Content
Returns the contents of the specified file.Anthropic: Retrieve File Content works only for files created by skills or the code execution tool. Files you upload via the Files API cannot be downloaded.