/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 59m ago · Updated 16h ago
View markdown
oneloop-hq
Feather API
post
Invoke a model with routing
5a5597ebb2d6
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-12
617
884
2.7 MB
analytics
110
ask-feather
12
assistants
41
billing
3
communication
12
conversation-exports
4
conversations
17
email
7
email-drafts
6
evals
19
extraction-schemas
4
extractions
3
hitl
10
identity
28
integrations
17
knowledge-base
29
knowledge-base-acl
6
knowledge-base-audit
6
knowledge-base-connectors
12
knowledge-base-evals
13
knowledge-base-governance
4
knowledge-gap-analytics
9
library
12
mcp-chat
2
memory
4
mocks
16
model-router
10
get
List available models with pricing and capabilities
get
List models, per-role runtime defaults, and the system default fallback chain
get
List model router configs
post
Create a model router config
get
Get a model router config
put
Update a model router config
delete
Delete a model router config
get
List model fallback events for auditing
post
Invoke a model with routing
post
Stream model responses via SSE
notifications
19
personas
7
policies
22
privacy
5
retention-policies
4
scenarios
7
sessions
1
sim_suites
15
simulation_runs
6
sms
5
teams
15
tools
17
voice
40
webchat
10
webhooks
2
workflow-playground
4
workflows
22
model-router
Invoke a model with routing
post
/v1/model-router/invoke
Request body
InvokeRequest
required
messages
MessageInput[]
required
router_config_id
string
uuid
nullable
config_overrides
object
nullable
session_id
string
uuid
nullable
smart_routing
boolean
Response
Successful Response
ModelResponse
required
content
string
required
model_identifier
string
required
provider
string
required
input_tokens
integer
required
output_tokens
integer
required
total_tokens
integer
required
input_cost_usd
number
required
output_cost_usd
number
required
cache_cost_usd
number
total_cost_usd
number
required
latency_ms
integer
required
routing_metadata
SmartRoutingMetadata
parsed_output
object
nullable
execution_engine
'pydantic_text'
|
'pydantic_structured'
cache_read_input_tokens
integer
cache_creation_input_tokens
integer
cache_hit
boolean
route_decision_id
string
nullable