OpenAI
O
OpenAI
/embeddings

Text embeddings

Vector embeddings for one or more strings (text-embedding-3-small by default).

livedegraded · 1.5s
embeddingsvectorssemantic search
$0.00020
per 1k tokens + $0.001 call
plus $0.001 platform fee per run
Bring your own OpenAI key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run openai /embeddings for me.

Input

FieldTypeDescription
input*arrayStrings to embed
modelstringModel default "text-embedding-3-small"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"openai","endpoint":"/embeddings","input":{"input":[],"model":"text-embedding-3-small"}}'
cli
npx cracked-ai run -p openai -e /embeddings -i '{"input":[],"model":"text-embedding-3-small"}'
mcp
run_tool({ provider: "openai", endpoint: "/embeddings", input: {"input":[],"model":"text-embedding-3-small"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.