Just now.buttonIt's official, Buckle is available for all users and has support for theDeepSeek R1/V3 models are used for a free experience.
DeepSeek-R1 model
The model thinks deeply through the chain of thought before generating the final response.
Free to use, limited to 20 conversations/day per user. For more conversations, you can turn on Buckle Pro and create a model inference access point for DeepSeek-R1, billed per Token usage.
DeepSeek-V3 model
The model has enhanced language comprehension and generation capabilities.
Free to use, limited to a maximum of 50 conversations/day per user.
DeepSeek-R1-Distill-Qwen-7B
Built through the inference distillation technique of the DeepSeek-R1 660B model. Excels in complex tasks such as mathematical reasoning and code generation, with particular expertise in multi-step derivation and cross-domain problem solving.
Free to use, limited to a maximum of 100 conversations/day per user.
DeepSeek-R1-Distill-Qwen-32B
Built through the inference distillation technique of the DeepSeek-R1 660B model; it excels in complex tasks such as mathematical inference and code generation, and is especially good at multi-step derivation and cross-domain problem solving, with several metrics exceeding OpenAI o1-mini.
Free to use, limited to a maximum of 80 conversations/day per user.
If you don't know how to useAgentIf you just want to experience DeepSeek, you can follow this method and simply configure it.
go intoBuckle official website, add a new intelligent body.
Creating intelligences is fine.
Just name it whatever you want.
Then the model selection DeepSeek R1 or any other DeepSeek model will do.
Nothing else needs to be configured to ask questions in the right panel, and as you can see from the debugging details on the right, the DeepSeek R1 model is indeed used.
The above is a basic instruction, mainly for some of you who have never used buckles.
Well, let's try to make a smart body with Button Coze + DeepSeek that can generate pop-ups in one click!Short VideoText.
initial step
Create a new workflow, then after the start node, insert a large model node, which can be named "Link Extraction". The purpose is to extract the short video links output by users.
- Hint word: Extract the links in the string, keeping only the link part.
second step
After the link extraction node, insert a plugin node, this plugin is called: link extraction
Link: https://www.coze.cn/store/plugin/7329410795979161663
This plugin is a web content crawler. It is able to return the raw content of a web page, including title, content, links, etc., and it can also filter and parse this content.
third step
The content extracted back by the plugin may have some useless content, so you can add a big model node to accurately extract the original copy out.
Tips:
# Role
You're an accurate text analyst, able to quickly analyze text and extract the copy in it while keeping the original text intact.
## Skills
### Skill 1: Accurately identify content
Accurately return the corresponding headlines, and copy.
The content of [title] in the content corresponds to the title
The content of [Video ASR Text] in the content corresponds to the main text
Output format:
Title: xxxx
Text: xxxx
### Skill 2: Body Content Recognition
The body of the text eliminates elements such as title, time of publication, author, etc.
To save on the number of times DeepSeek is used, the beanbag model can be used here.
fourth step
Rewrite the new pop-up copy with DeepSeek, insert a new node, and rewrite the original copy with DeepSeek.
For example, if I'm going to make short oral videos, I'll use DeepSeek short video-specific cue words.
Please rewrite a new copy based on the short video copy provided according to the pop-up structure, modularized and the copy must contain four modules.
Module 1: Hook Starters, Capturing the Audience's Attention with a Sentence
The second module: pain point resonance, so that the user instantly generates a sense of empathy
The third module: to solutions, must give solutions, to the audience to feel that you are reliable
Module 4: To lead your audience to give you some attention and even pay you for it
Eventually, please just output the complete new copywriting
Just output the output at the end.
This is the complete workflow:
Let's take a final look at the results, above is a link to a short video I found on Shakeology.
The intelligent body then directly extracts the original text with a single click and rewrites a new pop-up copy.
Doing traffic with DeepSeek has really gotten easier.
Did you learn?