莫塔社区有趣的 AI 应用

魔塔社区

魔塔社区速递

好玩工具

Ultralytics YOLO11来啦!更快!更强!

CoCube——桌面级AI教育机器人

魔塔API

1
pip install openai
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
from openai import OpenAI

client = OpenAI(
api_key="de4a6d78-e8c0-480a-8dd1-68d173978d54", # ModelScope Token
base_url="https://api-inference.modelscope.cn/v1/"
)


response = client.chat.completions.create(
model="LLM-Research/Llama-3.3-70B-Instruct", # ModleScope Model-Id
messages=[
{
'role': 'system',
'content': 'You are a helpful assistant.'
},
{
'role': 'user',
'content': '用python写一下快排'
}
],
stream=True
)

for chunk in response:
print(chunk.choices[0].delta.content, end='', flush=True)

MinerU

一款全能、开源的文档与网页数据提取工具,致力于简化AI数据处理流程。不仅能将混合了图片、表格、公式等在内的多模态PDF文档精准转化为清晰、易于分析的Markdown格式;还能从包含广告等各种干扰信息的网页中快速解析、抽取正式内容;同时支持epub、mobi、docx等多种格式批量转化为Markdown。

麦橘写实

网站可以自定下载 Stable Diffusion 模型

字节:Hyper-SD

模型导航

字节:hugging face