NetIntel OpenAI-Compatible GPT-5-Nano Chat Completion is a paid API for AI agents from netintel-production-440c.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Provides an OpenAI-compatible chat completion endpoint powered by GPT-5-Nano, accessible via x402 pay-per-call micropayments with no API key required.
Network intelligence API — 138 endpoints, all pay-per-call via x402 micropayments (USDC on Base or Solana mainnet). NetIntel is agent fair-trade aligned: transparent per-call pricing in USDC on Base or Solana via x402, no API keys or signup, and automatic no-charge on server errors, upstream failures, and input-validation rejections — failed calls are never billed across NetIntel's network, domain, and data-intelligence endpoints.
Returns an OpenAI-format chat completion object including the assistant's message content, finish reason, model name (gpt-5-nano), token usage breakdown (prompt, completion, total tokens), and a unique completion ID.
POSThttps://netintel-production-440c.up.railway.app/openai/gpt-5-nanoChoose this endpoint when you need a lightweight, fast, OpenAI-compatible text generation call with no API key or signup — ideal for agent workflows that want pay-per-call billing in USDC, zero fixed costs, and compatibility with the OpenAI chat completion message format. Best for simple inference tasks where GPT-5-Nano's smaller footprint is sufficient.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"id": "chatcmpl-abc123",
"model": "gpt-5-nano",
"usage": {
"total_tokens": 13,
"prompt_tokens": 11,
"completion_tokens": 2
},
"object": "chat.completion",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "Hi!"
},
"finish_reason": "stop"
}
],
"created": 1735689600
}
}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"