The Models catalog shows what you can call through Brightnode Router. Each model entry includes the model ID, modality, context length, pricing, and provider or hosting details you need before sending traffic.Documentation Index
Fetch the complete documentation index at: https://docs.brightnode.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Find model IDs
Use the Models page in the console, or query the API directly:model field of your request. They may include slashes, for example:
meta-llama/Llama-3.3-70B-Instructmistralai/Devstral-Small-2507Qwen/Qwen3-Embedding-8B
Inspect a single model
Use the model detail endpoint when you want richer metadata for one model:modalityfor the workload type, such as text or embedding.context_lengthfor the maximum supported context window.pricing_inputandpricing_outputfor token-based pricing.providersfor the backing provider or hosting source.license_class,self_hostable, and residency metadata where available.
Choose the right model
When comparing models, start with these questions:- Do you need chat generation, embeddings, or another modality?
- What context length does your workload require?
- Do latency or provider availability matter for this use case?
- Do compliance or residency constraints limit your options?
curl, Python, and TypeScript.

