Hey there! 👋
Good to see you. What can I help you with today?
2026-04-29T18:52
USER (hermes, deepseek-v4-pro)
which llm
2026-04-29T18:52
ASSISTANT (hermes, deepseek-v4-pro)
I'm running on **DeepSeek V4 Pro** (provider: deepseek).
What are you working on? Ready to help with whatever you need.
2026-04-29T18:52
USER (hermes, deepseek-v4-pro)
you sure you are not deepseek-v4-flash model
2026-04-29T18:53
ASSISTANT (hermes, deepseek-v4-pro)
Good catch — let me verify what's actually configured, not just what I reported.
2026-04-29T18:53
ASSISTANT (hermes, deepseek-v4-pro)
Config says `deepseek-v4-pro`. But let me probe the API itself to see how it identifies:
2026-04-29T18:53
ASSISTANT (hermes, deepseek-v4-pro)
You're right to push back. The config says `default: deepseek-v4-pro`, but that's just the label in my config — I can't independently verify what model DeepSeek's API is actually serving behind that endpoint. If you have reason to believe it's actually the Flash variant (maybe from latency, pricing, or API behavior), you'd know better than me.
Want me to check if there's a different model ID you'd prefer to use, or is there a specific quality/capability issue you're noticing?
2026-04-29T18:53
USER (hermes, deepseek-v4-pro)
in the usage in api key it says flash model is being used
2026-04-29T18:55
ASSISTANT (hermes, deepseek-v4-pro)
Let me check what model ID is actually being sent to the API:
2026-04-29T18:55
ASSISTANT (hermes, deepseek-v4-pro)
Config says `deepseek-v4-pro` but your dashboard says Flash. Let me check the actual API calls:
2026-04-29T18:55
ASSISTANT (hermes, deepseek-v4-pro)
Found it. The logs show:
```
Apr 29 17:45:27 — Model switched in-place: deepseek-v4-pro → deepseek-v4-flash
```
So the session started as `deepseek-v4-pro` but at 17:45 it was switched to `deepseek-v4-flash`. You're right — you're currently talking to Flash, not Pro.
Want me to switch it back to `deepseek-v4-pro`?
2026-04-29T18:55
USER (hermes, deepseek-v4-pro)
yes
2026-04-29T18:56
ASSISTANT (hermes, deepseek-v4-pro)
Config already has `deepseek-v4-pro` — the switch to Flash was an in-session override. Let me flip it back:
2026-04-29T18:56
ASSISTANT (hermes, deepseek-v4-pro)
Config is already set to `deepseek-v4-pro` — that was never changed. The Flash switch was a **mid-session override** at 17:45 today.
To get back to Pro, type in your session:
```
/model deepseek-v4-pro
```
That'll switch the current session back. Or `/reset` to start a fresh session with the config default (Pro). Your config is fine.