Nbility logoNbility Docs

Search documentation

Search guides and API reference content

Nbility continuously updates its model catalog and routes. Instead of relying on a static “latest models” table, use these live sources:

  • Models: current public models and descriptions.
  • Pricing: model prices, groups, and multipliers.

Call GET /v1/models with an API key to retrieve the catalog currently available to that key:

curl https://api.nbility.ai/v1/models \
  -H "Authorization: Bearer YOUR_API_KEY"

See the Models API for details.

Choose by workload

WorkloadPrioritize
Daily chat and code changesBalance of quality, tools, latency, and price
Complex plans and long tasksReasoning, context window, and stability
Bulk summaries or classificationUnit price, throughput, and rate limits
Image understandingActual image-input support
Image generationA dedicated model exposed by Images or Gemini image APIs
Realtime voiceRealtime model and matching event protocol
Embeddings / rerankVector dimensions, language coverage, and input limits

A model returning text does not prove that it supports tools, images, structured output, or a client's Agent mode. Verify the capabilities you actually need.

IDs and groups

  • The request model must use the complete catalog ID with the same case and prefix.
  • A key group controls model access and billing routes. Different keys on one account may expose different catalogs.
  • A client's built-in name may not equal the Nbility route ID. Use the Nbility catalog for custom providers.
  • Preview IDs, dated versions, and aliases can migrate or retire. Production systems should refresh the catalog and keep a controlled fallback.

Production checklist

  1. Create a separate key per application and restrict its model scope.
  2. Test the exact capabilities you need: non-streaming, streaming, tools, and multimodal input.
  3. Record the response model, request ID, latency, and usage for route troubleshooting.
  4. Keep real model IDs in configuration; do not treat “latest” or “flagship” labels as stable contracts.