get
https://api.agent700.ai/api/models
Returns all active LLM models available to the authenticated user's
organization, including full metadata and pricing tiers.
If the organization has no explicit model preferences configured,
all active models are returned (opt-out semantics). Otherwise only
models the admin has enabled are returned.
Typical integration flow
- Call this endpoint (e.g.
?category=text) and choose a model frommodels[].name. - Either persist it on an agent (
PUT /api/agents/{agentId}withmodel) or pass the samenameonPOST /api/chatto override for one request. - Send chat messages with
agentId(and optional per-requestmodel).
Use name, not displayName, in agent and chat payloads. Deprecated or inactive models cannot be assigned and return 400 from those endpoints.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
