Arcade · Example Payload

Arcade Engine Llm Chat Example

AgentsMCPAI AgentsAuthorizationAuthenticationTool CallingAgent InfrastructureLLMIntegration

Arcade Engine Llm Chat Example is an example object payload from Arcade, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathsummaryrequestresponse

Example Payload

Raw ↑
{
  "operation": "llm-chat",
  "method": "POST",
  "path": "/v1/chat/completions",
  "summary": "Language Model Chat",
  "request": {
    "frequency_penalty": 1.0,
    "logit_bias": {},
    "logprobs": true,
    "max_tokens": 1,
    "messages": [
      {
        "content": null,
        "name": null,
        "role": null,
        "tool_call_id": null,
        "tool_calls": null
      }
    ],
    "model": "string",
    "n": 1,
    "parallel_tool_calls": true,
    "presence_penalty": 1.0,
    "response_format": {
      "type": null
    },
    "seed": 1,
    "stop": [
      "string"
    ],
    "stream": true,
    "stream_options": null,
    "temperature": 1.0,
    "tool_choice": null,
    "tools": null,
    "top_logprobs": 1,
    "top_p": 1.0,
    "user": "string"
  },
  "response": {
    "choices": [
      {
        "finish_reason": null,
        "index": null,
        "logprobs": null,
        "message": null,
        "tool_authorizations": null,
        "tool_messages": null
      }
    ],
    "created": 1,
    "id": "string",
    "model": "string",
    "object": "string",
    "system_fingerprint": "string",
    "usage": {
      "completion_tokens": 1,
      "prompt_tokens": 1,
      "total_tokens": 1
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/arcade-engine-llm-chat-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.