Skip to content

Supported Models

FishXCode supports a variety of AI models from multiple providers, covering different use cases and toolchains. You can freely choose and switch models based on your needs.

Anthropic (Claude)

Model IDDescriptionRecommended Use CaseCompatible Tools
claude-sonnet-4-5-20250929Claude Sonnet 4.5 latest, strongest overallComplex coding, architecture designClaude Code
claude-sonnet-4-5-20250514Claude Sonnet 4.5 stableDaily coding, code reviewClaude Code
claude-haiku-4-5-20251001Claude Haiku 4.5, balanced speed and qualityQuick completions, lightweight tasksClaude Code
claude-3-5-haiku-20241022Claude 3.5 Haiku, fastest responseHigh-frequency calls, real-time completionsClaude Code

OpenAI

Model IDDescriptionRecommended Use CaseCompatible Tools
gpt-5GPT-5, OpenAI flagship modelGeneral coding, conversational developmentCodex, RooCode, Qwen Code

Other Models

Model IDDescriptionRecommended Use CaseCompatible Tools
glm-4.5Zhipu GLM-4.5General-purpose developmentRooCode, Qwen Code
glm-4.6Zhipu GLM-4.6, improved performanceComplex reasoning, developmentRooCode, Qwen Code
deepseek-v3.1DeepSeek V3.1, strong deep reasoningAlgorithm implementation, logical reasoningRooCode, Qwen Code

Switching Models

Claude Code

Set the primary model via environment variables:

bash
export ANTHROPIC_MODEL=claude-sonnet-4-5-20250929
claude
powershell
$env:ANTHROPIC_MODEL = "claude-sonnet-4-5-20250929"
claude

Codex

Edit ~/.codex/config.toml and change the model field:

toml
model = "gpt-5"

RooCode / Qwen Code

Change the Model field directly in the provider configuration. Any compatible model ID listed above can be used.

Model Recommendations

Best for Coding

claude-sonnet-4-5-20250929 — Strongest overall coding capability, ideal for complex projects and architecture-level tasks.

Best for Speed

claude-3-5-haiku-20241022 — Fastest response time, ideal for high-frequency calls and real-time completion scenarios.

Best Balance

claude-haiku-4-5-20251001 — Great balance between speed and quality, suitable for most daily development tasks.

FishXCode - AI Coding 中转站