• English
  • Troubleshooting

    When a request fails, work through this page in order — most problems are located within three steps.

    Step 1: one command to find the failing layer

    curl -i https://tokens.byteseek.ai/v1/models \
      -H "Authorization: Bearer sk-your-key"
    ResultConclusionNext
    Model list returnedKey, network and server are fineThe problem is client configuration — jump to step 3
    401Key problemCheck its status on the API Keys page
    Connection failure / timeoutLocal network or DNSTry another network

    Step 2: locate by status code

    CodeMost likely causeWhere to check
    401Wrong, disabled or expired keyAPI Keys page
    402Balance and subscription quota both exhaustedPurchase page
    403Model not in group / format mismatch / client-restricted group / team limit hitGroup notes in the model plaza, limits on the team page
    400Composite-key prefix issue, malformed request bodyComposite Keys
    404Wrong endpoint path or misspelt model IDAPI Endpoints
    429Concurrency or rate limitReduce concurrency, retry with backoff
    5xx / 529Upstream overload or transient faultRetry later; report if persistent

    Full list in Error Codes.

    Step 3: check client configuration

    Checkpoints ordered by how often they cause trouble:

    1. /v1 or not: Anthropic format without, OpenAI format with — see API Endpoints;
    2. Key integrity: re-copy from the API Keys page, watch for spaces and line breaks;
    3. Format matches group: an OpenAI-protocol client needs a key bound to an OpenAI-format group;
    4. Composite-key prefix: model IDs must be written prefix/modelID;
    5. Environment variables active: source after editing, verify with echo.

    Frequent symptoms

    SymptomCauseFix
    Charges differ from expectationsGroup multiplier or cache billing overlookedCheck per-request details on the usage page against Billing
    Long-reasoning models keep droppingClient timeout too shortRaise the client timeout; report if it persists
    Fast Mode seems inactiveA silent-skip condition appliesSee Fast Mode
    All team members suddenly 403Limits hit or team suspendedCheck the team page
    Worked yesterday, not todayKey expired / subscription ended / balance exhaustedCheck the API Keys page and the purchase page

    Report template

    If everything above is ruled out, report with this template for fastest handling:

    Time: 2026-08-28 12:00 (UTC+8)
    Key prefix: sk-abc... (first 8 characters only — never the full key)
    Group: xxx
    Model: xxx
    Client: Claude Code / Codex / Cherry Studio / curl
    Status code: 403
    Response body: (paste in full)
    Request ID: (from the response headers, if available)
    Reproducible: consistently / occasionally (how often)

    Send it to Support@mail.byteseek.ai; to reach support on WeChat, check the top-right corner of the site for the latest contact.

    © 2026 ByteSeek Limited. All rights reserved.TermsPrivacyDisclaimer