Skip to content

ClawHub skill: Quickly switch between FLock API Platform models during agent conversations

Notifications You must be signed in to change notification settings

createpjf/flock-model-switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🔧 FLock Model Switcher

ClawHub Skill for OpenClaw

ClawHub Skill FLock Plugin FLock API Docs License

Quickly switch between FLock API Platform models during agent conversations.
No need to leave the chat — just pick the right model for the task.


What is This?

A ClawHub skill that gives you a quick reference for all available FLock API Platform models, with pricing, switching commands, and a selection guide — all accessible mid-conversation.

Use it when you want to:

  • Switch to a different FLock model without leaving the chat
  • Pick a reasoning model for complex tasks, or a fast instruct model for simple ones
  • Compare outputs across different models
  • Check which models are available and how much they cost

Requires: openclaw-flock-api-platform plugin installed and configured.


Available Models

Reasoning / Thinking Models

Best for complex analysis, step-by-step reasoning, and deep thinking tasks.

Model ID Name Input / Output (per 1M tokens)
qwen3-235b-a22b-thinking-2507 Qwen3 235B Thinking $0.23 / $2.30
qwen3-235b-a22b-thinking-qwfin Qwen3 235B Thinking (Finance) $0.23 / $2.30
kimi-k2-thinking Kimi K2 Thinking $0.60 / $2.50

Instruct / Chat Models

Best for general-purpose chat, coding, and instruction-following tasks.

Model ID Name Input / Output (per 1M tokens)
qwen3-30b-a3b-instruct-2507 Qwen3 30B Instruct $0.20 / $0.80
qwen3-235b-a22b-instruct-2507 Qwen3 235B Instruct $0.70 / $2.80
qwen3-30b-a3b-instruct-qmxai Qwen3 30B Instruct (QMX) $0.20 / $0.80
qwen3-30b-a3b-instruct-coding Qwen3 30B Instruct (Coding) $0.20 / $0.80
qwen3-30b-a3b-instruct-qmini Qwen3 30B Instruct (Mini) $0.20 / $0.80

Other Models

Model ID Name Input / Output (per 1M tokens)
deepseek-v3.2 DeepSeek V3.2 $0.28 / $0.42
deepseek-v3.2-dsikh DeepSeek V3.2 (DSIKH) $0.28 / $0.42
minimax-m2.1 MiniMax M2.1 $0.30 / $1.20

All models: 131,072 token context window · 8,192 max output tokens


Quick Start

1. Install the FLock Plugin (if not already)

openclaw plugins install @openclawd/flock
openclaw plugins enable flock
openclaw models auth login --provider flock

2. Switch Models

# Reasoning model for complex analysis
openclaw agent --model flock/qwen3-235b-a22b-thinking-2507

# Fast & cheap for simple tasks
openclaw agent --model flock/qwen3-30b-a3b-instruct-2507

# Coding-optimized
openclaw agent --model flock/qwen3-30b-a3b-instruct-coding

# Cost-effective general use
openclaw agent --model flock/deepseek-v3.2

Model Selection Guide

Scenario Recommended Model
Deep reasoning / step-by-step analysis flock/qwen3-235b-a22b-thinking-2507
Financial analysis flock/qwen3-235b-a22b-thinking-qwfin
General-purpose chat flock/qwen3-30b-a3b-instruct-2507
Code generation / debugging flock/qwen3-30b-a3b-instruct-coding
Most capable instruct model flock/qwen3-235b-a22b-instruct-2507
Budget-friendly flock/deepseek-v3.2 ($0.28/$0.42)

Advanced Configuration

Set default model in config

Edit ~/.openclaw/config.yaml:

models:
  default: flock/qwen3-30b-a3b-instruct-2507
  providers:
    flock:
      baseUrl: https://api.flock.io/v1
      api: openai-completions
Per-channel model override
channels:
  telegram:
    model: flock/qwen3-30b-a3b-instruct-2507
  discord:
    model: flock/qwen3-235b-a22b-thinking-2507
  whatsapp:
    model: flock/deepseek-v3.2

Troubleshooting

Problem Solution
Model not found Verify plugin enabled: openclaw plugins list
Auth error Re-authenticate: openclaw models auth login --provider flock
Slow responses Switch from 235B to 30B variant, or use DeepSeek V3.2
API errors Check API key validity and FLock platform status

Links

License

Apache 2.0 — see LICENSE for details.

About

ClawHub skill: Quickly switch between FLock API Platform models during agent conversations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published