ReferenceAPIREST API
LLMs
LLMs API endpoints
LLMs
Manage language models for text generation and processing.
Query Parameters
When using GET endpoints, query parameters support both CamelCase and snake_case naming conventions:
- CamelCase (OpenAPI spec format):
maxResults,nextToken,sortBy,sortOrder - snake_case (alternative format):
max_results,next_token,sort_by,sort_order
Both naming conventions are accepted and can be used interchangeably.
Endpoints
POSTCreate a new LLMDELETEDelete an LLMGETGet an LLM by IDGETList LLMsPUTUpdate an LLM