/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 56m ago · Updated 1mo ago
View markdown
oneloop-hq
Feather API
post
Invoke a model with routing
v1
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-06-30
491
704
2.1 MB
agents
25
analytics
68
ask-feather
7
communication
11
email
7
email-drafts
6
evals
18
extraction-schemas
4
extractions
2
hitl
10
identity
23
integrations
17
knowledge-base
29
knowledge-base-acl
6
knowledge-base-audit
5
knowledge-base-connectors
12
knowledge-base-evals
13
knowledge-base-governance
4
knowledge-gap-analytics
9
library
10
mcp-chat
2
memory
2
mocks
16
model-router
10
get
List available models with pricing and capabilities
get
List selectable models plus per-role runtime model defaults
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
5
policies
22
privacy
6
retention-policies
4
runtime v2
16
scenarios
7
sessions
1
sim_suites
14
simulation_runs
5
sms
3
teams
13
tools
15
voice
18
webhooks
2
workflow-playground
4
workflows
21
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
total_cost_usd
number
required
latency_ms
integer
required
tool_calls
object[]
nullable
routing_metadata
SmartRoutingMetadata
parsed_output
object
nullable
execution_engine
'pydantic_text'
|
'pydantic_tools'
|
'pydantic_structured'
cache_read_input_tokens
integer
cache_creation_input_tokens
integer
cache_hit
boolean
route_decision_id
string
nullable