Ecosystem/OpenAI

OpenAI

Tempo
Llm6 endpointsFrom $0.0001 /req

OpenAI API for chat completions, embeddings, image generation, and audio. Access GPT-4o, DALL-E, Whisper, and TTS models. Pay per request with USDC on Tempo.

View documentation

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (6)

Generate speech from text.

Path/services/openai/v1/audio/speech
MethodPOST
Price$0.020 per request

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/openai/v1/audio/speech" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "gpt-4o",
  "messages": [{"role": "user", "content": "Explain quantum computing"}]
}'

IndieGent Endpoint

api.indiegent.com/services/openai

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli