OpenAI
active

GPT-4o, o1, DALL·E, Whisper, TTS, embeddings — the leading AI API platform

ai-llmBearer Token$0.0000/call
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call OpenAI with your PincerAPI key. No separate signup needed.

# Get instructions for OpenAI
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/openai/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/openai/your/endpoint/here"

Direct Setup

Endpoints

POST/chat/completions

Generate chat completions with GPT models

💡 Use stream:true for real-time responses. Supports function calling with tools param.

POST/embeddings

Create text embeddings for search and similarity

💡 text-embedding-3-small is cheapest; 3-large for highest quality

POST/images/generations

Generate images with DALL·E

POST/audio/transcriptions

Transcribe audio with Whisper

💡 Multipart form upload. Max 25MB file size.

POST/audio/speech

Generate speech from text

GET/models

List all available models

Related APIs in ai-llm