If your assistant supports the Model Context Protocol, Run MCP is usually a better fit than fetching these files: it can search models and check schemas on demand rather than loading a whole document.
The Surfaces
Per-Model Schemas
The highest-value surface for an agent mid-task is the per-model file. Append/llms.txt to the model page URL, fal.ai/models/<endpoint-id> — not to a /playground or /api variant of it:
Reading a Documentation Page as Markdown
Any documentation page can be fetched as Markdown by appending.md to its URL:
Suggested Order
- Start at fal.ai/llms.txt to learn what the platform does and which models fit the task.
- Find a specific model in the model gallery or the documentation index.
- Fetch that model’s
llms.txtfor the exact schema, then call it using the client setup guide.