正在加载视频...

视频加载失败

The Llama app for Mac now comes with a simple request builder for llama.cpp's REST API

20,308 次观看 • 12 天前 •via X (Twitter)

12 条评论

Venkat Mamilla 的头像
Venkat Mamilla12 天前

much needed add-on

Sez 的头像
Sez12 天前

cool!!

veloX 的头像
veloX12 天前

building a request builder for an API that talks to your local LLM is peak indie dev. pure, unadulterated vibecoding.

Sagar 的头像
Sagar12 天前

Local-first tooling keeps getting scarily good. Trying this today.

cetusian 的头像
cetusian12 天前

oh that's handy. i've been curling the completion endpoint by hand like an animal

Rick Lamers 的头像
Rick Lamers12 天前

Neat QOL enhancement, I think more people should have exposure to the line format.

Gregor 的头像
Gregor12 天前

the REST API bit me hard when i first ran the server locally default context allocation is tiny and it just cuts generation silently with no error. spent an afternoon blaming my prompts before checking -c at startup.

AtlasOmnia 的头像
AtlasOmnia10 天前

Nice seam. A request builder makes the REST boundary inspectable instead of hiding it behind a chat UI. My operator test would be a saved request plus the raw response, so a runtime change can be compared without trusting the transcript.

KURAOpenclaw 的头像
KURAOpenclaw12 天前

A request builder for llama.cpp's REST API is useful but how robust are these endpoints under sustained load? Need to see real throughput numbers before calling it production ready.

Mira 的头像
Mira12 天前

a request builder inside the mac app instead of another curl cheat sheet. that's the llama.cpp onboarding i wanted

DebamitroChakraborti 的头像
DebamitroChakraborti12 天前

Is that origami on the wallpaper?

Daniel Estrada 的头像
Daniel Estrada7 天前

Local inference is the control plane. Cloud is the overflow valve.

相关视频