Rumored successor to text-embedding-3-large/-small. Expected to push retrieval quality while keeping the same OpenAI embedding API.
Rumored successor to text-embedding-3-large/-small. Expected to push retrieval quality while keeping the same OpenAI embedding API.
Why it matters: RAG developers search "text-embedding-4" waiting for the next default OpenAI embedding upgrade.
Expected pricing: ~$0.12 per 1M tokens (unconfirmed)
Same OpenAI embeddings API — drop-in upgrade on launch.
We'll auto-switch your API calls to OpenAI text-embedding-4 the moment it launches — no code changes required.
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"skill_id": "openai/text-embedding-3-large",
"input": {
"prompt": "Say hello from OpenAI text-embedding-4 — routed via SkillBoss"
}
}'Create a free SkillBoss account and we'll email you the moment routing is live — and automatically upgrade your API calls.
Create Free Account