litellm/docs/my-website/docs/completion
Cesar Garcia d65a29b88d
docs: fix image generation response format from 'image' to 'images' (#16378)
Update documentation to reflect actual API response format:
- Change singular 'image' field to plural 'images' array
- Add complete ImageURLListItem structure with index and type fields
- Update all code examples to use message.images instead of message.image
- Fix streaming examples to access images[0]["image_url"]["url"]

The documentation was incorrectly showing 'image' (singular object)
but the actual implementation returns 'images' (array of ImageURLListItem).

Related to issue #16227
2025-11-07 19:06:03 -08:00
..
audio.md Fix typos (#10232) 2025-04-23 20:59:25 -07:00
batching.md docs(batching.md): add batch completion fastest response on proxy to docs 2024-05-28 22:14:22 -07:00
computer_use.md docs computer use 2025-08-02 15:00:48 -07:00
document_understanding.md [Enhancement] Add support for Mistral model file handling and update documentation 2025-08-21 20:35:07 +02:00
drop_params.md docs allowed openai params 2025-04-02 09:08:11 -07:00
function_call.md Added compatibility guidance, etc. for xAI Grok model (#8282) 2025-02-05 17:21:47 -08:00
http_handler_config.md docs for custom aiohttp session 2025-09-07 17:42:26 -07:00
image_generation_chat.md docs: fix image generation response format from 'image' to 'images' (#16378) 2025-11-07 19:06:03 -08:00
input.md Fixed a few typos (#15267) 2025-10-11 17:53:42 -07:00
json_mode.md fix the wrong request body in json mode doc (#15729) 2025-10-20 08:44:14 -07:00
knowledgebase.md Bedrock + MCP - working MCP calls to bedrock via Responses API + Log hidden params for OTEL calls (#15677) 2025-10-18 10:39:28 -07:00
message_trimming.md (docs) update token trimming 2023-10-30 13:56:23 -07:00
mock_requests.md docs update 2023-09-16 08:55:08 -07:00
model_alias.md (docs) update model alias 2023-10-30 13:58:07 -07:00
multiple_deployments.md docs(multiple_deployments.md): docs on how to route between multiple deployments 2023-10-20 14:30:29 -07:00
output.md docs(proxy_server.md): adding chatdev tutorial to docs 2023-10-17 12:38:40 -07:00
predict_outputs.md (feat) add Predicted Outputs for OpenAI (#6594) 2024-11-04 21:16:57 -08:00
prefix.md Update prefix.md (#6734) 2024-11-14 11:18:35 +05:30
prompt_caching.md prompt_caching.md: Fix wrong prompt_tokens definition (#16044) 2025-10-30 20:13:13 -07:00
prompt_formatting.md initial 2024-04-04 16:58:51 -03:00
provider_specific_params.md docs(provider_specific_params.md): fix docs 2025-09-22 17:18:57 -07:00
reliable_completions.md fix incorrect variable name in reliability section of docs (#8753) 2025-02-24 14:51:20 -08:00
shared_session.md feat: Add shared_session parameter for aiohttp ClientSession reuse 2025-09-19 01:46:53 -07:00
stream.md doc on streaming usage litellm proxy 2024-12-30 21:06:34 -08:00
token_usage.md docs(token_usage.md): add response cost to usage docs 2024-06-26 18:05:47 -07:00
usage.md Corrected docs updates sept 2025 (#14916) 2025-09-25 15:49:19 -07:00
vision.md Fix typos (#10232) 2025-04-23 20:59:25 -07:00
web_fetch.md [Feat] Add new anthropic web fetch tool support (#14951) 2025-09-26 11:04:11 -07:00
web_search.md [Feat] Add new anthropic web fetch tool support (#14951) 2025-09-26 11:04:11 -07:00