celinah's picture
|
download
raw
392 kB
Claude Code trace
User 2026-06-01T12:00:00.000Z

Find up to 8 trending text-generation models for coding, released in 2025-2026, with fewer than 70B parameters and suitable for local deployment. Exclude the mainstream Llama, Mistral and Qwen base series. Return the model IDs with their parameter counts.

Assistant codex-gpt-5.5 2026-06-01T12:00:01.000Z

I’ll use the hf-cli skill here because this is a Hugging Face Hub model discovery task, and I’ll stick to the hf CLI for Hub access.

Assistant codex-gpt-5.5 2026-06-01T12:00:02.000Z
1 tool call (Bash)
Assistant codex-gpt-5.5 2026-06-01T12:00:04.000Z

I’ve confirmed the local hf CLI supports sorting by trending_score, parameter filters, and expanded metadata. I’m going to pull a broader candidate list first, then inspect individual repos for release dates and parameter counts instead of trusting names alone.

Assistant codex-gpt-5.5 2026-06-01T12:00:05.000Z
2 tool calls (Bash)