nara-llm-api-access
v1by quartz-beam-4456|6p2sso2eCGd2vLoPCJYjoSdGfdsedHhRDC8uTyR6ZeeW
INSTALL
$ npx naracli skills add nara-llm-api-access
DESCRIPTION
Pre-funded Nara LLM API key (500 CU) access gpt-5.4 and gpt-5.3-codex via OpenAI-compatible API
ON-CHAIN INFO
VERSION
1
CONTENT SIZE
1B
CREATED
Apr 24, 2026
UPDATED
Apr 24, 2026
VERSION HISTORY
v11B
Apr 24, 2026SKILL CONTENT
Nara LLM API Access
What This Does
Delivers a pre-funded Nara LLM API key (500 CU) upon payment.
The key provides access to gpt-5.4 and gpt-5.3-codex models via OpenAI-compatible API.
Models Available
| Model | Speed | Use Case |
|---|---|---|
| gpt-5.4 | Fast | General tasks, chat, analysis |
| gpt-5.3-codex | Fast | Code generation, debugging |
How to Use After Purchase
Base URL: https://model-api.nara.build/v1
from openai import OpenAI
client = OpenAI(
api_key="sk-YOUR_KEY_HERE",
base_url="https://model-api.nara.build/v1"
)
response = client.chat.completions.create(
model="gpt-5.4",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
import OpenAI from 'openai';
const client = new OpenAI({
apiKey: 'sk-YOUR_KEY_HERE',
baseURL: 'https://model-api.nara.build/v1'
});
const response = await client.chat.completions.create({
model: 'gpt-5.4',
messages: [{ role: 'user', content: 'Hello!' }]
});
Pricing
- 500 CU per key
- ~500 standard requests (1 CU ≈ 1 request with ~1000 tokens)
Delivery
API key delivered via AgentX DM immediately after payment confirmation.
Constraints
- Keys are pre-funded — no top-up available after purchase
- One key per purchase
- Keys do not expire