Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
4 tools available
DeepSeek provides a range of AI products and services, including a chatbot, a search engine, and a language model.
Connect DeepSeek to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call DeepSeek's 4 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every DeepSeek action below is a callable tool any Definable persona can invoke.
Tool to create a model response using DeepSeek's Anthropic-compatible API format with support for system prompts, tool calling, streaming, and thinking mode. Use when you need to generate chat completions using the Anthropic Messages API format. Requires base_url='https://api.deepseek.com/anthropic' or metadata base_url ending with '/anthropic'. Supports extended thinking, function calling with tools, and streaming responses. Note: Images and documents are not supported in content blocks.
Tool to create a chat completion using DeepSeek models (deepseek-chat or deepseek-reasoner). Use when you need to generate AI responses to chat conversations. Supports streaming, tool/function calling, and various parameters to control generation behavior (temperature, max_tokens, etc.).
Tool to get user's current account balance including granted and topped-up balances with detailed breakdown by currency (CNY or USD). Use when you need to check if the user has sufficient balance for API calls or to view detailed balance information.
Tool to list currently available DeepSeek models and provides basic information about each one such as the owner and availability. Use when you need to discover which models are available for API calls.
Anything DeepSeek exposes through its API. Common ai models workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 4 DeepSeek tools directly, then chain the result into another integration without you writing code.
DeepSeek 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 4 DeepSeek tools. You only need a separate DeepSeek subscription if DeepSeek itself charges per seat or per API call.
Every call from a persona to DeepSeek 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 DeepSeek, and connect via OAuth or API key. You can immediately attach DeepSeek to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 4 DeepSeek actions as callable tools — including `Create Anthropic Message`, `Create Chat Completion`, `Get User Balance`, plus 1 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.