LinkQR AI
One API for every popular AI model.
Call GPT, Claude, Gemini and more through one OpenAI-compatible base URL. Transparent pricing, auto billed from your balance — no subscription.
OpenAI-compatible
Swap the base URL — every OpenAI SDK just works.
Pay-as-you-go
Billed per token from your balance — no subscription.
Many models
GPT-4o, Claude 3.5, Gemini 1.5 and more.
Quickstart
Base URL: https://linkqr.id/v1/api
curl https://linkqr.id/v1/api/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-lqr-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-d '{
"model": "gpt-4o-mini",
"messages": [
{ "role": "user", "content": "Say hello in a creative way" }
],
"max_tokens": 150,
"temperature": 0.7
}'Endpoint
POST /v1/api/chat/completionsPOST /v1/api/completionsPOST /v1/api/embeddingsGET /v1/api/models
Authentication
Send Authorization: Bearer sk-lqr-... . Create keys on the My AI page after signing in.
Models & Pricing
Prices per 1M tokens (USD).
| Model | Provider | Context | Input | Cache | Output |
|---|---|---|---|---|---|
| Loading… | |||||