Welcome to ServiceTitan GenAI!
We provide access to industry-leading generative AI APIs.
We provide access to industry-leading generative AI APIs.

Our APIs can be used for mission-critical systems.
Our APIs support multiple teams at ServiceTitan.
Titans trust us.
We are the GenAI team at ServiceTitan. We provide a platform to partner teams at ServiceTitan working on generative AI applications.
Slack Channel: #genai
Confluence Page: https://servicetitan.atlassian.net/wiki/spaces/DS/pages/2537754677/GenAI


The snippet to the right shows an example of a call made to the GenAI API.
In this case our base URL is "https://genai-1.azure-api.net". We are calling the OpenAI "completions" endpoint and for deployment id "text-davinci".
The request body payload contains the prompt and max_tokens parameters.
You might need to modify the URL and payload depending on your use case. If you have any questions, please reach out to the #genai Slack Channel.
POST https://genai-1.azure-api.net/openai/deployments/text-davinci/completions HTTP/1.1
{
"prompt": "Once upon a time",
"max_tokens": 50,
}
Powered by Azure API Management.