Freemodel Bridge

An OpenAI-compatible gateway that forwards your requests to freemodel.dev with a single, generated key.

Base URL
https://freemodel-bridge.xboxsignout999.poke.site/v1
API Key
sk-bobby-freemod••••••••••••••••••••••••
Live request log
Loading logs…

Integration guide

Cursor

Open Settings - AI, choose OpenAI, and paste the base URL and key.

{
  "openaiBaseUrl": "https://freemodel-bridge.xboxsignout999.poke.site/v1",
  "openaiApiKey": "sk-bobby-freemodel-72dce0241eb9cb5eea4bd5139a4bc588"
}

LibreChat

Add an OpenAI-compatible custom endpoint in .env or the UI.

OPENAI_BASE_URL=https://freemodel-bridge.xboxsignout999.poke.site/v1
OPENAI_API_KEY=sk-bobby-freemodel-72dce0241eb9cb5eea4bd5139a4bc588

iOS Shortcuts

Use a Get Contents of URL action with the endpoint below.

https://freemodel-bridge.xboxsignout999.poke.site/v1/chat/completions
Authorization: Bearer sk-bobby-freemodel-72dce0241eb9cb5eea4bd5139a4bc588

Mapped models

gpt-5.5gpt-5.4gpt-5.4-minigpt-5.3-codex

Bridge implementation

Loading source files…