GPT-4o, o1, DALL·E, Whisper, TTS, embeddings — the leading AI API platform
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
/chat/completionsGenerate chat completions with GPT models
💡 Use stream:true for real-time responses. Supports function calling with tools param.
/embeddingsCreate text embeddings for search and similarity
💡 text-embedding-3-small is cheapest; 3-large for highest quality
/images/generationsGenerate images with DALL·E
/audio/transcriptionsTranscribe audio with Whisper
💡 Multipart form upload. Max 25MB file size.
/audio/speechGenerate speech from text
/modelsList all available models
Related APIs in ai-llm
Anthropic
Claude AI models — Claude 3.5 Sonnet, Claude 3 Opus/Haiku for chat and analysis
Google AI (Gemini)
Gemini models — multimodal AI for text, images, audio, video, and code
Cohere
Enterprise AI — Command for chat, Embed for search, Rerank for relevance
Mistral AI
Open-weight AI models — Mistral Large, Small, and specialized coding models
Groq
Ultra-fast LLM inference — LPU-powered, OpenAI-compatible API for Llama, Mixtral, Gemma
Together AI
Open-source model hosting — Llama, Mixtral, SDXL with OpenAI-compatible API