Overview
[Platform name]
[One paragraph that orients a developer: what the platform gives them and where to start.]
Developer quickstart
[Make your first request in minutes. Learn the basics of the platform.]
JavaScript
1import Client from "[package]";2const client = new Client();3 4const response = await client.[resource].create({5 model: "[model-id]",6 input: "[Your first prompt goes here.]",7});8 9console.log(response.output_text);[Build with the platform in your tools]
[One or two sentences describing the integration, what it follows, and what it creates for you when needed.]
Build paths
[Path one API]
[Make direct requests for text, structured output, tools, and multimodal workflows.]
Start with [Path one][Path two SDK]
[Build code-first agents that orchestrate tools, handoffs, approvals, tracing, and execution.]
Start with [Path two]Models
[One sentence guiding the choice between the flagship, the balanced, and the cost-efficient model.]
| Model | Best for | Docs |
|---|---|---|
| [Model A] | [Flagship model for complex professional work] | View › |
| [Model B] | [Balance of intelligence and cost] | View › |
| [Model C] | [Cost-sensitive, high-volume workloads] | View › |
Start building
‹ [Previous page][Next page] ›