Customer console

Build with your GlideAPI API keys.

Manage API keys, usage, billing, and account settings from one clean workspace.

User ID
API base URL
https://glideapi.dev/v1
Balance
Available API credit
Requests
24h activity trend
Tokens
Input and output volume
Spend
Estimated API cost

Requests — Last 24h

Hourly

Recent Requests

No requests yet.

Docs

Base URL https://glideapi.dev/v1
Authentication Authorization: Bearer sk-glide...
Chat POST /v1/chat/completions
Usage GET /v1/usage/summary?period=7d
curl https://glideapi.dev/v1/chat/completions \
  -H "Authorization: Bearer YOUR_GLIDE_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"openai/gpt-4o-mini","messages":[{"role":"user","content":"Hello from GlideAPI"}]}'

Your API keys

OpenAI-compatible endpoint Use https://glideapi.dev/v1 as your base URL and pass your key as Authorization: Bearer sk-glide....
Loading…

Example request

curl https://glideapi.dev/v1/chat/completions \
  -H "Authorization: Bearer YOUR_GLIDE_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"openai/gpt-4o-mini","messages":[{"role":"user","content":"Hello"}]}'

Usage API

Same API key Use your GlideAPI key to inspect balance, usage, costs, model usage, key usage, and billing history from code.
Account GET /v1/me GET /v1/balance
Usage GET /v1/usage?period=30d GET /v1/usage/logs?limit=100 GET /v1/usage/summary?period=7d
Breakdowns GET /v1/usage/costs?period=30d GET /v1/usage/models?period=30d GET /v1/usage/keys?period=30d
Billing GET /v1/billing/history?limit=100
curl https://glideapi.dev/v1/usage/summary?period=7d \
  -H "Authorization: Bearer YOUR_GLIDE_KEY"
Filters: period=24h|7d|30d|90d, start_time, end_time, model, key_id, endpoint, limit.

Available models

0 models
Loading…
API documentation

Connect once. Route across models.

GlideAPI uses familiar OpenAI-compatible request shapes. Start with a model ID, send your request, and use the same key to inspect usage.

Need every endpoint? Read the full developer docs glideapi.dev/docs
Your base URL https://glideapi.dev/v1
01 Choose a live model GET /v1/models Read current IDs and capability flags before hard-coding a model.
02 Authenticate your request Authorization: Bearer sk-glide... Use an API key from the Keys tab. Keep it server-side.
03 Send your first request POST /v1/chat/completions Use Chat Completions, Responses, or Anthropic Messages.

Chat Completions

curl https://glideapi.dev/v1/chat/completions \
  -H "Authorization: Bearer YOUR_GLIDE_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4o-mini",
    "messages": [
      { "role": "user", "content": "Hello from GlideAPI" }
    ]
  }'

Vision and Tool Calling

Supported
{
  "model": "openai/gpt-4o-mini",
  "messages": [{
    "role": "user",
    "content": [
      { "type": "text", "text": "Read this image." },
      { "type": "image_url", "image_url": { "url": "data:image/png;base64,..." } }
    ]
  }],
  "tools": [{
    "type": "function",
    "function": {
      "name": "save_result",
      "description": "Save the result",
      "parameters": {
        "type": "object",
        "properties": { "summary": { "type": "string" } },
        "required": ["summary"]
      }
    }
  }]
}

Responses and web search

Use the modern Responses shape for stored response state, structured output, function calls, and current web results.

Web search guide ↗
POST https://glideapi.dev/v1/responses

{
  "model": "your-enabled-model",
  "input": "What changed this week?",
  "tools": [{ "type": "web_search", "max_num_results": 5 }]
}

Usage and Balance

Account GET /v1/me GET /v1/balance
Usage GET /v1/usage?period=30d GET /v1/usage/logs?limit=100 GET /v1/usage/summary?period=7d
Breakdowns GET /v1/usage/costs?period=30d GET /v1/usage/models?period=30d GET /v1/usage/keys?period=30d
Billing GET /v1/billing/history?limit=100
curl https://glideapi.dev/v1/usage/summary?period=7d \
  -H "Authorization: Bearer YOUR_GLIDE_KEY"
Filters: period=24h|7d|30d|90d, start_time, end_time, model, key_id, endpoint, limit.

Models and Pricing

Models include pricing metadata, vision support, and tool-calling support. Pricing is shown per 1M tokens and reflects the live GlideAPI price after admin discounts, fixed prices, or free overrides.

GET https://glideapi.dev/v1/models

Usage analytics

By model

Loading…

By API key

Loading…

Request log

Latest 50
No request logs yet.
Current balance
$1 paid in supported stablecoins adds $1 to your GlideAPI balance.

Transaction history

Usage deductions
Loading…
Referral program

Invite builders. Earn API credit together.

Active

Referral rewards are disabled by default and can be configured by the operator.

Invited
Pending
Qualified
Credit earned

How it works

  1. 1
    Share your link

    Your invite contains an opaque, server-generated code.

  2. 2
    Earn on eligible payments

    The operator can configure referral eligibility and commission rules.

Your referral status

You did not join through a referral link.

Referral codes must be claimed by a new account before its first paid top-up or subscription. Self-referrals and duplicate accounts are not eligible.

Recent referrals

Latest 20
No referrals yet.

Account details

Clerk
User ID
Email
Name
Status

Limits and billing

Pay as you go
Current Balance
Total Spend
Total requests
API Keys