Function Calling (experimental)
Generate function calls based on user queries
Please note that this is a research preview of our function calling model
Overview
Fastino’s Function Calling model enables natural language execution of structured API calls based on user-defined schemas. This model interprets intent from freeform input and returns arguments for one or more functions in a machine-executable format. It supports multiple endpoints, nested parameters, and is ideal for building task-oriented virtual agents, workflow automation, or natural language interfaces over structured APIs.
Example Use Cases
Conversational agents for customer support, service scheduling, or e-commerce
Executing booking or reservation flows via natural language
Smart form filling from unstructured queries
Multistep workflow triggering in enterprise systems
Extracting function-ready arguments for backend automation
Usage
Notes
Each entry in the parameters array corresponds to a callable function with a name, description, and typed schema.
The model returns a list of invocations with populated parameters when a matching intent is detected.
Function names must be unique.
Ideal for integrating with JSON-RPC, OpenAPI, or LangChain tool call workflows.
Let me know if you’d like a matching Markdown version or landing page variant.
Last updated