| name | appnz-embeddings-api |
| description | Use this skill for app.nz embeddings via /v1/embeddings, including Google, Mistral, OpenRouter, Gobed, and Text Generator embedding models. |
app.nz Embeddings API
Use POST /v1/embeddings on app.nz. Authenticate with an app.nz bearer key unless the endpoint is explicitly public.
Workflow
- Choose
app/auto or a modality-specific auto model when possible.
- For exact provider routing, call
GET /api/gateway/resolve?model=MODEL.
- For provider-owned billing, store BYOK first with
/api/gateway/provider-keys.
- Run the request and inspect
X-Gateway-Provider and X-Gateway-Model for routed upstream details.
- Check
/api/usage when the user asks about spend.
Example
curl -sX POST https://app.nz/v1/embeddings \
-H "Authorization: Bearer pk_live_..." \
-H "Content-Type: application/json" \
-d '{"model":"gemini-embedding-001","input":"Text to embed"}'
Relevant Models
| Model | Modality | Aliases | Caps |
|---|
| codestral-embed | embeddings | codestral-embedding | - |
| gemini-embedding-001 | embeddings | google-embed, gemini-embed-001 | - |
| gemini-embedding-2-preview | embeddings | gemini-embedding-2, google-embed-2 | - |
| mistral-embed | embeddings | mistral-embedding | - |
| openpaths-embed | embeddings | gobed, gobed-embed, op-embed | - |
| or/nemotron-embed | embeddings | nemotron-embed | vision |
| text-embedding | embeddings | embed, embedding | - |