https://agent.vlm.run/v1/openai
.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
Request payload for the OpenAI chat completions API for vlm-agent-1
Messages to complete
ID of the completion
VLM Run Agent model to use for completion
vlm-agent-1
, vlm-agent-1:pro
, vlm-agent-1:auto
Maximum number of tokens to generate
Number of completions to generate
Temperature of the sampling distribution
Cumulative probability of parameter highest probability vocabulary tokens to keep for nucleus sampling
Number of highest probability vocabulary tokens to keep for top-k-filtering
Include the log probabilities on the logprobs most likely tokens, as well the chosen tokens
Whether to stream the response or not
Whether to generate previews for the response or not
Format of the response Response format for JSON schema mode as per Fireworks AI specification.
- JSONSchemaResponseFormat
- JSONModeResponseFormat
- JSONSchemaResponseFormatStrict
Session ID for persisting the chat history
Response
Successful Response
The response is of type any
.