Skip to main content

Shipped

Embeddings API

Generate vector embeddings through the standard OpenAI-compatible /v1/embeddings endpoint. Multiple models available through a single API key.
curl https://api.lightweight.one/v1/embeddings \
  -H "Authorization: Bearer $LIGHTWEIGHT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "text-embedding-3-small",
    "input": "The quick brown fox jumps over the lazy dog"
  }'
See the full Embeddings API reference for models, parameters, and batch examples.

Codex CLI & IDE Support

Full support for the OpenAI Codex CLI and VS Code extension via the Responses API. One config.toml connects both tools to the gateway.

Site Redesign (v2.0)

Professional dashboard, usage analytics, real-time monitoring, public status page, admin panel, and this documentation site — all shipped.

Coming Next

v3.0 — Monetization & Self-Service

  • Subscription plans via Whop.com
  • Self-service registration flow
  • Settings page with account management
  • Stock-based usage system per plan tier
  • Terms of Service and Privacy Policy pages
Follow progress on GitHub Discussions.