> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # FileResponse A stored file. The shape is negotiated per request — see the endpoint description. ## Supported Types ### `components.AnthropicFile` ```python theme={null} value: components.AnthropicFile = /* values here */ ``` ### `components.OpenAIFile` ```python theme={null} value: components.OpenAIFile = /* values here */ ``` ### `components.OpenRouterFile` ```python theme={null} value: components.OpenRouterFile = /* values here */ ```