Multi-provider routing
- Persona decides which model fits
- Calls this provider when its strengths apply
- Falls back to alternatives on rate-limits
13 tools available
Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.
Connect Tisane to Definable to route to the best model per task, mix providers in one workflow, fall back on rate-limits. Personas call Tisane's 13 tools directly from chat or scheduled flows. Add it to your persona's available models and route requests to it where it fits best.
Every Tisane action below is a callable tool any Definable persona can invoke.
Tool to analyze input text for detailed NLU insights. Use after preparing text when you need to detect sentiment, entities, topics, and other linguistic features.
Tool to calculate semantic similarity between two text fragments. Use when you need a numeric similarity score (0-1) for two texts.
Tool to compare two compound named entities and identify differences. Currently only supports person entity type. Use when you need to determine if two person names refer to the same individual or identify specific differences.
Tool to detect the language of the provided text. Use when you need to identify the language code.
Tool to extract raw text from markup content. Use when cleaning HTML, CSS, JS, or JSON to get pure decoded text. Use after confirming the input is UTF-8 text; this does not process binary content.
Tool to fetch metadata for a family from Tisane language models, including definition, description, hypernyms, and external references (Wikidata, WordNet). Use when you need detailed information about a specific family concept by its numeric identifier.
Tool to list all languages supported by the API. Use when needing to discover available languages for text analysis or processing. Call before submitting text to ensure support.
Tool to list feature values for a particular category such as entity types, subtypes, abuse types, and tags. Use when you need to discover valid values for a specific feature category before analysis or filtering.
Tool to list all hypernyms related to a family. A hypernym is a parent concept (e.g., vehicle is a hypernym of truck). Use when you need to understand the conceptual hierarchy or broader categories for a given family ID.
Tool to list all hyponyms related to a family. A hyponym is a child concept (e.g., 'truck' is a hyponym of 'vehicle'). Use when you need to discover more specific concepts within a semantic family.
Tool to retrieve inflected forms of a specified lexeme within a given language family. Use when you need to get all grammatical variants of a word.
Tool to fetch all senses (meanings) related to a word. Use when you need to explore word definitions, families, features, and lemma information for linguistic analysis.
Tool to translate or paraphrase text. Use when you need to convert content between languages or paraphrase within the same language.
Anything Tisane exposes through its API. Common artificial intelligence workflows on Definable include route to the best model per task, mix providers in one workflow, fall back on rate-limits. Personas can call any of the 13 Tisane tools directly, then chain the result into another integration without you writing code.
Tisane uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 13 Tisane tools. You only need a separate Tisane subscription if Tisane itself charges per seat or per API call.
Every call from a persona to Tisane is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Tisane, and connect via OAuth or API key. You can immediately attach Tisane to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 13 Tisane actions as callable tools — including `Analyze Text`, `Calculate Semantic Similarity`, `Compare Entities`, plus 10 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.