Models round conversions and mix up dimensions; this converts exactly against a real unit registry.
Developer Tools
Converts values between units of measurement and lists available units by category. Covers length, weight, volume, temperature, speed, data size, and more. Runs locally with no charge.
You need an exact unit conversion the model should not approximate.
Currency conversion (use currency) or plain arithmetic (use calc).
information
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/units/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"How many miles is 10 kilometers?"}}'Example requests