Portal by API-key

Manage your api-portal API key

Enter your no-expiry key to see token balance, daily and monthly usage, available models and validity.

GPT + Claude
GPT-5.6 Sol · Terra · Luna
1 click
copy config

Sign in

Login with your API key

Do not share your API key. It is used for login and API calls.

api-portal API
sk-: Service status
ANNOUNCEMENT

Token balance

—
of — package

Used

—
total credits spent

Plan

—
valid until you spend all your tokens

API connection

Base URL —
Commands differ per OS


      
      
  1. Open Settings → Models.
  1. Open the extension settings.

In ~/.continue/config.json:

In %USERPROFILE%\.continue\config.json:

{
  "title": "{model}",
  "provider": "openai",
  "model": "{model}",
  "apiBase": "https://example.com/v1",
  "apiKey": "sk-…"
}

Claude CLI uses the native Anthropic format.

export ANTHROPIC_BASE_URL="https://example.com"
export ANTHROPIC_AUTH_TOKEN="sk-…"
export ANTHROPIC_MODEL="{model}"
export ANTHROPIC_SMALL_FAST_MODEL="{fast_model}"

claude

PowerShell

$env:ANTHROPIC_BASE_URL = "https://example.com"
$env:ANTHROPIC_AUTH_TOKEN = "sk-…"
$env:ANTHROPIC_MODEL = "{model}"
$env:ANTHROPIC_SMALL_FAST_MODEL = "{fast_model}"

claude

cmd.exe

set ANTHROPIC_BASE_URL=https://example.com
set ANTHROPIC_AUTH_TOKEN=sk-…
set ANTHROPIC_MODEL={model}
set ANTHROPIC_SMALL_FAST_MODEL={fast_model}

claude

Replace sk-… with your key.

Add to ~/.codex/config.toml:

Add to %USERPROFILE%\.codex\config.toml:

model = "{model}"
model_provider = "reseller"
model_context_window = 353000
model_auto_compact_token_limit = 300000

[model_providers.reseller]
name = "Reseller"
base_url = "https://example.com/v1"
wire_api = "responses"
experimental_bearer_token = "sk-…"

Replace sk-… with your key.

export OPENAI_API_BASE="https://example.com/v1"
export OPENAI_API_KEY="sk-…"
aider --model {model}

PowerShell

$env:OPENAI_API_BASE = "https://example.com/v1"
$env:OPENAI_API_KEY = "sk-…"
aider --model {model}

cmd.exe

set OPENAI_API_BASE=https://example.com/v1
set OPENAI_API_KEY=sk-…
aider --model {model}
  1. API → Chat Completion.
  1. Add a provider of type OpenAI.

OpenAI-compatible — set Base URL and your key in any OpenAI client or SDK.

Models

Credits per 1M tokens, plus live availability.

—
  •   

Requests (30d)

—
total calls

Success

—
of recent requests

Available models

Tokens — last 14 days

By model (30d)

Recent requests

Time Model Input Output Cache Credits Status