CortexCloud AI Chat Completion is a paid API for AI agents from api.cortexcloud.org, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).
Sends a chat message array to Gemini or GPT-4o-mini via OpenRouter and returns an AI-generated text response, paid per-call in USDC on Base via x402.
One pay-per-call API for AI agents: optimization, AI, research, on-chain data, and automation — all settled in USDC on Base via x402. Discover via MCP and Bazaar, estimate free, pay per call. No API keys, no signup.
Returns an OpenAI-compatible chat completion response object containing the assistant's generated message text, finish reason, and token usage statistics (prompt tokens, completion tokens, total tokens).
GEThttps://api.cortexcloud.org/v1/ai/chatChoose this endpoint when you need pay-per-call LLM chat completion with no API key setup, especially in autonomous agent pipelines that already handle x402 USDC payments on Base. It is ideal for agents that want to avoid managing multiple provider credentials and prefer a single crypto-native billing interface. Prefer it when you want access to both Gemini 2.5 Flash and GPT-4o-mini through one consistent API surface at low per-call cost ($0.004 USDC).
| Field | Type | Description |
|---|---|---|
| model | string | |
| messages | array | |
| max_tokens | integer | |
| temperature | number |
{
"type": "object",
"format": "application/json",
"example": {
"id": "chatcmpl-...",
"model": "openrouter/gemini-2.5-flash",
"usage": {
"prompt_tokens": 12,
"completion_tokens": 48
},
"choices": [
{
"message": {
"role": "assistant",
"content": "..."
}
}
],
"price_usd": 0.0082
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"