OkeyMeta API
Build with Julian.
Generate text and code, orchestrate agents, and ship products through one OpenAI-compatible API — endpoint https://api.okeymeta.com.ng/v1.
- Works with your existing OpenAI SDK
- Hobbyist grant on every new account
- Console included with every developer account
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.OKEYMETA_API_KEY,
baseURL: "https://api.okeymeta.com.ng/v1",
});
const completion = await client.chat.completions.create({
model: "julian-origin",
messages: [{ role: "user", content: "Explain Julian in one line." }],
});
console.log(completion.choices[0].message.content);Zero to first token
Start building with your API key
Create an account, generate a key, and ship your first Julian request in about a minute.
- 1Sign up at okeymeta.com /api/signup
- 2Create an API key in the console
- 3Set base URL to https://api.okeymeta.com.ng/v1 and call julian-origin
Compatible with OpenAI SDKs for Python, TypeScript, and cURL.
API Keys
production
okeymeta-………a91f
staging
okeymeta-………3kf9
Keys are shown once at creation. Store them securely.
Included with Console
Try Julian in the Playground
Chat with Julian, test prompts, and explore models before you write production code. API usage follows your plan rates.
Open the PlaygroundEverything you can build with the API
Code
Intelligent coding with Julian for software engineering, apps, and agent orchestration.
Text generation
Powerful text and reasoning for chat, analysis, and problem-solving.
Research & retrieval
Pair Julian with your tools and knowledge for grounded answers.
Files & collections
Upload context and build workflows on top of OpenAI-compatible endpoints.
Latest news
All posts →Research posts and products will appear here when published.
Frequently asked questions
Create a developer account at /api/signup. You’ll receive an okeymeta- key once — store it securely, then use it as your OpenAI SDK apiKey.
Simple API pricing
Per-token rates and prepaid plans for Julian.