Coding Plan Setup Center

Coding Plan provides Claude Messages, OpenAI Responses, and OpenAI-compatible Chat Completions. Every tier has the same model access; see the Coding Plan pricing page for current prices and promotional Credits. Coding Applications do not fall back to the general balance.

Clients and setup methods

Where you use Coding Setup method Configuration guide
Claude Code VS Code extension Claude Code for VS Code Setup Guide
Claude Code CLI Claude Code CLI Setup Guide
Claude Code JetBrains plugin Claude Code for JetBrains Setup Guide
Claude Code CC Switch Claude Code CC Switch Setup Guide
Claude Code GitHub Actions Claude Code GitHub Actions Setup Guide
Codex VS Code extension Codex for VS Code Setup Guide
Codex CLI Codex CLI Setup Guide
Codex CC Switch Codex CC Switch Setup Guide
WorkBuddy Custom Provider WorkBuddy App Setup Guide
OpenCode CLI custom provider OpenCode CLI Setup Guide
Kimi Code CLI / TUI custom provider Kimi Code CLI Setup Guide
OpenClaw Provider plugin OpenClaw Provider Plugin Setup Guide
Hermes Agent Interactive wizard Hermes Agent Interactive Wizard Setup Guide
Hermes Agent YAML provider Hermes Agent Manual YAML Setup Guide
Coze Anthropic Messages Coze Anthropic Messages Setup Guide
Coze OpenAI Chat Completions Coze OpenAI Chat Completions Setup Guide
Cline VS Code custom provider Cline for VS Code Setup Guide
Roo Code VS Code custom provider Roo Code for VS Code Setup Guide
Kilo Code VS Code custom provider Kilo Code for VS Code Setup Guide
Kilo Code JetBrains custom provider Kilo Code for JetBrains Setup Guide
Kilo Code CLI custom provider Kilo Code CLI Setup Guide
Continue VS Code custom provider Continue for VS Code Setup Guide
Continue JetBrains custom provider Continue for JetBrains Setup Guide
Aider CLI Aider CLI Setup Guide
Qwen Code CLI custom provider Qwen Code CLI Setup Guide
Cursor OpenAI-compatible base URL Cursor Custom API Setup Guide
Visual Studio Inferpal Visual Studio Inferpal Setup Guide
Visual Studio FreeAIr Visual Studio FreeAIr Setup Guide
Visual Studio LMLocal Visual Studio LMLocal Setup Guide
VS Code GitHub Copilot BYOK VS Code GitHub Copilot BYOK Setup Guide
Hermes Agent Managed deployment Hermes Agent Managed Deployment Guide
OpenCode IDE extension OpenCode IDE Extension Setup Guide
Coze OpenAI Responses Coze OpenAI Responses Setup Guide
Codex Desktop app Codex App Setup Guide
DeepSeek Harness Python SDK DeepSeek Harness Python SDK Setup Guide

API scope

Coding Plan links:

  1. Claude Messages
  2. Claude Messages Count Tokens
  3. Claude Chat Completions
  4. OpenAI Chat Completions
  5. OpenAI Responses
  6. Gemini Chat Completions
  7. GLM Chat Completions
  8. Grok Chat Completions
  9. Kimi Chat Completions
  10. DeepSeek Chat Completions

A specific credential can still be limited by allowed_api_ids and its application's API scope.

Dynamic model directory

Use a valid Coding Application credential:

curl https://api.fishapi.cloud/v1/models \
  -H "Authorization: Bearer YOUR_API_TOKEN"

The directory changes over time, so this guide does not maintain a fixed count or static model list. /v1/models returns the global model directory and is not automatically filtered for a Coding credential; cross-check each exact model ID against credential scope, protocol, and client compatibility.

Troubleshooting

  • Insufficient balance: open the Applications console, find the Coding Application, and purchase again.
  • The client still calls its original endpoint: confirm the configuration belongs to the same user and workspace that launches the client, then fully restart it.
  • A model is not listed: request /v1/models again and check the exact model ID, credential API scope, and client protocol.
  • The token cannot call an endpoint: confirm the credential belongs to a Coding Application and inspect allowed_api_ids and application permissions.