Guide
Function Calling
Pass tool definitions to compatible models and execute tool calls in your own application.
Base
https://api.lingapi.ai
Quick checklist
- Confirm the selected model supports this capability.
- Send a minimal request before enabling the feature in production.
- Verify usage, billing, and error handling in the console.
How to use it
Validate tool arguments before executing business logic.
Safety checks
Keep retries bounded, record request ids, and make user-facing workflows resilient to provider-side failures.
Example
Example
curl https://api.lingapi.ai/v1/models \ -H "Authorization: Bearer <YOUR_API_KEY>"