Activity
Mon
Wed
Fri
Sun
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Owned by Dariusz

AW
AI w Biznesie

1 member • Free

Memberships

Early AI-dopters

629 members • $49/m

AI Architects Pro

26 members • $1,000

AI Ranking (FREE)

6.5k members • Free

Startuj.AI

3.7k members • Free

AI SEO Academy

2.5k members • Free

CT
Cyfrowi Twórcy

584 members • Free

The Ai Agency - Free Resources

731 members • Free

AI Money Lab

28.1k members • Free

n8n KI Agenten

8.2k members • Free

3 contributions to AI Marketing
Kimi K2 Quickstart guide
Kimi is great for tons of marketing tasks... Kimi K2 QuickStart How to get the most out of models like Kimi K2. Suggest Edits Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model developed by Moonshot AI. It's a 1 trillion total parameter model (32B activated) that is currently the best non-reasoning open source model out there. It was trained on 15.5 trillion tokens, supports a 128k context window, and excels in agentic tasks, coding, reasoning, and tool use. Even though it's a 1T model, at inference time, the fact that only 32 B parameters are active gives it near‑frontier quality at a fraction of the compute of dense peers. In this quick guide, we'll go over the main use cases for Kimi K2, how to get started with it, when to use it, and prompting tips for getting the most out of this incredible model. How to use Kimi K2 Get started with this model in 10 lines of code! The model ID is moonshotai/Kimi-K2-Instruct and the pricing is $1 for input tokens and $3 for output tokens. Python TypeScript from together import Together client = Together() resp = client.chat.completions.create( model="moonshotai/Kimi-K2-Instruct", messages=[{"role":"user","content":"Code a hacker news clone"}], stream=True, ) for tok in resp: print(tok.choices[0].delta.content, end="", flush=True) Use cases Kimi K2 shines in scenarios requiring autonomous problem-solving – specifically with coding & tool use: Agentic Workflows: Automate multi-step tasks like booking flights, research, or data analysis using tools/APIs Coding & Debugging: Solve software engineering tasks (e.g., SWE-bench), generate patches, or debug code Research & Report Generation: Summarize technical documents, analyze trends, or draft reports using long-context capabilities STEM Problem-Solving: Tackle advanced math (AIME, MATH), logic puzzles (ZebraLogic), or scientific reasoning Tool Integration: Build AI agents that interact with APIs (e.g., weather data, databases). Prompting tips
2 likes • Jul 16
Hi @Ray Merlin. I think it would be useful to have in the community an up-to-date list of available AI models with prices and the best use cases . What do you think about this?
How to use gpt-image-1 model to automatically generate graphics.
Hi. If anyone wants to use the new OpenAI graphics generation model in make.com, here's how. I hope it will be useful. 🙂 Of course, you need to put your own API key, the prompt and the resolution (only available: 1024x1024, 1536x1024 (landscape), 1024x1536 (portrait), or auto).
1
0
How to use gpt-image-1 model to automatically generate graphics.
Manus access codes
Hi. If anybody is interested, I have an access code to share.
1 like • Apr 13
@Ray Merlin I don't know. I got access after a couple of weeks of waiting and an immediate access code to share.
0 likes • Apr 25
@Juan José Hernández Here's the link: https://manus.im/invitation/LFRADQJFAJGCT
1-3 of 3
Dariusz Ciesielski
2
11points to level up
@dariusz-ciesielski-8541
Marketingowiec

Active 6h ago
Joined Mar 21, 2025
Powered by