AuthorizationstringrequiredheaderRequired Bearer API key. Programmatic access to the World API needs a key; browsing nosible.world in a browser does not.
Example: Bearer nos_sk_...
Run the multilingual financial sentiment model through the NOSIBLE model gateway.
Explore the NOSIBLE World interface, inspect the World data dictionary, and browse the classification ontologies used by World.
AuthorizationstringrequiredheaderRequired Bearer API key. Programmatic access to the World API needs a key; browsing nosible.world in a browser does not.
Example: Bearer nos_sk_...
modelstringbodyOptional upstream model name when the deployment exposes more than one model.
Example: financial-sentiment
messagesobject[]requiredbodyOpenAI-compatible chat messages. Put the financial text in the user message.
Example: [{"role":"user","content":"Revenue growth accelerated this quarter."}]
temperaturenumberbodyOptional sampling temperature supported by the upstream deployment.
Example: 0
Use Financial Sentiment for a model-backed financial tone classification. The gateway accepts the OpenAI-compatible chat completion body and returns the upstream response envelope unchanged.
These are the fields you can build against. Nested names use dot notation; optional sections are called out in their descriptions.
choices[].message.contentstringThe financial sentiment classification returned by the upstream model.
Example: positive
modelstringModel identifier reported by the upstream deployment.
Example: financial-sentiment
usageobjectToken accounting reported by the upstream deployment when available.
Example: { "prompt_tokens": 12, "completion_tokens": 1, "total_tokens": 13 }
invalid_request — The request is syntactically valid JSON but a value, date, filter, or combination of fields is invalid.unauthorized — The required API key or Bearer credential is missing or invalid.validation_error — The request shape is understood but one or more values fail validation.rate_limited — The request exceeded the account or public-window rate limit. Respect Retry-After when supplied.upstream_error — An upstream retrieval service failed while processing the request.upstream_timeout — An upstream retrieval service did not respond within the request timeout.