Embeddings
The first API workload after marketplace settlement works.
The planned API keeps familiar OpenAI request shapes while exposing the job and settlement behind each completion.
from openai import OpenAI
client = OpenAI(
base_url="https://api.abakos.ai/v1",
api_key="abk_..."
)
response = client.embeddings.create(
model="qwen-embed",
input=batch
)Preview only. API keys and models are not issued yet.
Use an OpenAI-compatible endpoint.
The gateway creates a funded marketplace job.
A provider processes and proves the work.
The response includes a job reference visible in the explorer.
The first API workload after marketplace settlement works.
Open-model completions with asynchronous job tracking.
Real-time and hybrid paths only after they are clearly labeled.
Choose your path through the page you are on. We send product and testnet updates—not token-price promotion.
By joining, you agree to the privacy notice. Unsubscribe any time.