StarSeaAPIStarSeaAPI
HomeIntegrationsCline (VS Code)

Cline (VS Code)

OpenAI Compatible provider

Choose the OpenAI Compatible provider, paste the base URL and key, then pick a model id. Cline sends a large system prompt on every turn, so a low-cost coding model plus cache-aware routing keeps long agent sessions affordable.

Code

Provider: OpenAI Compatible
Base URL: https://starseaapi.com
Model ID: deepseek-v4.1-flash

Quickstart

  1. Create an API key — Sign up, then create a token in the console. A key works across the whole catalogue; scope and quota can be restricted per key.
  2. Point your client at the endpoint — Set base_url to https://starseaapi.com/v1 and use the key. Any OpenAI-compatible SDK, IDE or desktop client works.
  3. Pick a model — Start with a low-cost tier for prototyping. Every id in the catalogue can be swapped without touching code.
  4. Watch cost, not just quality — Output tokens are usually priced at a multiple of input, and reasoning models emit thinking tokens. Keep stable prompt prefixes first so caching applies.

Integrations

Claude Code

ANTHROPIC_BASE_URL / ANTHROPIC_AUTH_TOKEN

Cursor

Settings → Models → OpenAI API Key

Roo Code

OpenAI Compatible provider

OpenCode

~/.config/opencode/opencode.json

Continue

~/.continue/config.json

Aider

--openai-api-base

Zed

settings.json → language_models

Kilo Code

OpenAI Compatible provider